Difference between revisions of "User:Minelol5/sandbox"

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!

(Created page with "In general, Mine Blocks redstone circuits are assumed to behave like 2 dimensional Minecraft circuits, and Minecraft guides are applicable where this wiki is deficient. This...")
 
(Removed "unfinished" category.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
In general, Mine Blocks redstone circuits are assumed to behave like 2 dimensional Minecraft circuits, and Minecraft guides are applicable where this wiki is deficient.
+
This is a guide that you can use to learn how to survive the first few nights and progress further into the game, you can find the [[Key bindings|controls here]].
  
This page is provided for Mine Blocks-specific details, special cases, and links to related topics.
+
== Creating A World ==
 +
To play Mine Blocks, you must first create a world. If you would like a beginning advantage, check the "[[Chest#Bonus Chest|bonus chest]]" option, this will spawn you with an extra [[chest]] that has some loot to start you off
  
== Major Differences Between Minecraft and Mine Blocks ==
+
== Day 1 ==
 +
You should start by cutting down [[trees]] for [[wood]]. (Cutting down fruit trees will provide you with [[food]] as well.)
  
=== Limited Components ===
+
Using the crafting interface in your inventory, you can craft one wood into four [[wooden planks]].
There are way fewer Redstone components in Mine Blocks compared to those in Minecraft.
 
  
=== Phantom Power ===
+
{{SmallCrafting
The block updating order and internal states are not described here but it can have unexpected and temporary side-effects.
+
|1=Wood
It is easy to create "phantom" power in ways other than shown above. An off-switch attached to such positions then removed is a reliable remedy unless there is an active source causing it.
+
|1pic=Wood.png
It is also common for tiles that should be powered to remain inactive, or be made inactive by touching unpowered dust for example. The remedy is to force the update to work differently either by resetting power or partial rebuilding.
+
|output=Wooden planks
 +
|outputpic=Wooden Planks.png
 +
}}
  
=== Downward Signals ===
+
From these planks you can craft a [[crafting table]], like so:
A redstone torch placed on the side of a block does NOT power the block below it as in Minecraft.
 
To get downward signals in Mine Blocks without moving parts, you can use the following arrangement.<br> [[File:Rs_down.png]]
 
  
== Redstone Components ==
+
{{SmallCrafting
A list of all the Redstone components and their intended functions
+
|1=Wooden planks
 +
|1pic=Wooden Planks.png
 +
|2=Wooden planks
 +
|2pic=Wooden Planks.png
 +
|3=Wooden planks
 +
|3pic=Wooden Planks.png
 +
|4=Wooden planks
 +
|4pic=Wooden Planks.png
 +
|output=Crafting table
 +
|outputpic=CraftingTable.png
 +
}}
  
=== Inputs ===
+
Once you have the crafting table, You should right-click to place it on the ground.
These components are used as a way for the player to interact with the redstone contraption.
 
==== Lever ====
 
WIP
 
  
==== Button ====
+
A placed crafting table will give you a larger crafting interface, allowing you to craft items with more complex recipes.
WIP
 
  
==== Wooden Pressure Plate ====
+
Sticks are a useful material because it allows you to craft tools to help with specific tasks, here's the crafting recipe
WIP
 
  
==== Pressure Plate ====
+
{{SmallCrafting
WIP
+
|1=Wooden planks
 +
|1pic=Wooden Planks.png
 +
|3=Wooden planks
 +
|3pic=Wooden Planks.png
 +
|output=Stick
 +
|outputpic=Stick.png
 +
}}
  
=== Transmissions ===
+
From here, you should craft a wooden [[Pickaxes|pickaxe]] to mine stone related objects.
These components are mainly used to turn the inputs into outputs.
+
{{BigCrafting
 +
|1=Wooden planks
 +
|1pic=Wooden Planks.png
 +
|2=Wooden planks
 +
|2pic=Wooden Planks.png
 +
|3=Wooden planks
 +
|3pic=Wooden Planks.png
 +
|5=Stick
 +
|5pic=Stick.png
 +
|8=Stick
 +
|8pic=Stick.png
 +
|output=Pickaxes
 +
|outputname=Wooden Pickaxe
 +
|outputpic=Wooden pickaxe.png
 +
}}
  
==== Redstone Dust ====
+
Now that you have your pickaxe, you should either find a [[cliff]] or dig downwards a bit until you reach [[stone]], when you mine it with your pick, you will get [[cobblestone]] which can be used to craft new things and be used as an upgrade to wooden tools.
WIP
 
  
==== Redstone Torch ====
+
{{BigCrafting
WIP
+
|1=Cobblestone
 +
|1pic=Cobblestone.png
 +
|2=Cobblestone
 +
|2pic=Cobblestone.png
 +
|3=Cobblestone
 +
|3pic=Cobblestone.png
 +
|5=Stick
 +
|5pic=Stick.png
 +
|8=Stick
 +
|8pic=Stick.png
 +
|output=Pickaxes
 +
|outputname=Stone Pickaxe
 +
|outputpic=Stone pickaxe.png
 +
}}
  
=== Outputs ===
+
Now you should also make a [[furnace]] to smelt [[ores]] and cook [[food]]!
These components are usually the end result of a redstone contraption.
+
{{BigCrafting
 +
|1=Cobblestone
 +
|1pic=Cobblestone.png
 +
|2=Cobblestone
 +
|2pic=Cobblestone.png
 +
|3=Cobblestone
 +
|3pic=Cobblestone.png
 +
|4=Cobblestone
 +
|4pic=Cobblestone.png
 +
|6=Cobblestone
 +
|6pic=Cobblestone.png
 +
|7=Cobblestone
 +
|7pic=Cobblestone.png
 +
|8=Cobblestone
 +
|8pic=Cobblestone.png
 +
|9=Cobblestone
 +
|9pic=Cobblestone.png
 +
|output=furnace
 +
|outputpic=furnace.png
 +
}}
  
==== Piston ====
+
Now it's time to build a nice house before nighttime. You can either make a building in the middle of flat ground, or you can dig into a cliff. You should place your furnace and crafting table inside your house and craft
WIP
 
  
===== Sticky Piston ====
+
== What to do during Night 1 ==
WIP
+
You should create a stone sword to help you fight mobs during nighttime and when you're deep underground.
  
==== Dispenser ====
+
{BigCrafting
WIP
+
|2=Cobblestone
 +
|2=Cobblestone.png
 +
|5=Cobblestone
 +
|5=Cobblestone.png
 +
|8=Stick
 +
|8pic=Stick.png
 +
|output=Swords
 +
|outputname=Stone Sword
 +
|outputpic=Stone sword.png
 +
}}
  
==== Dropper ====
+
You should go outside to find a cave to go n
WIP
 
  
==== Redstone Lamp ====
+
*and then to make an iron ingot the furnace is needed
WIP
 
  
==== Note Block ====
 
WIP
 
  
==== TNT ====
+
{{Furnace
WIP
+
|1=Iron ore
 +
|1pic=IronOre.png
 +
|output=Iron ingot
 +
|outputpic=iron ingot.png
 +
}}
  
== Basic Power Configurations ==
+
== Trivia ==
This is to be used if you have a hard time understanding the complex technical aspects of this page.
+
*''none''
  
=== Redstone Dust ===
+
== See Also ==
WIP
+
*[[The first things you need]]
  
=== Redstone Torch ===
+
[[Category:Gameplay]]
WIP
 
 
 
=== Top-mounted Inputs ===
 
WIP
 
 
 
=== Side-mounted Inputs ===
 
WIP
 
 
 
== Complex Power Configurations ==
 
This is used for a more technical understanding of the game's redstone mechanics.
 
 
 
=== Legend ===
 
Symbols for significant power levels with distinct effects.
 
[[File:Rs_legend_p.png]]
 
 
 
=== Redstone Dust ===
 
[[File:Rs_dust_p.png|225px|thumb|left]]The green blocks act as relays when present, causing the target tile states to be updated according to the dust state, otherwise they stay at their last state. The left version overrides the right.
 
<br clear=all/>
 
 
 
=== Redstone Torch ===
 
[[File:Rs_torch_p.png]]
 
 
 
=== Top-mounted Inputs ===
 
[[File:Rs_switchtop_p.png]]
 
 
 
=== Side-mounted Inputs ===
 
[[File:Rs_switchside_p.png|225px|thumb|left]]The circled tile remains charged after power is removed, and activates the tile above it, unless explicitly depowered by other means.
 
<br clear=all/>
 
 
 
=== Anomalies ===
 
[[File:Rs_anomaly_p.png|150px|thumb|right|The lamp's state doesn't fit any category.]]
 
The above scheme is simplified for practical use, but there are configurations that it can't describe.
 
<br clear=all>
 
 
 
==Other Pages==
 
[[Redstone|Redstone disambiguation]]
 

Latest revision as of 14:38, 15 November 2019

This is a guide that you can use to learn how to survive the first few nights and progress further into the game, you can find the controls here.

Creating A World

To play Mine Blocks, you must first create a world. If you would like a beginning advantage, check the "bonus chest" option, this will spawn you with an extra chest that has some loot to start you off

Day 1

You should start by cutting down trees for wood. (Cutting down fruit trees will provide you with food as well.)

Using the crafting interface in your inventory, you can craft one wood into four wooden planks.

Wood Empty
Empty Empty
Wooden planks

From these planks you can craft a crafting table, like so:

Wooden planks Wooden planks
Wooden planks Wooden planks
Crafting table

Once you have the crafting table, You should right-click to place it on the ground.

A placed crafting table will give you a larger crafting interface, allowing you to craft items with more complex recipes.

Sticks are a useful material because it allows you to craft tools to help with specific tasks, here's the crafting recipe

Wooden planks Empty
Wooden planks Empty
Stick

From here, you should craft a wooden pickaxe to mine stone related objects.

Wooden planks Wooden planks Wooden planks
Empty Stick Empty
Empty Stick Empty
Wooden Pickaxe

Now that you have your pickaxe, you should either find a cliff or dig downwards a bit until you reach stone, when you mine it with your pick, you will get cobblestone which can be used to craft new things and be used as an upgrade to wooden tools.


Cobblestone Cobblestone Cobblestone
Empty Stick Empty
Empty Stick Empty
Stone Pickaxe

Now you should also make a furnace to smelt ores and cook food!

Cobblestone Cobblestone Cobblestone
Cobblestone Empty Cobblestone
Cobblestone Cobblestone Cobblestone
furnace

Now it's time to build a nice house before nighttime. You can either make a building in the middle of flat ground, or you can dig into a cliff. You should place your furnace and crafting table inside your house and craft

What to do during Night 1

You should create a stone sword to help you fight mobs during nighttime and when you're deep underground.

{BigCrafting |2=Cobblestone |2=Cobblestone.png |5=Cobblestone |5=Cobblestone.png |8=Stick |8pic=Stick.png |output=Swords |outputname=Stone Sword |outputpic=Stone sword.png }}

You should go outside to find a cave to go n

  • and then to make an iron ingot the furnace is needed


Iron ore
Coal
Iron ingot

Trivia

  • none

See Also