File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed
common/src/main/java/smartin/miapi/mixin Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1- ## v1.1.0 (1.20.1)
2- - fixed Obsidian giving Attackspeed on armor
3- - fixed bug adding a Tag to items picked up while Miapi installed.
4- It is NOT recommended to upgrade exisiting worlds.
5- This version fixed a bug where items would be made stackable only with other bugged Items.
6- This means now updating will make Items nolonger stack due to fixing this bug
7- - Added new module extension format to easily extend and change modules for addons
8- - added compat with Apotheosis
1+ ## v1.1.1 (1.20.1)
2+ - fixed bow animations now working
3+ - fixed lag with BC if item has no config
4+ - fixed Modelswaps for low durabiltiy not occuring
Original file line number Diff line number Diff line change 33
44import net .bettercombat .api .WeaponAttributes ;
55import net .bettercombat .api .WeaponAttributesHelper ;
6- import net .minecraft .item .Item ;
76import net .minecraft .item .ItemStack ;
87import org .spongepowered .asm .mixin .Mixin ;
98import org .spongepowered .asm .mixin .injection .At ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G
33minecraft_version =1.20.1
44
55archives_base_name =Truly-Modular-miapi
6- mod_version =1.1.0
6+ mod_version =1.1.1
77maven_group =smartin
88github =Truly-Modular.Modular-Item-API
99
You can’t perform that action at this time.
0 commit comments