You are engaged in architecture, not architecture to do you!——The collection tutorial (experimental articles)

This tutorial is set by the author to use the CC by-NC protocol.

Well!Good morning at noon and evening!

At the tutorial time, have you encountered a situation. In the Java version, there is no smooth -mouse connecting function like the base rock version. If you want to do some buildings, it is still very strenuous.

The following modules are guaranteed to have a module you are satisfied with!Please look at the two modules: Minecraft and Creation God!

Minecraft —— The original appearance!

The original game is not a module, eh, the brick is put down!In the original version, you want to satisfy your fast building pointing to a method-/fill.

profit

Using this instruction, you can enter the diagonal coordinates to fill the square:

Figure 2-1

/fill   

This is the most basic code, and you can also add the NBT tag behind the box ID (if you understand).

Disadvantage

The biggest disadvantage of this instruction is that you need to remember the coordinates. A total of 6 numbers and square IDs are very inconvenient, and the coordinates of the Java version will be accurate to several digits after the decimal point. If you enter an integer coordinate, it is likely to give you it to youThe idea (and the position of the block) binds.

Recommended index: (5/8)

Creation God -classic module debut!

Creation God, ENGINEHUB development team creation.This masterpiece allows players to create a better and more crazy building.The specific operation is that there is the first point of the little wooden ax in your hand, right -click the second point (diagonal line), and enter at the instruction table:

 // set  

profit

You don't need to remember the coordinates like the original version. Tap with a wooden ax. You can fill, copy, paste, replace, etc. in the input code.

Disadvantage

I can't think of any disadvantages for the time being.

Recommended index:

The end

So in this issue, we introduced the two modules. Which one do you prefer?

Then see us next tutorial, 886 ~~

This tutorial is only for recommendation and explanation of interests and disadvantages. If you do n’t understand, you can leave a message!