9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-20 07:29:32 +00:00

Merge pull request #34 from PQguanfang/patch-1

Update custom item register ID
This commit is contained in:
Will FP
2023-12-11 11:39:16 +00:00
committed by GitHub

View File

@@ -87,7 +87,7 @@ class Reforge(
if (config.getBool("stone.enabled")) {
CustomItem(
plugin.namespacedKeyFactory.create("stone_" + this.id),
plugin.namespacedKeyFactory.create("stone_" + this.id.key),
{ test -> test.reforgeStone == this },
stone
).register()