My world mining chain directive
Publish: 2021-03-30 17:58:08
1. After 1.8, the command can't use the item ID. to use the English name of the item, the command box is command_ block Here is a list of item IDs and English names in minecraft
2.
-
in the game, press "F3 + H" (press at the same time) to display the detailed information of the item
-
find the bottom line of the item in black and it down (before the colon is the name of the mole, after the colon is the name of the item)
-
then put it in the chain mining mole and click Add
3. Find general.cfg in veinminer in minecraft's config and turn to the bottom {mine all blocks with all registered tools that can harvest blocks, B: override. Allblocks = false allow all tools, including the open hand, to be used to mine blocks, No matter what you take or empty handed can chain) B: override. Alltools = false} change the two false to true, so that you don't need to add one by one
4. Chain mining is a convenient mod created by my world players
usage. Download the mod on the network and put it in the mods folder of the game root directory. Then you can open the game
take out the manuscript or axe, press the ~ key in the upper left corner of the keyboard against the mineral or wood, and then dig or chop wood to achieve the effect of chain mining.
usage. Download the mod on the network and put it in the mods folder of the game root directory. Then you can open the game
take out the manuscript or axe, press the ~ key in the upper left corner of the keyboard against the mineral or wood, and then dig or chop wood to achieve the effect of chain mining.
5. In the game, open mod
how to add items in my world chain mining
click "vein miner". Then click on the bottom of confilg
my world chain mining how to add items
select the manuscript, press the block list on the right
in the up dialog box (OK, not the dialog box), enter minecraft: Stone
(stone refers to stone, used as a demonstration) and click add
how to add items to my world chain mining
5
mine has been added (^ - ^)
How do I add items to my world mining chain
how to add items in my world chain mining
click "vein miner". Then click on the bottom of confilg
my world chain mining how to add items
select the manuscript, press the block list on the right
in the up dialog box (OK, not the dialog box), enter minecraft: Stone
(stone refers to stone, used as a demonstration) and click add
how to add items to my world chain mining
5
mine has been added (^ - ^)
How do I add items to my world mining chain
6. Step 1:
create a scoreboard
/ scoreboard objects add Iname mmy
Step 2:
connect all command blocks to HF Redstone< br />scoreboard players set @e[type=Item] IName 1 {Item:{id:" minecraft:stone" }}
here, my mining object is stone, which can be changed to others. The command means to add 1 to all the fallen stones in the Iname integral version
Step 3:
execute @ E [type = item, score]_ IName=1] ~ ~ ~ setblock ~ ~-1 ~ minecraft:air 2 Destroy
this is to dig down a space (if you use blockdata, you can see if there is bedrock below)
hold the "stone" and press Q, you will find that you are digging. But you will find that your mining machine is too simple.
create a scoreboard
/ scoreboard objects add Iname mmy
Step 2:
connect all command blocks to HF Redstone< br />scoreboard players set @e[type=Item] IName 1 {Item:{id:" minecraft:stone" }}
here, my mining object is stone, which can be changed to others. The command means to add 1 to all the fallen stones in the Iname integral version
Step 3:
execute @ E [type = item, score]_ IName=1] ~ ~ ~ setblock ~ ~-1 ~ minecraft:air 2 Destroy
this is to dig down a space (if you use blockdata, you can see if there is bedrock below)
hold the "stone" and press Q, you will find that you are digging. But you will find that your mining machine is too simple.
7.
1. Open the folder and you will see the minecraft folder, as shown in the figure below
8.
1. Log in to my world first
9. BiliBili has done it before. The main principle is to detect whether the box around the falling object is the same kind of mineral, and it will be destroyed. Now name = no need to add double quotation marks
Hot content