Small fixes for many different recipes (#1306)

* Fix snow weirdness and add circuit to rocket part

* More fixes

* fix rose quartz
This commit is contained in:
TomPlop 2025-07-13 18:28:36 -04:00 committed by GitHub
parent 0a7cca3e28
commit c5bb515fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 4 deletions

View file

@ -666,6 +666,15 @@ function removeGTCEURecipes(event) {
event.remove({ id: 'gtceu:rock_breaker/red_granite' })
// Snow Stuffs
event.remove({ id: 'gtceu:fluid_solidifier/snow_block' })
event.remove({ id: 'gtceu:fluid_solidifier/snow_block_distilled' })
removeCutterRecipe(event, 'snow_layer')
removeCutterRecipe(event, 'snow_layer_distilled_water')
removeCutterRecipe(event, 'snow_layer_water')
// Remove vanilla Eye of Ender
event.remove({ id: 'minecraft:ender_eye' })