Contents
- 1 Ⅰ “Minecraft” automatic mining machine making tutorial How to do automatic mining machine
- 2 Ⅱ minecraft redstone mod and build mining machine
- 3 Ⅲ Minecraft
- 4 Ⅳ minecraft mine How to do the machine
- 5 Ⅳ minecraft mining machine
- 6 Ⅵ Minecraft, how does the digital mining machine work
- 7 Ⅶ “Minecraft” automatic mining and mining machine making tutorial
Ⅰ “Minecraft” automatic mining machine making tutorial How to do automatic mining machine
The gameplay of command blocks is also more fun, and you can create the world through commands.
Put a command block first, and put a button on the command block
Command block code:
/summon MinecartCommandBlock ~-1 ~ ~ {Riding :{id:”MinecartCommandBlock”,Riding:{id:”MinecartCommandBlock”,Riding:{id:”MinecartCommandBlock”,Command:”/setblock ~-1 ~1 ~ 0 0 destroy”},Command:”/setblock ~- 1 ~ ~ 0 0 destroy”},Command:”/setblock ~-1 ~-2 ~ 152 0 replace”},Command:”/setblock ~-1 ~-1 ~ 157 0 replace”}
Place a redstone in the W direction of the command block, and place an activation rail on top of the redstone
Right click the button to activate the command block
After activation, a command minecart will appear , Push the command minecart to try
4 codes in different directions (use which direction code is used for digging in which direction):
W direction:
/summon MinecartCommandBlock ~-1 ~ ~ {Riding:{id:”MinecartCommandBlock”,Riding:{id:”MinecartCommandBlock”,Riding:{id:”MinecartCommandBlock”,Command:”/setblock ~-1 ~1 ~ 0 0 destroy”},Command:”/setblock ~-1 ~ ~ 0 0 destroy”},Command:”/setblock ~-1 ~-2 ~ 152 0 replace”},Command:”/setblock ~-1 ~ -1 ~ 157 0 replace”}
S direction:
/summon MinecartCommandBlock ~ ~ ~1 {Riding:{id:”MinecartCommandBlock”,Riding:{id:” MinecartCommandBlock”,Riding:{id:”Minecart CommandBlock”,Command:”/setblock ~ ~1 ~1 0 0 destroy”},Command:”/setblock ~ ~ ~1 0 0 destroy”},Command:”/setblock ~ ~-2 ~1 152 0 replace”} ,Command:”/setblock ~ ~-1 ~1 157 0 replace”}
E direction:
/summon MinecartCommandBlock ~1 ~ ~ {Riding:{id:” MinecartCommandBlock”,Riding:{id:”MinecartCommandBlock”,Riding:{id:”MinecartCommandBlock”,Command:”/setblock ~1 ~1 ~ 0 0 destroy”},Command:”/setblock ~1 ~ ~ 0 0 destroy” },Command:”/setblock ~1 ~-2 ~ 152 0 replace”},Command:”/setblock ~1 ~-1 ~ 157 0 replace”}
N direction:
/summon MinecartCommandBlock ~ ~ ~-1 {Riding:{id:”MinecartCommandBlock”,Riding:{id:”MinecartCommandBlock”,Riding:{id:”MinecartCommandBlock”,Command:”/setblock ~ ~1 ~- 1 0 0 destroy”},Command:”/setblock ~ ~ ~-1 0 0 destroy”},Command:”/setblock ~ ~-2 ~-1 152 0 replace”},Command:”/setblock ~ ~-1 ~-1 157 0 replace”}
Ⅱ minecraft redstone mod and build mining machine
0.13 is out, now test 2
Ⅲ Minecraft
Mining robots that can make mining robots in the version of minecraft are computer mods. . . . . . (To play computer mods, you must have a certain programming foundation…but the latest computer mod version I saw is only 1.5.2…)
Ⅳ minecraft mine How to do the machine
1. First use stones or other blocks and place them as shown in the picture;
Ⅳ minecraft mining machine
The production steps of the “Minecraft” explosive mining machine are as follows:
1. First build a high platform, the space size of the high platform on the top is 6*6, and the height is optional.
2, surround the fence on the high platform to prevent falling from high altitude.
3. Place a head-down launcher at one end of the high platform.
4, swing a button to drive the transmitter.
5. Install TNT on the device and light TNT.
The explosive mining machine in “Minecraft” needs to consume a lot of TNT, so it is a prerequisite to prepare enough TNT explosives before use. Be careful when getting down from a raised platform and beware of falling.
Ⅵ Minecraft, how does the digital mining machine work
1. First of all, the mining machine does not respond because an overclocking upgrade needs to be put in before use. Works, put a chest next to it (without adding a pop-up upgrade).
Ⅶ “Minecraft” automatic mining and mining machine making tutorial
My world automatic mining machine, I want to know about my world automatic mining machine Any more strategies and related information about the mining machine? The following will give you a detailed answer. Players who want to know more come and watch!
Making good use of some commands in Minecraft can free our hands, no longer be bound by resources, and enjoy the game better. Here we share with you the automatic mining of Minecraft. With the mining machine making tutorial, I hope it can help everyone.
The perfect mine dug by the mining machine
Archive download: Click to enterEnter
Autominer
From left to right:
Switch – Hopper Pulse – Comparator – Command Block (command is:
h2>
/testfor @p{Inventory:[{Slot:0b,id:minecraft:stone,Damage:0s,Count:1b}]}
– Comparator – Repeater – Comparator high frequency (note that this comparator is in subtraction mode) – Redstone wire – Quartz block – Redstone wire – Command block X2
(The command block command at the bottom is:
execute @p ~ ~ ~ fill ~-1 ~-1 ~-1 ~-1 ~1 ~1 stone 0 destroy
The command block command above is:
execute @p ~ ~ ~ fill ~-1 ~-1 ~-1 ~-1 ~1 ~1 air
usage
open Switch, take a stone and put it in the first slot of the inventory, and start mining.
Remove the stone from the first slot of the inventory, and it will stop mining. The same way to cut a tree
What should I do if the mining machine digs too much ores to hold?
Automatic ore collector
Look at the picture and do: the funnel pulse keeps activating the command block
The command block’s command is: tp @e[type=Item,r=100] xyz
0
Comments (No)