Theta-Dev / ConstructionWand

Minecraft Mod - Construction Wands make building easier!
https://www.curseforge.com/minecraft/mc-mods/construction-wand
MIT License
11 stars 12 forks source link

(Possibly) Add support for blocks with NBT tag #84

Open MaiKokain opened 4 weeks ago

MaiKokain commented 4 weeks ago

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)