forked from VoxeLibre/VoxeLibre
Define shulker_box group
This commit is contained in:
parent
7a4b4d1e2a
commit
93febcac90
1
API.md
1
API.md
|
@ -35,6 +35,7 @@ This section explains all the used groups in this subgame.
|
|||
* `redsandstone=1`: Red sandstone and related nodes (chiseled and the like) (only full blocks)
|
||||
* `quartz_block=1`: Quartz Block and variants (chiseled, pillar, etc.) (only full blocks)
|
||||
* `stonebrick=1`: Stone Bricks and related nodes (only full blocks)
|
||||
* `shulker_box=1`: Block is a shulker box
|
||||
* `tree=1`: Oak Wood, Birch Wood, etc. (tree trunks)
|
||||
* `wood=1`: Oak Wood Planks, Birch Wood Planks, etc. (only full blocks)
|
||||
* `wood_slab=1`: Slabs made out of a kind of wooden planks
|
||||
|
|
|
@ -21,6 +21,7 @@ local group_stereotypes = {
|
|||
wood_slab = "stairs:slab_wood",
|
||||
wood_stairs = "stairs:stairs_wood",
|
||||
coal = "mcl_core:coal_lump",
|
||||
shulker_box = "mcl_chests:violet_shulker_box",
|
||||
mesecon_conductor_craftable = "mesecons:wire_00000000_off",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue