HV Quests in eng and fixes for others quests and HV integration (#998)

This commit is contained in:
TomPlop 2025-05-13 12:09:04 -04:00 committed by GitHub
parent 9262133484
commit c2d903495b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 599 additions and 473 deletions

View file

@ -640,4 +640,8 @@ function removeGTCEURecipes(event) {
event.remove({ id: 'gtceu:centrifuge/decomposition_centrifuging__fireclay' })
event.remove({ id: 'gtceu:smelting/sticky_resin_from_slime' })
// Remove vanilla Eye of Ender
event.remove({ id: 'minecraft:ender_eye' })
}