removed duplicate lathe log recipe

This commit is contained in:
Pyritie 2025-09-22 18:05:05 +01:00
parent 406277278f
commit 8bb627abd1

View file

@ -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')