your current location:首页 > news>[Fit] Custom Fluid Interaction Tweaker) Minecraft

[Fit] Custom Fluid Interaction Tweaker) Minecraft

2024-12-12 09:15:18|Myriagame |source:minecraft skins

If you like this project, don't forget to give the github warehouse a ⭐!

Overview

This is a Crafttweaker/Groovyscript plugin that allows the use of Zenscript/Groovyscript to add more fluid interaction;

The module does not expand the interactive system of the original water and magma, but has created a new general fluid interaction system;

This module can also be used as a library module for fluid interaction.

Function

Fluid interaction

When the fluid is exposed to another fluid, it will transform into another block;

When the fluid is exposed to the square, it will turn into another block;

When the block is exposed to the fluid, it will turn into another block.

The above -mentioned reaction can trigger a series of events. The available events are as follows:

Place the square;

explode;

Generate entities;

Generate items;

Place fluid (experimental).

Fluid

The fluid can perform a series of operations, and the available operations are as follows:

Applying the potion effect;

Physical conversion;

Force instantaneous extinguishing flames;

Click the nearby block;

Cover the nearby box to snow;

Transmit entities;

Destroy blocks (experimental, only support mineral dictionaries).

Jei compatibility

Basic thermal.

List

Update Groovyscript support;

Complete the Jei compatibility of the many biological groups (it may also include fixing the fluid interaction of BOP);

Add Jei compatibility with the abyss kingdom;

Increase the conditions for more fluid interaction and behavior;

Add a fluid communication restriction mechanism similar to the abyss country;

Add the particles that can be configured when interacting;

Add particles and sound effects that can be configured when explosive.

Wiki

Please check github wiki.

Feedback

Please see GitHub issues.

Thank you

This module is made with Gregtechceu's Buildscripts