mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-30 10:48:35 +01:00
stop the storage crate from syncing its nbt
This commit is contained in:
parent
8697faac25
commit
a20116a9fd
1 changed files with 5 additions and 0 deletions
|
@ -185,5 +185,10 @@ public class BlockGiantChest extends BlockContainerBase{
|
||||||
tooltip.add(TextFormatting.ITALIC+"'Small'");
|
tooltip.add(TextFormatting.ITALIC+"'Small'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public NBTTagCompound getNBTShareTag(ItemStack stack){
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue