How does my world get the instruction of mining and gold coins
Publish: 2021-04-30 04:20:44
1. It is recommended to add mod to the automatic mining machine. It will be very difficult to use the command box in the original version.
2. 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
3.
1. Open the folder and you will see the minecraft folder, as shown in the figure below
4. Command block mining? If you forget, you can press tab to complete it
5. Taobao transaction game currency buyers do not have to pay, you can go to Taobao to inquire what game you want. Generally, the amount is relatively small, can be a single second, if a large amount of words can be discussed with the seller, need to pay attention to is not casually with others to send the link. Watch out for fakes. If the amount is particularly large, it is recommended to use 5173. They are manual services. It's convenient. Small amount of Taobao is convenient.
6. The destroy mode of fill
/ fill ~ 10 ~ 10 ~ 10 ~ - 10 ~ - 10 ~ - 10 air 0 destroy
that is to say, if you destroy a block, you will drop something. Of course, some blocks will not fall, such as water
/ fill ~ 10 ~ 10 ~ 10 ~ - 10 ~ - 10 ~ - 10 air 0 destroy
that is to say, if you destroy a block, you will drop something. Of course, some blocks will not fall, such as water
7. My world rapid mining instruction
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.
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.
Hot content