Skip to content

Commit 89e4064

Browse files
committed
tweak recipes
1 parent 5f16c95 commit 89e4064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/kotlin/dev/sterner/registry/VoidBoundItemRegistry.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ object VoidBoundItemRegistry {
201201
}
202202

203203
val ICHORIUM_CIRCLET: RegistryObject<IchoriumCrown> = ITEMS.register("ichorium_circlet") {
204-
IchoriumCrown(Item.Properties())
204+
IchoriumCrown(ichorProptery)
205205
}
206206

207207
val ichorProptery = FabricItemSettings().stacksTo(1).fireResistant().rarity(Rarity.RARE)

0 commit comments

Comments
 (0)