Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- this.addPropertyOverride(new ResourceLocation("empty"), new IItemPropertyGetter()
- {
- @SideOnly(Side.CLIENT) public float apply(ItemStack stack, @Nullable World worldIn,
- @Nullable EntityLivingBase entityIn)
- {
- return 1.0F;
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement