removed duplicate lathe log recipe
This commit is contained in:
parent
406277278f
commit
8bb627abd1
1 changed files with 2 additions and 7 deletions
|
|
@ -42,13 +42,8 @@ function registerTFGPapermakingRecipes(event) {
|
|||
event.remove({ id: 'gtceu:chemical_bath/paper_from_wood_dust_distilled' })
|
||||
|
||||
//Lathe - Replace regular logs tag with softwood tag
|
||||
event.replaceInput({ id: 'gtceu:lathe/lathe_logs' }, '#minecraft:logs', '#tfg:softwood')
|
||||
//Create identical lathe recipe for hardwood
|
||||
event.recipes.gtceu.lathe('lathe_hardwood')
|
||||
.itemInputs('#tfg:hardwood')
|
||||
.itemOutputs('4x gtceu:long_wood_rod', '2x gtceu:hardwood_dust')
|
||||
.duration(160)
|
||||
.EUt(7)
|
||||
event.remove({ id: 'gtceu:lathe/lathe_logs' })
|
||||
event.remove({ id: 'gtceu:lathe/lathe_stripped_bamboo_log' })
|
||||
|
||||
removeMaceratorRecipe(event, 'macerate_logs')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue