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
|
|
@ -664,4 +664,9 @@ function removeGTCEURecipes(event) {
|
|||
// Remove vanilla Eye of Ender
|
||||
|
||||
event.remove({ id: 'minecraft:ender_eye' })
|
||||
|
||||
// Remove old treated plank and wood plank recipe
|
||||
|
||||
event.remove({ id: 'gtceu:compressor/compress_plate_dust_wood' })
|
||||
event.remove({ id: 'gtceu:compressor/compress_plate_dust_treated_wood'})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue