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 3
3
4
4
import net .bettercombat .api .WeaponAttributes ;
5
5
import net .bettercombat .api .WeaponAttributesHelper ;
6
- import net .minecraft .item .Item ;
7
6
import net .minecraft .item .ItemStack ;
8
7
import org .spongepowered .asm .mixin .Mixin ;
9
8
import org .spongepowered .asm .mixin .injection .At ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G
3
3
minecraft_version =1.20.1
4
4
5
5
archives_base_name =Truly-Modular-miapi
6
- mod_version =1.1.0
6
+ mod_version =1.1.1
7
7
maven_group =smartin
8
8
github =Truly-Modular.Modular-Item-API
9
9
You can’t perform that action at this time.
0 commit comments