mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-22 16:39:34 +00:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4066a28173 | ||
|
|
53ae1d13f3 | ||
|
|
e703056fcd | ||
|
|
1d49e6184f | ||
|
|
afdbf84fe1 | ||
|
|
5f71cb216d | ||
|
|
01d6cbc178 | ||
|
|
58361d04bf | ||
|
|
d9890f256c | ||
|
|
90da9117a2 | ||
|
|
cdddc7acdf | ||
|
|
9f5000f9d3 |
@@ -46,7 +46,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.46.0'
|
||||
implementation 'com.willfp:libreforge:3.126.0'
|
||||
implementation 'com.willfp:libreforge:3.128.2'
|
||||
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
|
||||
#Fri Dec 09 17:01:06 GMT 2022
|
||||
version=5.78.0
|
||||
#Tue Feb 07 14:46:05 GMT 2023
|
||||
version=5.80.2
|
||||
plugin-name=Reforges
|
||||
|
||||
Reference in New Issue
Block a user