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
|
|
@ -495,4 +495,16 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.circuit(5)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
.duration(200)
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.itemIngredients(['#tfg:wood_dusts', 'tfc:glue'])
|
||||
.outputItem('tfg:chipboard_composite')
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.itemIngredients(['#tfg:wood_dusts', 'gtceu:sticky_resin'])
|
||||
.outputItem('tfg:chipboard_composite')
|
||||
|
||||
event.recipes.firmalife.mixing_bowl()
|
||||
.itemIngredients(['#tfg:wood_dusts', '#forge:wax'])
|
||||
.outputItem('tfg:chipboard_composite')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue