Whoops forgot to call it

This commit is contained in:
nelle 2024-03-10 00:21:09 -07:00
parent 0eace3a7eb
commit 1586c96fa9

View file

@ -12,6 +12,7 @@ import xyz.limepot.stellarworks.block.ModBlocks
import xyz.limepot.stellarworks.block.entity.ModBlockEntities
import xyz.limepot.stellarworks.item.ModItemGroup
import xyz.limepot.stellarworks.item.ModItems
import xyz.limepot.stellarworks.util.BuiltinResources
import xyz.limepot.stellarworks.world.ModFeatures
object Stellarworks : ModInitializer {
@ -19,6 +20,7 @@ object Stellarworks : ModInitializer {
val LOGGER: Logger = LoggerFactory.getLogger("Stellarworks")
override fun onInitialize(mod: ModContainer) {
BuiltinResources
//ModConfiguredFeatures MUST ALWAYS be called first
ModFeatures.registerFeatures()
//BIOME MODS - PLEASE LEAVE DIRECTLY AFTER FEATURE REGISTRY & IN THE MAIN CLASS (FOR NOW IDK HOW TO PUT IT IN IT'S OWN)