Give blocks an nbt tag that persists when broken and replaced, and allow them to be customized just as much as items. Example:
"block": {
"type": "select",
"property": "minecraft:block_tag",
"fallback": {
"type": "block",
"model": "block/dirt_block"
},
"cases": [
{
"when": "magicdirt",
"model": {
"type": "minecraft:block",
"block": "block/magic_dirt
This would be very useful because current custom blocks require you to spawn a custom blockbench item frame model on a spawner, which could be very limiting or laggy. In my head, this would work with similar mechanics, either being able to just texture the block, or change the shape with a 3rd party blockbench design(not a custom item frame or smthn).
This would be very useful because current custom blocks require you to spawn a custom blockbench item frame model on a spawner, which could be very limiting or laggy. In my head, this would work with similar mechanics, either being able to just texture the block, or change the shape with a 3rd party blockbench design(not a custom item frame or smthn).
Please sign in to leave a comment.
0 Comments