Decorative Mushroom Blocks: Difference between revisions
(Created page with "==Details== If a Book and Quill is in the player's inventory, when holding a silk touch tool they will be able to modify mushroom blocks. Inside the book, one of the codes bel...") |
m (→Details) |
||
Line 1: | Line 1: | ||
==Details== | ==Details== | ||
If a Book and Quill is in the player's inventory, when holding a silk touch tool they will be able to modify mushroom blocks. Inside the book, one of the codes below must be written in it to change the block accordingly. Don’t sign the book. Upon doing this, instead of breaking mushroom blocks, it will change all mined mushroom blocks to that variant of mushroom block. | If a Book and Quill is in the player's inventory, when holding a silk touch tool they will be able to modify mushroom blocks. Inside the book, [[Decorative Mushroom Blocks#Codes|one of the codes below]] must be written in it to change the block accordingly. Don’t sign the book. Upon doing this, instead of breaking mushroom blocks, it will change all mined mushroom blocks to that variant of mushroom block. | ||
===Technical Summary=== | ===Technical Summary=== | ||
The tool still takes damage when breaking mushroom blocks. Mushroom blocks cannot be changed from one type to another, i.e. Red Mushroom Blocks cannot be changed to Brown Mushroom Blocks. | The tool still takes damage when breaking mushroom blocks. Mushroom blocks cannot be changed from one type to another, i.e. Red Mushroom Blocks cannot be changed to Brown Mushroom Blocks. |
Revision as of 06:50, 26 October 2018
Details
If a Book and Quill is in the player's inventory, when holding a silk touch tool they will be able to modify mushroom blocks. Inside the book, one of the codes below must be written in it to change the block accordingly. Don’t sign the book. Upon doing this, instead of breaking mushroom blocks, it will change all mined mushroom blocks to that variant of mushroom block.
Technical Summary
The tool still takes damage when breaking mushroom blocks. Mushroom blocks cannot be changed from one type to another, i.e. Red Mushroom Blocks cannot be changed to Brown Mushroom Blocks.
Codes
Write one of the following codes into an unsigned book and quill to change mushroom blocks.
Code | Description |
---|---|
north | Only the top face and the north side faces
are the 'outside' texture, and the rest are the 'inside' texture. |
east | Only the top face and the east side faces
are the 'outside' texture, and the rest are the 'inside' texture. |
south | Only the top face and the south side faces
are the 'outside' texture, and the rest are the 'inside' texture. |
west | Only the top face and the west side faces
are the 'outside' texture, and the rest are the 'inside' texture. |
northeast | Only the top face, the north side, and the east side faces
are the 'outside' texture, and the rest are the 'inside' texture. |
northwest | Only the top face, the north side, and the west side faces
are the 'outside' texture, and the rest are the 'inside' texture. |
southeast | Only the top face, the south side, and the east side faces
are the 'outside' texture, and the rest are the 'inside' texture. |
southwest | Only the top face, the south side, and the west side faces
are the 'outside' texture, and the rest are the 'inside' texture. |
inside | All the faces are the 'inside' texture. |
allstem | All the faces are the 'stem' texture |
stem | The four side faces are the 'stem' texture,
and the top and bottom faces are the 'inside' texture. |
Achievements
Achievement | Description | Requirement |
---|---|---|
A Fun-gi | Decor some decorative mushroom | Break a mushroom block using a silk touch tool with a book and quill in the inventory |
Learn More and Download
History
Date | Version | Change |
---|---|---|
10 Jan 2015 | 1.0 | Released Decorative Mushroom Blocks |
10 Sept 2017 | 2.0 | Updated for 1.12 |
15 October 2018 | (none) | Module marked as discontinued |
Previous Versions
MC 1.8 Version
The MC 1.8 version (v1.0) did not have achievements.