forked from VoxeLibre/VoxeLibre
Update mushroom README files
This commit is contained in:
parent
cd20cbbb92
commit
666d56e11c
|
@ -62,7 +62,6 @@ map builders. They can not be obtained in-game or in the creative inventory.
|
||||||
* Barrier: `mcl_core:barrier`
|
* Barrier: `mcl_core:barrier`
|
||||||
* Command Block: `mesecons_commandblock:commandblock_off`
|
* Command Block: `mesecons_commandblock:commandblock_off`
|
||||||
* Monster Spawner: `mcl_mobspawners:spawner`
|
* Monster Spawner: `mcl_mobspawners:spawner`
|
||||||
* Huge mushroom blocks: See `mods/ITEMS/mcl_mushrooms/README.md`
|
|
||||||
* Minecart with Command Block: `mcl_minecarts:command_block_minecart`
|
* Minecart with Command Block: `mcl_minecarts:command_block_minecart`
|
||||||
|
|
||||||
Use the `/giveme` chat command to obtain them. See the in-game help for
|
Use the `/giveme` chat command to obtain them. See the in-game help for
|
||||||
|
|
|
@ -1,26 +1 @@
|
||||||
This mod adds small and huge mushrooms. Small mushrooms like to spread in darkness.
|
This mod adds small and huge mushrooms. Small mushrooms like to spread in darkness.
|
||||||
|
|
||||||
## Itemstrings for huge mushrooms
|
|
||||||
You can obtain the huge mushroom blocks with the `give` or `giveme` commands.
|
|
||||||
|
|
||||||
### Cap
|
|
||||||
* Huge Red Mushroom Cap Top: `mcl_mushrooms:red_mushroom_block_cap_top`
|
|
||||||
* Huge Red Mushroom Cap Corner: `mcl_mushrooms:red_mushroom_block_cap_corner`
|
|
||||||
* Huge Red Mushroom Cap Side: `mcl_mushrooms:red_mushroom_block_cap_side`
|
|
||||||
* Huge Brown Mushroom Cap Top: `mcl_mushrooms:brown_mushroom_block_cap_top`
|
|
||||||
* Huge Brown Mushroom Cap Corner: `mcl_mushrooms:brown_mushroom_block_cap_corner`
|
|
||||||
* Huge Brown Mushroom Cap Side: `mcl_mushrooms:brown_mushroom_block_cap_side`
|
|
||||||
|
|
||||||
### Pores
|
|
||||||
* Huge Red Mushroom Pores: `mcl_mushrooms:red_mushroom_block_pores_full`
|
|
||||||
* Huge Brown Mushroom Pores: `mcl_mushrooms:brown_mushroom_block_pores_full`
|
|
||||||
|
|
||||||
### Stem
|
|
||||||
* Huge Red Mushroom Stem `mcl_mushrooms:red_mushroom_block_stem`
|
|
||||||
* Huge Brown Mushroom Stem `mcl_mushrooms:brown_mushroom_block_stem`
|
|
||||||
|
|
||||||
## Unnatural
|
|
||||||
* Huge Red Mushroom All-Faces Cap: `mcl_mushrooms:red_mushroom_block_cap_full`
|
|
||||||
* Huge Red Mushroom All-Faces Stem: `mcl_mushrooms:red_mushroom_block_stem_full`
|
|
||||||
* Huge Brown Mushroom All-Faces Cap: `mcl_mushrooms:brown_mushroom_block_cap_full`
|
|
||||||
* Huge Brown Mushroom All-Faces Stem: `mcl_mushrooms:brown_mushroom_block_stem_full`
|
|
||||||
|
|
Loading…
Reference in New Issue