Define shulker_box group

This commit is contained in:
Wuzzy 2017-02-07 02:19:25 +01:00
parent 7a4b4d1e2a
commit 93febcac90
2 changed files with 2 additions and 0 deletions

1
API.md
View File

@ -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

View File

@ -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",
}