Compare commits

...

17 Commits

Author SHA1 Message Date
Auxilor
f83d646e02 libreforge-updater 2022-08-23 11:08:06 +02:00
Auxilor
6c4437e0cb libreforge-updater 2022-08-22 12:46:54 +02:00
Auxilor
8b8bc294e4 libreforge-updater 2022-08-20 10:00:27 +02:00
Auxilor
94cc573114 libreforge-updater 2022-08-17 14:22:18 +02:00
Auxilor
4f3da3ae84 libreforge-updater 2022-08-17 12:10:10 +02:00
Auxilor
19b52eaaa7 libreforge-updater 2022-08-16 18:46:26 +02:00
Auxilor
e9f33fd298 libreforge-updater 2022-08-14 17:30:58 +02:00
Auxilor
fc66efff53 Downgraded modelengine 2022-08-13 12:33:20 +02:00
Auxilor
1409620b92 Updated to 1.18.1 2022-08-13 12:01:19 +02:00
Will FP
f1acc877b7 Merge pull request #20 from 0ft3n/patch-1
Fixed default pets yml
2022-08-13 11:59:54 +02:00
Will FP
d7e725822c Merge pull request #21 from Wesley51/master
Fix ModelEngine dependency
2022-08-13 11:59:49 +02:00
Auxilor
d613e569ed libreforge-updater 2022-08-13 11:58:28 +02:00
WesleyTrain
22274a9bdf Update ModelEnginePetEntity.kt 2022-08-11 14:27:17 -04:00
WesleyTrain
2ef337d4ca Update ModelEngine dependency 2022-08-11 14:25:57 -04:00
0ft3n
aacd247c54 Fixed default pets yml (vampire) 2022-08-11 04:16:52 +03:00
Auxilor
1aa419bce7 libreforge-updater 2022-08-05 18:42:13 +01:00
Auxilor
56f948e898 libreforge-updater 2022-08-05 18:40:40 +01:00
4 changed files with 15 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.37.1'
implementation 'com.willfp:libreforge:3.81.0'
implementation 'com.willfp:libreforge:3.87.0'
implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0'

View File

@@ -16,6 +16,9 @@ class ModelEnginePetEntity(
val modelled = ModelEngineAPI.createModeledEntity(stand)
modelled.addActiveModel(model)
// ModelEngine removed addActiveModel in new API release... for no reason.
//modelled.addModel(model,true)
return stand
}
}

View File

@@ -721,45 +721,45 @@ pets:
1:
- "&8» &#ff0000This pet can ONLY be levelled at night."
- ""
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance% &7to gain"
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance%% &7to gain"
- " &7health from your enemy. Has a &#ff0000%lifesteal_cooldown% &7second cooldown."
25:
- "&8» &#ff0000This pet can ONLY be levelled at night."
- ""
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance% &7to gain"
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance%% &7to gain"
- " &7health from your enemy. Has a &#ff0000%lifesteal_cooldown% &7second cooldown."
- ""
- "&8» &7When hitting enemies have a &#ff0000%bleed_chance% &7to bleed"
- "&8» &7When hitting enemies have a &#ff0000%bleed_chance%% &7to bleed"
- " &7your enemies dealing &#ff0000%bleed_damage%&7 damage twice."
rewards-description:
1:
- "&8» &#ff0000This pet can ONLY be levelled at night."
- ""
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance% &7to gain &ff0000%lifesteal_heal%"
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance%% &7to gain &ff0000%lifesteal_heal%"
- " &7health from your enemy. Has a &#ff0000%lifesteal_cooldown% &7second cooldown."
25:
- "&8» &#ff0000This pet can ONLY be levelled at night."
- ""
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance% &7to gain"
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance%% &7to gain"
- " &7health from your enemy. Has a &#ff0000%lifesteal_cooldown% &7second cooldown."
- ""
- "&8» &7When hitting enemies have a &#ff0000%bleed_chance% &7to bleed"
- "&8» &7When hitting enemies have a &#ff0000%bleed_chance%% &7to bleed"
- " &7your enemies dealing &#ff0000%bleed_damage%&7 damage twice."
level-up-messages:
1:
- "&8» &#ff0000This pet can ONLY be levelled at night."
- ""
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance% &7to gain"
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance%% &7to gain"
- " &7health from your enemy. Has a &#ff0000%lifesteal_cooldown% &7second cooldown."
25:
- "&8» &#ff0000This pet can ONLY be levelled at night."
- ""
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance% &7to gain"
- "&8» &7When hitting enemies have a &#ff0000%lifesteal_chance%% &7to gain"
- " &7health from your enemy. Has a &#ff0000%lifesteal_cooldown% &7second cooldown."
- ""
- "&8» &7When hitting enemies have a &#ff0000%bleed_chance% &7to bleed"
- "&8» &7When hitting enemies have a &#ff0000%bleed_chance%% &7to bleed"
- " &7your enemies dealing &#ff0000%bleed_damage%&7 damage twice."
level-commands: [ ]

View File

@@ -1,4 +1,4 @@
#libreforge-updater
#Thu Aug 04 13:04:16 BST 2022
version=1.17.0
#Tue Aug 23 11:08:06 CEST 2022
version=1.23.0
plugin-name=EcoPets