mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-26 10:29:11 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db5c627f4d | ||
|
|
f0a6a4c9b8 | ||
|
|
d9296cca53 | ||
|
|
534c8a6018 | ||
|
|
5b48c4f159 | ||
|
|
cc98189027 | ||
|
|
8fa7d145ac | ||
|
|
eaba6c24a8 |
@@ -87,7 +87,7 @@ class Reforge(
|
|||||||
|
|
||||||
if (config.getBool("stone.enabled")) {
|
if (config.getBool("stone.enabled")) {
|
||||||
CustomItem(
|
CustomItem(
|
||||||
plugin.namespacedKeyFactory.create("stone_" + this.id),
|
plugin.namespacedKeyFactory.create("stone_" + this.id.key),
|
||||||
{ test -> test.reforgeStone == this },
|
{ test -> test.reforgeStone == this },
|
||||||
stone
|
stone
|
||||||
).register()
|
).register()
|
||||||
@@ -141,4 +141,4 @@ class Reforge(
|
|||||||
override fun toString(): String {
|
override fun toString(): String {
|
||||||
return "Reforge{$id}"
|
return "Reforge{$id}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Thu Dec 07 17:25:03 GMT 2023
|
#Mon Jan 01 20:03:30 GMT 2024
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libreforge-version=4.48.1
|
libreforge-version=4.52.0
|
||||||
version=6.48.1
|
version=6.51.2
|
||||||
|
|||||||
Reference in New Issue
Block a user