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
|
|
@ -105,8 +105,7 @@ function registerGreateRecyclingRecipes(event) {
|
|||
.itemOutputs(
|
||||
ChemicalHelper.get(TagPrefix.dustTiny, GTMaterials.Steel, 10),
|
||||
ChemicalHelper.get(TagPrefix.dust, GTMaterials.Stone, 2),
|
||||
ChemicalHelper.get(TagPrefix.dust, GTMaterials.Diamond, 2),
|
||||
ChemicalHelper.get(TagPrefix.dustSmall, GTMaterials.TreatedWood, 2))
|
||||
ChemicalHelper.get(TagPrefix.dust, GTMaterials.Diamond, 2))
|
||||
.duration(GTMaterials.Stone.getMass() * 4)
|
||||
.category(GTRecipeCategories.MACERATOR_RECYCLING)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue