IC2Classic 1.7.10 Bug collection for 1.2.0.4
yaroslav4167 opened this issue · 15 comments
Furance Exp-dupe and Cropnalizer-dupe.
Principle - YouTube
Please, fix this bugs =)
@yaroslav4167 which ic2c version is that?
@Speiger 1.2.0.3
ok. So these are 2 bugs.
- Furnace not allowing to add Items too (even so who when a player ha the time to do this then he should be allowed to get exp xD)
- ItemInventories should close the inventory when thrown...
@yaroslav4167 both fixed.
If you have anything else just point it out. (I am still collecting bugs to make a proper version)
Thank @Speiger
I don't know more bugs and duplications.
Tell me about when will 1.2.0.4?
well if nothing else joines and i do not get my feature done until that then it will be start of next week
@yaroslav4167 ^^"
I found another bug. When you open the safe on the server - client crash.
http://pastebin.com/BzTWpfP9
- Personal Safes Causing Client crash on servers when opend.
Ok one question: Are you the owner of the personal Safe or are you just trying to open a safe from someone else? (thats important)
@Speiger I am alone on the server, so that a safe mine =)
@yaroslav4167 fixed it. (I hope it, because i can not test it (i can not run a server in my dev invioment)
Many thanks @Speiger ! I hope everything will be good =)
Cropnalizer bug remains =с
(If Shift+Q or Q in the inventory.)
Version: 1.2.0.4.
Fix in HandHeldCropnalyzer.class
@Override
public boolean isUseableByPlayer(EntityPlayer entityPlayer)
{
InventoryPlayer inventory = entityPlayer.inventory;
for (ItemStack stack : inventory.armorInventory)
if (stack != null && ItemStack.areItemStacksEqual(stack, this.itemStack))
return true;
for (ItemStack stack : inventory.mainInventory)
if (stack != null && ItemStack.areItemStacksEqual(stack, this.itemStack))
return true;
return false;
}
@yaroslav4167 well normally you would not drop these items like that....
I open a new list soon... But for this week = no work on ic2c i have another project which gets high priortiy.
Test all the other stuff you found. (All Hendheld inventories have that too)
Also your suggestion = very laggy... I dissagree... (i have already a soultion)