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