replaced these recipes since the emitter/sensor gem has a CraftingComponent now
This commit is contained in:
parent
2cd9f79c64
commit
af736fa719
3 changed files with 14 additions and 109 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue