Hand tour my world, what command can chain mining
First of all, mining is usually done in the mine tunnel, and the efficiency of mining in the mine tunnel is also very high, because the minerals are exposed. But the size of the mine is limited, so we can wait until the mine is finished to develop the artificial mine. There are many ways to develop artificial mines, such as digging vertically down, or two grids straight ahead, which are all very common mining methods. However, these mining methods also have many loopholes. For example, when digging vertically down, if magma is encountered, it will die. This is a very fatal problem, although it can be avoided by digging straight ahead, But when you dig straight ahead, you will lose a lot of minerals and so on. The rule of mineral generation in my world is that the minerals generated will not be connected together, but scattered. Therefore, if straight-line mining is used, there will be ore leakage, while fishbone mining is scattered, so the efficiency is obviously higher than other mining methods
1. Open the folder and you will see the minecraft folder, as shown in the figure below
Step 1: we need to create a scoreboard called ore variable mmy
/ scoreboard objectivesaddoremmy
Step 2: build a command box device
Step 3: enter the command
Second/ scoreboardplayersset@e [type=Item]ore1{Item:{id: minecraft:iron_ Ore}
set the iron ore fraction on the ground to 1
in order to generate ingots in it, set its score to 1
the third/ execute@e [score_ ore=1,score_ ore_ min=1]~~~summonItem~~~{Item:{id:" minecraft:iron_ ingot", C ount:1 ,D amage:0 }}
a well burnt iron ingot is generated by taking the iron ore with fraction of 1 as the center.