your current location:首页 > news>[CNC] NBT synthetic table (Creater: NBT_CRAFTING) Minecraftcraft

[CNC] NBT synthetic table (Creater: NBT_CRAFTING) Minecraftcraft

2024-12-12 09:19:47|Myriagame |source:minecraft skins

Brief introduction

CNC is a workbench that supports custom NBT synthesis.The author of the packet module is used as a wheel.

The original version of the module is an upgraded version of the NBT workbench of PH-Benzene, which aims to simulate the functions and experiences of the original workbench, and overcomes the disadvantages of NBT synthesis without supporting the original formula.

Module function

advantage

Support raw materials and products containing NBT.

Support orderly synthesis, disorderly synthesis, disorderly synthesis of items, synthesis containing TAG items (such as different wooden boards), and can be mixed.

Support the replacement of the synthetic bar, such as replacing the bucket to an empty bucket instead of clearing it directly

Support the left button (holding it in your hand), right -click (directly enter the player's item bar) to get the item or the shift+left button to take all the synthetic items at one time, which is almost consistent with the original workbench.

Just use a function file (including TAG as a function file+an assertive file) to create a formula.

shortcoming

For the synthesis of TAG, the operation is more complicated.

Due to code defects, in the multiplayer game, if the two synthetic tables are too close, and the less probability of synthetic operations may occur at the same time.

The newly synthesized items cannot be stacked with the same items, and it must be stacked after entering the item bar.

CNC synthetic table placement method

Put the workbench on the deputy and click the use key to place the CNC workbench.

Add custom synthetic formula

First, make sure you install CNC (version 1.16 need to install UIN), create a corresponding formula function in your original module, and then create a new name space called CNC, create a function tag called recipes.json (that is, in it inThe original module folder/Data/CNC/TAGS/FUNCTIONS path creates a recipes.json file), which can be referenced to this.CNC will automatically detect the functions here.

For the establishment method of the formula, see CNC/FUNCTIONS/MACHINE/CRAFTING_TABLE/Recipes/SAMPLE folder.

*Don't forget to add a "Output: 1B" tag under the output item, otherwise it will not be used normally.

principle

Those who are interested in studying their principles can refer to: https://www.mcbbs.net/FORUM.PHP? Mod = ViewThread & TID = 947897 & Page = 1

If the post is locked, please refer to the "CNC Principles" in the tutorial.