mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-24 09:29:23 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9296cca53 | ||
|
|
534c8a6018 | ||
|
|
5b48c4f159 | ||
|
|
cc98189027 | ||
|
|
8fa7d145ac | ||
|
|
eaba6c24a8 |
@@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Thu Dec 07 17:25:03 GMT 2023
|
||||
#Sun Dec 24 14:54:24 CET 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.48.1
|
||||
version=6.48.1
|
||||
libreforge-version=4.51.0
|
||||
version=6.51.0
|
||||
|
||||
Reference in New Issue
Block a user