Changes the greg wood plank and treated wood plank recipes to follow a more realistic processing chain (#1223)

* adds MDF, reworks treated wood and normal wood plate crafting chains

* removes treated wood plank from the minecraft:planks tag
This commit is contained in:
Kayla 2025-06-27 22:37:27 +01:00 committed by GitHub
parent 1cf4a6cae6
commit 50340ec0df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 79 additions and 9 deletions

View file

@ -132,6 +132,10 @@ const registerGTCEURecipes = (event) => {
.inputs('#minecraft:planks', TFC.fluidStackIngredient('#forge:creosote', 100))
.id('tfg:barrel/treated_wood_planks')
event.recipes.tfc.barrel_sealed(2000)
.outputItem('gtceu:treated_wood_dust')
.inputs('tfg:chipboard_composite', TFC.fluidStackIngredient('#forge:creosote', 50))
.id('tfg:barrel/treated_chipboard_composite')
//#endregion
//#region Выход: Капля резины
@ -398,13 +402,6 @@ const registerGTCEURecipes = (event) => {
.duration(700)
.EUt(2720)
// Creosote-Treated Wood Planks -> Treated Wood Pulp
event.recipes.gtceu.macerator('tfg:gtceu/macerate_treated_wood_planks')
.itemInputs('gtceu:treated_wood_planks')
.itemOutputs('gtceu:treated_wood_dust')
.duration(120)
.EUt(4)
// Empty Wooden Form
event.shaped('gtceu:empty_wooden_form', [
' AA',