Difference between revisions of "Adventure"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

m
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Adventure mode is similar to survival, however the player is unable to interact with most items and blocks unless provided with special items by map makers.
+
Adventure mode is similar to survival, however the player is unable to interact with most items and blocks unless provided with special items by map makers.This is good for making maps.
  
 
== Purpose ==
 
== Purpose ==
 
Adventure mode is intended to enhance player-created maps. An adventure map will typically be created by a map maker in creative mode. When the map is finished, the map maker will switch the game to the adventure game mode before sending to players.
 
Adventure mode is intended to enhance player-created maps. An adventure map will typically be created by a map maker in creative mode. When the map is finished, the map maker will switch the game to the adventure game mode before sending to players.
 +
 +
 +
== Turning on Adventure Mode ==
 +
Due to the update of [[Version History#1.29.1|1.29.1]], Creating a world with adventure mode is impossible. However with cheats allowed, the player can type the command /gamemode adventure, or /gamemode 2 or even /gamemode a for short.
  
 
== Rules ==
 
== Rules ==
Line 24: Line 28:
 
== Enabling Adventure Mode ==
 
== Enabling Adventure Mode ==
 
The gamemode can only be enabled via the [[Commands#gamemode|gamemode command]]. Entering <code>gamemode adventure</code> will switch the gamemode for the current world to adventure.
 
The gamemode can only be enabled via the [[Commands#gamemode|gamemode command]]. Entering <code>gamemode adventure</code> will switch the gamemode for the current world to adventure.
 
== Gallery ==
 
<gallery>
 
File:Survival inventory.PNG|The player's inventory in adventure mode looks the same as in [[survival]].
 
</gallery>
 
  
 
== History ==
 
== History ==
Line 47: Line 46:
 
|}
 
|}
  
== See Also ==
+
== Gallery ==
 +
<gallery>
 +
File:Survival inventory.PNG|The player's inventory in adventure mode looks the same as in [[survival]].
 +
</gallery>
 +
 
 +
== See also ==
 
*[[Survival]]
 
*[[Survival]]
 
*[[Creative]]
 
*[[Creative]]
  
 
[[Category:Game modes]][[Category:Gameplay]][[Category:Unfinished]]
 
[[Category:Game modes]][[Category:Gameplay]][[Category:Unfinished]]

Revision as of 22:26, 7 July 2020

Adventure mode is similar to survival, however the player is unable to interact with most items and blocks unless provided with special items by map makers.This is good for making maps.

Purpose

Adventure mode is intended to enhance player-created maps. An adventure map will typically be created by a map maker in creative mode. When the map is finished, the map maker will switch the game to the adventure game mode before sending to players.


Turning on Adventure Mode

Due to the update of 1.29.1, Creating a world with adventure mode is impossible. However with cheats allowed, the player can type the command /gamemode adventure, or /gamemode 2 or even /gamemode a for short.

Rules

Rule Workaround
Blocks and items cannot be placed Adding the canPlaceOn data tag allows the item to be placed near specified blocks.
Blocks cannot be mined Adding the canDestroy data tag to an item will allow the item to break blocks of specified types.
Hoes cannot be used to till dirt Set the canPlaceOn tag to ["dirt", "coarse_dirt"] to enable full functionality.
Mob eggs cannot be spawned Set the canPlaceOn tag to allow players to spawn the mob on specified blocks.

Enabling Adventure Mode

The gamemode can only be enabled via the gamemode command. Entering gamemode adventure will switch the gamemode for the current world to adventure.

History

Version Date Changes
1.29 Sep 27, 2019
  • Added adventure mode
1.29.1 Oct 05, 2019
  • Removed the option to start a world in Adventure mode

Gallery

See also