mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-21 07:59:26 +00:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e703056fcd | ||
|
|
1d49e6184f | ||
|
|
afdbf84fe1 | ||
|
|
5f71cb216d | ||
|
|
01d6cbc178 | ||
|
|
58361d04bf | ||
|
|
d9890f256c | ||
|
|
90da9117a2 | ||
|
|
cdddc7acdf | ||
|
|
9f5000f9d3 | ||
|
|
2b20d2c540 | ||
|
|
94ec760fbf | ||
|
|
73fc667dee | ||
|
|
d2f6e6cb9f | ||
|
|
4f489cc018 | ||
|
|
a96d08d4be |
@@ -46,7 +46,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.46.0'
|
||||
implementation 'com.willfp:libreforge:3.121.0'
|
||||
implementation 'com.willfp:libreforge:3.128.0'
|
||||
implementation 'com.willfp:ecomponent:1.3.0'
|
||||
implementation 'org.joml:joml:1.10.4'
|
||||
|
||||
|
||||
@@ -149,8 +149,7 @@ private class ActivatorSlot(
|
||||
|
||||
if (usedStone) {
|
||||
val stone = reforgeStone[player]
|
||||
stone?.itemMeta = null
|
||||
stone?.amount = 0
|
||||
stone?.amount = stone?.amount?.minus(1) ?: 0
|
||||
if (plugin.configYml.getBool("gui.stone-sound.enabled")) {
|
||||
player.playSound(
|
||||
player.location,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#libreforge-updater
|
||||
#Wed Nov 23 17:24:59 GMT 2022
|
||||
version=5.73.0
|
||||
#Tue Jan 24 10:08:51 GMT 2023
|
||||
version=5.80.0
|
||||
plugin-name=Reforges
|
||||
|
||||
Reference in New Issue
Block a user