monty python's horrible world of gravity

This commit is contained in:
Bob 2026-01-22 21:48:48 +01:00
parent f809843745
commit b4d0122cfc
4 changed files with 2496 additions and 2814 deletions

View File

@ -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

View File

@ -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) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB