Hi, so, I've been trying to get the mushroom stem block (from the large mushrooms, but the 6-sided version) for a build, and I can't figure out how to get it. I know the /setblock command for it, and I tried to break the block after placing it with /setblock with a silk touch pickaxe, but that gave me a red mushroom block and not the white stem block.
I can't find the block id for the stem block either, and I would like the id for it, or a command to get it.
There is no separate block ID for stems, they all use the same ID but with different data values and they are coded to only drop the variant with the colored pattern on all sides; the only way to obtain it with Silk Touch is with mods.
See: http://minecraft.gamepedia.com/Mushroom_(block)#Block_data (variant 14 is normally dropped with Silk Touch, 15 is the one that you want. I'm not sure why they only have the former drop; from 1.2.1 until 1.5 you could get all variants that generated naturally, then you could only get the block with all pores (variant 0) until 1.8)
To obtain the block you have to use /give:
/give @p minecraft:brown_mushroom_block 64 15
@p is the closest player (yourself), 64 is how many to give, 15 is the data value, and "brown" can be replaced with "red" to get the corresponding color (which use the same texture): http://minecraft.gamepedia.com/Commands#give
Note that this will not work for all blocks; for example, another popularly requested block is all-sided bark logs but they will use the normal log placement behavior when placed, which overrides the data value.
The Meaning of Life, the Universe, and Everything.
Join Date:
8/16/2018
Posts:
48
Member Details
i uh, dont wanna necropost but im looking for mushroom stem block, that will show the stem texture in 1.12.2 but i cant find the data value for it, any help?
I haven't been able to figure out how or if one can get them, the Wiki stated that the block with stem texture on all 6 sides is unavailable by any means but singling that out would suggest that the 4 sided one would be available?
I haven't been able to figure out how or if one can get them, the Wiki stated that the block with stem texture on all 6 sides is unavailable by any means but singling that out would suggest that the 4 sided one would be available?
Good luck.
The stem texture on all 6 sides is data value 15, as I replied with a couple years ago:
/give @p minecraft:brown_mushroom_block 64 15
(see: https://minecraft.gamepedia.com/index.php?title=Mushroom_Block&oldid=1150831#Block_data DV 10 is the normal stem texture (pores on top and bottom. You can also use red_mushroom_block, which looks exactly the same but drops red mushrooms. One thing I'm not sure of is whether the aforementioned block is a valid item (it works in 1.6.4, where there were no restrictions on what items you could obtain, but since 1.7 and especially 1.8 the game is very picky about what items you can obtain; at the least it may have a missing texture in your hand. However, /setblock can be used for any possible block)
Also, one thing that may be an issue is that even if the item works it may not be placed properly; in 1.6.4 they always turn into the block with pores on all sides when placed (likewise, logs with bark on all sides are placed like normal logs; in TMCW I had to modify the block placement code for these blocks in order to fix this):
Notice that there is no damage value shown after the block ID, as opposed to blocks like wool:
For comparison, it does show a data value for wood with a data value of 12, which is an all-bark oak log, but it still isn't placed correctly (the log placement code overrides any existing data value):
However, as mentioned above /setblock can be used to place any valid block even if you can't obtain them and/or place them properly (I have not tested this in 1.12).
However, as mentioned above /setblock can be used to place any valid block even if you can't obtain them and/or place them properly (I have not tested this in 1.12).
Hi, so, I've been trying to get the mushroom stem block (from the large mushrooms, but the 6-sided version) for a build, and I can't figure out how to get it. I know the /setblock command for it, and I tried to break the block after placing it with /setblock with a silk touch pickaxe, but that gave me a red mushroom block and not the white stem block.
I can't find the block id for the stem block either, and I would like the id for it, or a command to get it.
If you can help, it would be appreciated.
There is no separate block ID for stems, they all use the same ID but with different data values and they are coded to only drop the variant with the colored pattern on all sides; the only way to obtain it with Silk Touch is with mods.
See: http://minecraft.gamepedia.com/Mushroom_(block)#Block_data (variant 14 is normally dropped with Silk Touch, 15 is the one that you want. I'm not sure why they only have the former drop; from 1.2.1 until 1.5 you could get all variants that generated naturally, then you could only get the block with all pores (variant 0) until 1.8)
To obtain the block you have to use /give:
/give @p minecraft:brown_mushroom_block 64 15
@p is the closest player (yourself), 64 is how many to give, 15 is the data value, and "brown" can be replaced with "red" to get the corresponding color (which use the same texture): http://minecraft.gamepedia.com/Commands#give
Note that this will not work for all blocks; for example, another popularly requested block is all-sided bark logs but they will use the normal log placement behavior when placed, which overrides the data value.
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
i uh, dont wanna necropost but im looking for mushroom stem block, that will show the stem texture in 1.12.2 but i cant find the data value for it, any help?
You know that all the previous versions of the Wiki pages are available under the History tab?
Here's the page from 25 September 2017:
https://minecraft.gamepedia.com/index.php?title=Mushroom_Block&oldid=1150831
I haven't been able to figure out how or if one can get them, the Wiki stated that the block with stem texture on all 6 sides is unavailable by any means but singling that out would suggest that the 4 sided one would be available?
Good luck.
Just testing.
The stem texture on all 6 sides is data value 15, as I replied with a couple years ago:
(see: https://minecraft.gamepedia.com/index.php?title=Mushroom_Block&oldid=1150831#Block_data DV 10 is the normal stem texture (pores on top and bottom. You can also use red_mushroom_block, which looks exactly the same but drops red mushrooms. One thing I'm not sure of is whether the aforementioned block is a valid item (it works in 1.6.4, where there were no restrictions on what items you could obtain, but since 1.7 and especially 1.8 the game is very picky about what items you can obtain; at the least it may have a missing texture in your hand. However, /setblock can be used for any possible block)
Also, one thing that may be an issue is that even if the item works it may not be placed properly; in 1.6.4 they always turn into the block with pores on all sides when placed (likewise, logs with bark on all sides are placed like normal logs; in TMCW I had to modify the block placement code for these blocks in order to fix this):
Notice that there is no damage value shown after the block ID, as opposed to blocks like wool:
For comparison, it does show a data value for wood with a data value of 12, which is an all-bark oak log, but it still isn't placed correctly (the log placement code overrides any existing data value):
However, as mentioned above /setblock can be used to place any valid block even if you can't obtain them and/or place them properly (I have not tested this in 1.12).
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
It works!
/setblock ~5 ~ ~ minecraft:brown_mushroom_block 15
gives the 6 sided stem and
/setblock ~5 ~ ~ minecraft:brown_mushroom_block 10
the normal one with pores on top and bottom.
I can't get /give to give me anything other than brown mushroom cap blocks.
Just testing.