Skip to content

Commit 6e4de32

Browse files
committed
Reduce evaluator from rare to uncommon
1 parent 0afaa85 commit 6e4de32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/main/kotlin/gay/object/hexdebug/registry/HexDebugItems.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object HexDebugItems : HexDebugRegistrar<Item>(Registries.ITEM, { BuiltInRegistr
1818
val DEBUGGER = register("debugger") { ItemDebugger(unstackable.noTab()) }
1919

2020
@JvmField
21-
val EVALUATOR = register("evaluator") { ItemEvaluator(unstackable.rarity(Rarity.RARE)) }
21+
val EVALUATOR = register("evaluator") { ItemEvaluator(unstackable.rarity(Rarity.UNCOMMON)) }
2222

2323
private val props: Properties get() = Properties().`arch$tab`(HexDebugCreativeTabs.HEX_DEBUG.key)
2424

0 commit comments

Comments
 (0)