So now we can add custom blocks but the features are limited. Add more description properties so we can customize more the blocks.
Example:
"minecraft:block_shape" type: string
This components determined the shape of the blocks. In this properties you need specific string to add like;
- solid Determined that the block is solid, as usual it's normal block.
- tranparent This block support transparency textures such as monster spawner, glass, leaves etc. Also this block cannot block light and the redstone signal cannot pass through like by repeater.
- slabs The block shape is slabs
- stairs The block shape is stairs
- wall The block shape is wall
- glass_pane The block shape is same as glass pane
- fence The block shape is like fence
- fence_gate The block shape is like a fence gate
- ladder The block shape is ladder
- vines The block behave like a vines
"minecraft:container" type: integer
The block is container if have this properties, like barrel, dropper and dispenser. The value that input is the number of slots. For example 27 then the block contain 27 slots. 27 is the maximum and 5 is minimum.
"minecraft:destroy_faster_with" type: string
Determined in which block is faster to mine by specific tools. The strings are "pickaxe", "axe", and "shovel"
"minecraft:mined_drop_loots" type: integer
If have this properties the block cannot drop loot without pickaxe, it determined in which weakest pickaxe it can be mined to drop the loot. Default value is 1 which determine wooden pickaxe is enough to drop the loot
Please sign in to leave a comment.
1 Comments