Construction Wand

Construction Wand

22M Downloads

(Possibly) Add support for blocks with NBT tag

MaiKokain opened this issue ยท 0 comments

commented

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)