You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if blocks with NBT tag can be placed and its tag retained
I have tried to modify things myself but hasn't gotten really successful, one issue i found could make this not possible is with block.getBlock().setPlaceBy in method placeBlock of WandUtil not using the NBT tag from ItemStack that has it. (This could probably be an issue on me instead since i'm not really knowledgeable with minecraft mod development)
The text was updated successfully, but these errors were encountered:
It would be nice if blocks with NBT tag can be placed and its tag retained
I have tried to modify things myself but hasn't gotten really successful, one issue i found could make this not possible is with
block.getBlock().setPlaceBy
in methodplaceBlock
ofWandUtil
not using the NBT tag from ItemStack that has it. (This could probably be an issue on me instead since i'm not really knowledgeable with minecraft mod development)The text was updated successfully, but these errors were encountered: