added ender armour, need to polish thing and give the ingot an item model - disabled at eagerLoad for now

This commit is contained in:
2026-07-12 00:04:56 +01:00
parent fe04526040
commit e58470c0cc
23 changed files with 291 additions and 153 deletions
@@ -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() {