Skip to content

Commit 6972ac0

Browse files
author
Smartin
committed
- changelog
1 parent 111f7ec commit 6972ac0

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
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

common/src/main/java/smartin/miapi/mixin/BCWeaponRegistryMixin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
import net.bettercombat.api.WeaponAttributes;
55
import net.bettercombat.api.WeaponAttributesHelper;
6-
import net.minecraft.item.Item;
76
import net.minecraft.item.ItemStack;
87
import org.spongepowered.asm.mixin.Mixin;
98
import org.spongepowered.asm.mixin.injection.At;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G
33
minecraft_version=1.20.1
44

55
archives_base_name=Truly-Modular-miapi
6-
mod_version=1.1.0
6+
mod_version=1.1.1
77
maven_group=smartin
88
github=Truly-Modular.Modular-Item-API
99

0 commit comments

Comments
 (0)