Jump to content

How do I add NBT data to a block being placed in the world 1.12


dtorgo

Recommended Posts

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
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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