9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-23 17:09:32 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Will FP
cc98189027 libreforge-updater 2023-12-11 12:12:20 +00:00
Will FP
8fa7d145ac Merge pull request #34 from PQguanfang/patch-1
Update custom item register ID
2023-12-11 11:39:16 +00:00
PQguanfang
eaba6c24a8 Update custom item register ID
This register ID will lead to reforge stone has the second : symbol, like:
reforges:stone_reforges:bleed

This will lead to reforge stone will never be able to use in eco's Item lookup feature, this PR is fixing this problem.
2023-11-05 20:20:31 +08:00
2 changed files with 5 additions and 5 deletions

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()
@@ -141,4 +141,4 @@ class Reforge(
override fun toString(): String {
return "Reforge{$id}"
}
}
}

View File

@@ -1,5 +1,5 @@
#libreforge-updater
#Thu Dec 07 17:25:03 GMT 2023
#Mon Dec 11 12:12:20 GMT 2023
kotlin.code.style=official
libreforge-version=4.48.1
version=6.48.1
libreforge-version=4.49.0
version=6.49.0