your current location:首页 > news>Use integrated power to make colorful flowers automation [BOT] Botania Minecraft Game

Use integrated power to make colorful flowers automation [BOT] Botania Minecraft Game

2024-12-05 23:05:33|Myriagame |source:minecraft skins

One day I saw someone doing the automation of colorful flowers, but I couldn't do it with only plant magic and original things.So I did this.

The operating principle of this stuff is not relying on the clock.

First of all, put down the colorful flowers, stick a square reader near the colorful flowers, and bind the block's NBT column with a variable card.Then write a list of items with a logical programmer:

0

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

White wool

Orange wool

Red wool

Light blue wool

Yellow wool

Yellow -green wool

Pink wool

Gray wool

Pale gray wool

Cyan wool

Purple wool

Blue wool

Brown wool

Green wool

Red wool

Black wool

Then use the Integated NBT NBT extractor to extract the nextcolor in the colorful NBT. The mode does not need to be changed.NextColor is a 0-15 full value, corresponding to the colorful feeding wool sequence (that is, the table above)

If you do not install Integated NBT, it is more troublesome (although 1.20.1 does not have Integated NBT)

First, you need to declare a string variable card:

Then use nbt {}. Get_integer to get the colorful nextcolor property

The variable card that writes a list and a variable card that is bound to the nextcolor (if you are not installed with Integated NBT, use the variable card bound to be bound by the figure above) to obtain the NI corresponding item (written in the list of the list (written by the list (written by the list (wrote the listThe variable card is put in front), and then the variable card written by the list and the variable card that is bound to the nextcolor into the variable box. Finally, the variable card of the GET function can be thrown into the items of the integrated pipeline.(Note: Remember to adjust the speed of the throwing mouth of the item to 1)

The rest is to put a variety of wool in a box in a box, and the picture above is an automatic dyeing for integrated synthetic learning.

In addition, there is no automation and wool acquisition of jadeite.I hope the big guys will provide suggestions.