added ender armour, need to polish thing and give the ingot an item model - disabled at eagerLoad for now
This commit is contained in:
@@ -3,6 +3,7 @@ package dev.zxq5.items
|
||||
import dev.zxq5.Fantasysmp
|
||||
import dev.zxq5.items.template.GenericItemSet
|
||||
import dev.zxq5.items.sets.Dragonite
|
||||
import dev.zxq5.items.sets.Ender
|
||||
import dev.zxq5.items.sets.Witherite
|
||||
import net.fabricmc.fabric.api.creativetab.v1.FabricCreativeModeTab
|
||||
import net.minecraft.core.Registry
|
||||
@@ -44,6 +45,7 @@ object ModItems {
|
||||
private val eagerLoad = listOf<GenericItemSet>(
|
||||
Witherite,
|
||||
Dragonite,
|
||||
// Ender // TODO: Enable for content drop #1
|
||||
)
|
||||
|
||||
fun onLoad() {
|
||||
|
||||
Reference in New Issue
Block a user