
On left click placing block wont follow command
Zergmazter opened this issue ยท 0 comments
LeftClick json:
"helditem": "vimmersion:hammer",
"block": "contenttweaker:iron_ingot_block4",
"setblock": {"block": "contenttweaker:iron_ingot_block5",
"blockoffset": { "y": "1" }
}
This bit of code works, but the block5 replaces block4. I was hoping to make it place on top of block4 with this code.