your current location:首页 > news>Integrated power example tutorial_ 集 集 集 集 集 (1) [ID] dynamic combination/integrated power

Integrated power example tutorial_ 集 集 集 集 集 (1) [ID] dynamic combination/integrated power

2024-12-10 17:51:13|Myriagame |source:minecraft skins

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

This is an instance tutorial of integrated power. The automatic crystal of Xinghui Magic allows your celestial body crystal to no longer lack (only volume and purity, and the polishing can not be found what can be used automatically)

I have not played the tutorial without playing with the integrated motivation.

1. [Basic] The number of growth crystals (simple)

As we all know, the crystal of Xinghui Magic will be split as long as the volume is full, but when there is more than one crystal in the stars, the crystal will stop growing.

So, first do the automation of automatic recycling after the crystal is divided

Materials required: fluid interface x1, item interface x1, item pickup port x1, fluid discharge outlet x1, physical reader x1, variable card box x1, container X1 stored in items, several logic cables storedThere are several architectural cubes, several stars energy liquid, and a crystal.

Tools required: logic programmer, screen (debugging).

Put the material into this (recommended, you can place it freely):

First of all, the star energy liquid is automatically supplemented, and the "fluid discharge outlet" of the integrated pipeline will not cover the discharge, so you can set up all liquids directly in the "fluid discharge outlet" setting, that is, fill in one at the first item "Place all fluids" at the place "Place all fluids"."Boolean value" is a variable card of "true". If there is more than one fluid in this network, you can set "Place the specified fluid" as the star energy liquid

Then, after the crystal is divided, it is recycled a crystal, that is, to determine whether the number of entities in the star energy liquid is greater than 1, and get a item when it is greater than 1, the specific operation is as follows: Open the "entity reader" and get a "number of entity numbers"."Variable card

Then open the "logical programmer" to create a "integer" variable, the value is 1, search for the "list", find "operating symbol: length" the variable card "entity number" before the input slot labelThe variable card with the type is "more than", and the input slot label "length" variable card on the left, the groove label "integer 1" variable card on the right, obtain a output type "Boer"The variable card finally opened the "item pickup port", insert the newly obtained more than the variable card into the "pick up all items" column to put other variable cards into the "variable card box".The network, then use the "camouflage block" to disguise the "item" to make it a complete block. Of course, if you "pick the mouth" on the side, you don't need to do it. Completed.

Principles: "fluid discharge outlet" to extract the liquid in the fluid container connected by the fluid interface "is discharged to the front of it to ensure that there is always a star energy liquid in front of it, and it will not cover the discharge."Read the number of entities in front of the front, return a" list ", and use the" operator: length "to obtain the" list "length, that is, the number of items in the star energy liquid (the items stacked together are counted as one), Then the "operator: greater than (>)" determine whether the "list" is greater than 1, and return a "Boolean value", that is, when the number of items in the star energy liquid is greater than 1 and return "true"The "picking up all items" entries of Picking Pass "are placed more than the variable card that is greater than, that is, when the number of items in the star energy liquid is greater than 1, pick items, otherwise it will not pick up the items.

When the crystal is divided, the number of items in the stars changed from 1 to 2, and the value of the variable card is greater from "false" to "true".The connected container, when picked up an item, the number of items in the star energy liquid becomes 1, and the value of the variable card has changed back to "false".The quantity is one, which increases the number of crystals (simple version). This setting is just a simple version. There are many cases that will affect the normal operation of this automation. For exampleIt is possible that the crystal is recycled after flying in. After that, the tutorial will upgrade the automation, so that he can overcome all the problems.

Finally, this is the first time I write a tutorial, so please forgive me if you don't write well. If you do n’t understand or make a mistake, you can contact me. I will get from time to time.

Then this is the basic chapter. The writing will be more detailed than the subsequent advance chapter, so the subsequent advancement will be relatively simple.

I may record the video tutorial and send it in Bilibili, but it is possible. If I really record it, I will update this series of tutorials to write the video AV number on it