your current location:首页 > news>Powerful JS Minecraft

Powerful JS Minecraft

2024-12-15 01:44:51|Myriagame |source:minecraft skins

introduce

This module is integrated with the CAPABILITY system for Kubejs.Using Powerfuljs, you can retrieve items and add Capability to the items, and modify the block entity!

In short, Capability attached to a certain thing makes it supporting some corresponding behaviors: an energy unit of [TE5] the energy unit of thermal expansion 5 has support for the CAPABILITY, so different energy pipelines can enter or extract energy to it to it; The molten furnace of the MC body is supported by CAPABILITY of the processing items added by FORGE itself.

Through Powerfuljs, you can now attach the supported Capability to items, block entities, etc., and can also customize functional behaviors, such as allowing a melting furnace to output energy when working, or make an item that can be filled by FE.

You must use a module to develop before you can do it. Now you can use Kubejs!

Exemplary example

Figure 1: The magic of the energy unit of the TE can receive the magic of plant magic and convert it to a 1: 1 ratio to Fe. See this;

Figure 2: Create an item that can generate unlimited FE energy and can charge any machine using FE. See this;

Figure 3: Create a block that supports energy input and output like TE energy units. See this.

Minecraft images

Minecraft images

Minecraft images