your current location:首页 > news>Some problems about ARG in the magic reform [ARG] visualization of endless formula editor (Avaritia Recipe Generator) Mi

Some problems about ARG in the magic reform [ARG] visualization of endless formula editor (Avaritia Recipe Generator) Mi

2024-12-10 17:45:09|Myriagame |source:minecraft skins

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

Q: Why does I not take effect after modifying multiple formulas

A: Because the generated formula is the same name, it cannot take effect

Q: How to solve this problem?

A: The formation of the generated formula is the beginning of the formula

 mods.avaritia.extremeCrafting.addshaped ("nameplaceholder", 

Modify "nameplaceholder" to any name (PS: cannot be the same as other endless magic reform formulas)

Q: My original formula is synthesized with endless formula. This magic reform has not been deleted.

A: Add a line of deleted formula code

 mods.avaritia.extremeCrafting.remove (output); 

Output is items that need to be deleted

Q: My items have NBT but the magic is changed.

A: Enter it with items

/mt hand 

Copy the output content to the output part after addShapet