mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
monty python's horrible world of gravity
This commit is contained in:
parent
f809843745
commit
b4d0122cfc
@ -13,6 +13,7 @@
|
|||||||
* DLs have been long phased out in favor of VBOs anyway
|
* DLs have been long phased out in favor of VBOs anyway
|
||||||
* Rebranded canned horse slime
|
* Rebranded canned horse slime
|
||||||
* Now with extra bone marrow
|
* Now with extra bone marrow
|
||||||
|
* Updated the deuterium tower's model
|
||||||
|
|
||||||
# Fixed
|
# Fixed
|
||||||
* Potentially fixed yet another issue regarding crates
|
* Potentially fixed yet another issue regarding crates
|
||||||
@ -22,3 +23,4 @@
|
|||||||
* Fixed battery sockets producing junk debug data in the logs
|
* Fixed battery sockets producing junk debug data in the logs
|
||||||
* Fixed an issue where the charging station would crash when trying to charge certain items
|
* Fixed an issue where the charging station would crash when trying to charge certain items
|
||||||
* Fixed the DFC's core component not dropping its contents when mined
|
* Fixed the DFC's core component not dropping its contents when mined
|
||||||
|
* Fixed audio problems with guns
|
||||||
@ -504,7 +504,7 @@ public class ModEventHandler {
|
|||||||
|
|
||||||
ItemStack[] prevArmor = event.entityLiving.previousEquipment;
|
ItemStack[] prevArmor = event.entityLiving.previousEquipment;
|
||||||
|
|
||||||
if(event.entityLiving instanceof EntityPlayer && prevArmor != null && event.entityLiving.getHeldItem() != null
|
if(event.entityLiving instanceof EntityPlayerMP && prevArmor != null && event.entityLiving.getHeldItem() != null
|
||||||
&& (prevArmor[0] == null || prevArmor[0].getItem() != event.entityLiving.getHeldItem().getItem())
|
&& (prevArmor[0] == null || prevArmor[0].getItem() != event.entityLiving.getHeldItem().getItem())
|
||||||
&& event.entityLiving.getHeldItem().getItem() instanceof IEquipReceiver) {
|
&& event.entityLiving.getHeldItem().getItem() instanceof IEquipReceiver) {
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
x
Reference in New Issue
Block a user