diff --git a/Changelog.md b/Changelog.md index 0207474a1..ad0e6af12 100644 --- a/Changelog.md +++ b/Changelog.md @@ -22,6 +22,8 @@ and this project follows to [Ragnarök Versioning Convention](https://gist.githu - penetrableBlocks - knockbackOnHi - hipFireSpread + - ammoCounterX \ ammoCounterY + - ammoCounterSize \ ammoCounterBackgroundReverse - Durability to all vests as a temporary measure to resolve vest-related issues - Smelting of sulfur into gunpowder - .50 AE in the Ammo Press diff --git a/src/main/java/com/paneedah/mwc/items/guns/PythonFactory.java b/src/main/java/com/paneedah/mwc/items/guns/PythonFactory.java index c3e864f80..5355d0e85 100644 --- a/src/main/java/com/paneedah/mwc/items/guns/PythonFactory.java +++ b/src/main/java/com/paneedah/mwc/items/guns/PythonFactory.java @@ -5,7 +5,7 @@ import com.paneedah.mwc.proxies.CommonProxy; import com.paneedah.mwc.weapons.Attachments; import com.paneedah.mwc.weapons.AuxiliaryAttachments; -import com.paneedah.mwc.weapons.Bullets; +import com.paneedah.mwc.wearables.Bullets; import com.paneedah.weaponlib.Weapon; import com.paneedah.weaponlib.WeaponRenderer; import com.paneedah.weaponlib.animation.Transform; diff --git a/src/main/java/com/paneedah/mwc/items/guns/TaurusRagingHunterFactory.java b/src/main/java/com/paneedah/mwc/items/guns/TaurusRagingHunterFactory.java index 6748859ea..8522d584f 100644 --- a/src/main/java/com/paneedah/mwc/items/guns/TaurusRagingHunterFactory.java +++ b/src/main/java/com/paneedah/mwc/items/guns/TaurusRagingHunterFactory.java @@ -6,7 +6,7 @@ import com.paneedah.mwc.proxies.CommonProxy; import com.paneedah.mwc.weapons.Attachments; import com.paneedah.mwc.weapons.AuxiliaryAttachments; -import com.paneedah.mwc.weapons.Bullets; +import com.paneedah.mwc.wearables.Bullets; import com.paneedah.weaponlib.AttachmentCategory; import com.paneedah.weaponlib.Weapon; import com.paneedah.weaponlib.WeaponRenderer;