mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-24 09:29:23 +00:00
Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
430e6c94ef | ||
|
|
436e4e0401 | ||
|
|
54280f7cfe | ||
|
|
ac215d1d70 | ||
|
|
f5044fa941 | ||
|
|
0ebdbdb6bd | ||
|
|
4066a28173 | ||
|
|
53ae1d13f3 | ||
|
|
e703056fcd | ||
|
|
1d49e6184f | ||
|
|
afdbf84fe1 | ||
|
|
5f71cb216d | ||
|
|
01d6cbc178 | ||
|
|
58361d04bf | ||
|
|
d9890f256c | ||
|
|
90da9117a2 | ||
|
|
cdddc7acdf | ||
|
|
9f5000f9d3 | ||
|
|
2b20d2c540 | ||
|
|
94ec760fbf | ||
|
|
73fc667dee | ||
|
|
d2f6e6cb9f | ||
|
|
4f489cc018 | ||
|
|
a96d08d4be | ||
|
|
fdd95f005f | ||
|
|
aec6639725 | ||
|
|
b3f98e2b6e |
@@ -46,7 +46,7 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.46.0'
|
||||
implementation 'com.willfp:libreforge:3.119.0'
|
||||
implementation 'com.willfp:libreforge:3.129.4'
|
||||
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,
|
||||
|
||||
@@ -7,7 +7,6 @@ website: willfp.com
|
||||
load: STARTUP
|
||||
depend:
|
||||
- eco
|
||||
- ProtocolLib
|
||||
softdepend:
|
||||
- Vault
|
||||
- AureliumSkills
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#libreforge-updater
|
||||
#Sat Nov 12 17:34:16 GMT 2022
|
||||
version=5.71.0
|
||||
#Thu Mar 02 12:55:10 GMT 2023
|
||||
version=5.81.5
|
||||
plugin-name=Reforges
|
||||
|
||||
Reference in New Issue
Block a user