feature: Add create casings, shadow and radiance (#2256)
* feature: Add create casings, shadow and radiance Added recipes for create: - shadow steel casing - refined radiance casing closes #2224 * fix: radiant casing recipe - Fixed and changed radiant casing recipe - Moved adding to create tab logic to a dedicated file for organization - Added constants.js for tab names to prevent typos and improve maintainability * Changed radiant casing recipe to glowstone plate --------- Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
This commit is contained in:
parent
73f09834bb
commit
00a61f8f0d
5 changed files with 41 additions and 2 deletions
|
|
@ -84,6 +84,10 @@ 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