Mappings update

This commit is contained in:
modmuss50 2017-06-13 22:07:49 +01:00
parent 3400f42962
commit 708ccc758a
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
82 changed files with 236 additions and 236 deletions

View file

@ -101,7 +101,7 @@ public class BlockDigitalChest extends BlockMachineBase implements IAdvancedRota
itemStack.copy());
if (itemStack.hasTagCompound()) {
entityItem.getEntityItem().setTagCompound(itemStack.getTagCompound().copy());
entityItem.getItem().setTagCompound(itemStack.getTagCompound().copy());
}
final float factor = 0.05F;

View file

@ -105,7 +105,7 @@ public class BlockQuantumChest extends BlockMachineBase implements IAdvancedRota
itemStack.copy());
if (itemStack.hasTagCompound()) {
entityItem.getEntityItem().setTagCompound(itemStack.getTagCompound().copy());
entityItem.getItem().setTagCompound(itemStack.getTagCompound().copy());
}
final float factor = 0.05F;