mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-23 17:09:32 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user