Mappings update
This commit is contained in:
parent
3400f42962
commit
708ccc758a
82 changed files with 236 additions and 236 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue