Description
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 cannot break any block without a tool that has an appropriate CanDestroy tag. The block that you want to destroy has to be included in the CanDestroy tag.
For example, the following command will give you a pickaxe that can only break dirt and cobblestone:
"/give @p stone_pickaxe 1 0 {CanDestroy:[dirt, cobblestone]}"
- You cannot place any block without an appropriate CanPlaceOn tag. The block that you want to place your block against has to be included in the CanPlaceOn tag.
For example, the following command will give you a piece of stone that can only be placed on wood or planks:
"/give @p stone 1 0 {CanPlaceOn:[log, planks]}"
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)
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.