Rework of all resins (#1550)

* Rework of the resins done

* Fix wood gas
This commit is contained in:
TomPlop 2025-08-07 15:46:50 -04:00 committed by GitHub
parent 8c1aec9d30
commit e4a9c2de6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 174 additions and 55 deletions

View file

@ -712,6 +712,10 @@ function removeGTCEURecipes(event) {
event.remove({ id: 'minecraft:ender_eye' })
// Remove GTceu Sticky Resin Centrifuge recipe
event.remove({ id: 'gtceu:centrifuge/sticky_resin_separation' })
// Remove old treated plank and wood plank recipe
event.remove({ id: 'gtceu:compressor/compress_plate_dust_wood' })