why doesnt rhino just have classes? (#2355)
This commit is contained in:
parent
0b331b98bc
commit
0d75405aee
41 changed files with 112 additions and 85 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// priority: 0
|
||||
// priority: 100
|
||||
"use strict";
|
||||
|
||||
StartupEvents.registry('item', event => {
|
||||
|
|
@ -70,10 +70,6 @@ GTCEuStartupEvents.craftingComponents(event => {
|
|||
registerTFGCraftingComponents(event)
|
||||
})
|
||||
|
||||
StartupEvents.modifyCreativeTab(global.TAB_IDS.CREATE_BASE, event => {
|
||||
modifyCreateCreativeTab(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