Jump to content

Recommended Posts

Posted (edited)

Sorry if this has been asked before, I have searched google as well as this form but have not been able to find an answer. 

 

I am modifying the mod twilight forest to add a 'present' from the mod Presents in the final castle.

I can place the present block in the castle in the location that I want, but I do not know how to update the NBT data of the present block.

 

world.setBlockState(pos, Block.getBlockFromName("presents:present").getDefaultState(), 2);

 

How do I add NBT data to the block?

Edited by dtorgo
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.