replaced these recipes since the emitter/sensor gem has a CraftingComponent now

This commit is contained in:
Pyritie 2025-09-22 15:50:13 +01:00
parent 2cd9f79c64
commit af736fa719
3 changed files with 14 additions and 109 deletions

View file

@ -76,6 +76,10 @@ GTCEuStartupEvents.registry("gtceu:element", event => {
registerTFGElement(event)
})
GTCEuStartupEvents.craftingComponents(event => {
registerTFGCraftingComponents(event)
})
Platform.mods.primitive_creatures.name = "Primitive Creatures";
Platform.mods.tfg.name = "TerraFirmaGreg";
Platform.mods.kubejs.name = "TerraFirmaGreg";