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:
parent
1cf4a6cae6
commit
50340ec0df
9 changed files with 79 additions and 9 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue