This is a small mod for Minecraft 1.7.10 that simulates the Adventure mode from Minecraft 1.8.
Before version 2.0 it had to be used in Survival mode due to limitations in Forge. Version 2.0-alpha is almost an entire rewrite and it now uses a coremod to overcome this limitation. There are still some limitations (such as client-only ghost blocks) but it should generally be functional.
A quick summary of 1.8's Adventure Mode:
You can use the config to enable or disable the CanDestroy and CanPlaceOn features individually.
Additionally, there is a config option for expanding the scope of CanPlaceOn to also restrict which blocks the player may interact with (e.g. requiring a key to open a chest).
There are also options for specifying blocks that can always be placed or destroyed.
Note regarding Vanilla Minecraft's /give command: It doesn't work properly if you have colons in NBT data, so it won't work when you try to use names of mod items there. One workaround is prefixing the name with a colon.
Example: "/give @p stick 1 0 {CanDestroy:[botania:flower]}" will not work.
Instead use "/give @p stick 1 0 {CanDestroy:[:botania:flower]}".
(In Minecraft 1.8 this has been fixed)
No files available for download.