your current location:首页 > news>[IE BP T] Immersive Engineering Blue PRINT TWEAKER MINECRAFT

[IE BP T] Immersive Engineering Blue PRINT TWEAKER MINECRAFT

2024-12-15 02:06:14|Myriagame |source:minecraft skins

Overview

This module is a backplant support for the Crafttweaker blueprint support in 1.12 +immersive engineering.

This module is designed for the author of the 1.7.10 magic reform package, allowing them to use Zenscript to customize blueprints.

Use

Add blueprint

 mods.immersivengineering.bluprint.addrecipe (String Category, IItemstack Output, IINGREDIENT [] inputs); 

Delete the blueprint

 mods.immersivengineering.bluprint.removerecipe (IItemstack Output); 

For details, see here

In addition, this plug -in allows users to modify the engineer manual by adding/delete entries and pages

Delete

 mods.immersivengineering.manual.removentry (string name); 

Delete a specific page

 mods.immersivengineering.manual.removePage (String name, int Pagenum); 

Add page

 Mods.immersivengineering.manual.addtextPage (String name, String Text, @optional String Category, @Optional int Pagenum); 

How to add an example of the text page