Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
ChangeLog
- the stats screen are now localize
- Bow are now affect the stat point -> draw faster
- new Item Texture and tooltip
- Damage Indicator with color config the heal is color green (currently)
- new config mobEvasion default = true (when mob spawn it'll apply stats from datapack)
- new Data format for item to make it compatible with other mod
old
{
"maxLvl": 20,
"startAccuracy": 0,
"endAccuracy": 0,
@@ -10,4 +14,5 @@
"startProtection": 0,
"endProtection": 15,
"repairpoint": 5
}
new
{
"arg": {
"vanilla": true // if false it gonna point to modid intead of minecraft
},
"itemProperties": {
"maxLvl": 20,
"startAccuracy": 0,
"endAccuracy": 0,
@@ -10,4 +14,5 @@
"startProtection": 0,
"endProtection": 15,
"repairpoint": 5
}
}
- HostileMob now have own exp instead of fixing it adding more by datapack
- re-implement Xp Distribution Feature by damage deal
- Player Level
Dependencies
Files
Metadata
Release channel
BetaVersion number
0.6.2-betaLoaders
Game versions
1.21Downloads
59Publication date
September 2, 2024 at 4:20 PMPublisher
MrSypz
Owner