9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-21 16:09:20 +00:00

Compare commits

...

14 Commits

Author SHA1 Message Date
Auxilor
e703056fcd libreforge-updater 2023-01-24 10:08:51 +00:00
Will FP
1d49e6184f Merge pull request #31 from 0ft3n/master
Fixed support for stacked reforge stones in the GUI
2023-01-24 09:42:19 +00:00
_OfTeN_
afdbf84fe1 Fixed support for stacked reforge stones in the GUI 2023-01-24 00:19:24 +03:00
Auxilor
5f71cb216d libreforge-updater 2023-01-17 16:47:54 +00:00
Auxilor
01d6cbc178 libreforge-updater 2023-01-13 18:07:56 +00:00
Auxilor
58361d04bf libreforge-updater 2023-01-07 12:18:53 +00:00
Auxilor
d9890f256c libreforge-updater 2023-01-02 15:59:32 +00:00
Auxilor
90da9117a2 libreforge-updater 2022-12-26 14:00:53 +01:00
Auxilor
cdddc7acdf libreforge-updater 2022-12-20 15:16:36 +00:00
Auxilor
9f5000f9d3 libreforge-updater 2022-12-12 14:00:47 +00:00
Auxilor
2b20d2c540 libreforge-updater 2022-12-09 17:01:06 +00:00
Auxilor
94ec760fbf libreforge-updater 2022-12-05 10:50:18 +00:00
Auxilor
73fc667dee libreforge-updater 2022-11-30 17:38:08 +00:00
Auxilor
d2f6e6cb9f libreforge-updater 2022-11-27 21:44:18 +00:00
3 changed files with 4 additions and 5 deletions

View File

@@ -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'

View File

@@ -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,

View File

@@ -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