Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tttsaurus/fluid-interaction-tweaker
This is a (1.12.2 Minecraft Forge) CraftTweaker/GroovyScript addon that enables you to add more fluid interactions
https://github.com/tttsaurus/fluid-interaction-tweaker
crafttweaker crafttweaker-addon crafttweaker2 forge-mod mc1-12
Last synced: about 1 month ago
JSON representation
This is a (1.12.2 Minecraft Forge) CraftTweaker/GroovyScript addon that enables you to add more fluid interactions
- Host: GitHub
- URL: https://github.com/tttsaurus/fluid-interaction-tweaker
- Owner: tttsaurus
- License: mit
- Created: 2024-08-31T06:48:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T23:17:13.000Z (about 2 months ago)
- Last Synced: 2024-11-06T00:18:36.603Z (about 2 months ago)
- Topics: crafttweaker, crafttweaker-addon, crafttweaker2, forge-mod, mc1-12
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/fluid-interaction-tweaker
- Size: 433 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
- This is a (1.12.2 Minecraft Forge) CraftTweaker/GroovyScript addon that enables you to add more fluid interactions using the `zenscript`/`groovyscript`.
- This mod doesn't change anything about the vanilla water and lava interaction. Instead, the mod creates a new general system for fluid interactions.
- It can also act as a library mod for fluid interactions.## Features
### Fluid Interaction
- Fluid turns into another block when it comes into contact with another fluid.
- Fluid turns into another block when it comes into contact with a block.
- A block turns into another block when it comes into contact with fluid.
- Any of the above reactions can trigger a series of events. The available events are as follows:
- Placing a block
- Explosion
- Spawning an entity
- Spawning an item
- Placing a fluid (experimental)
### Fluid Behavior
- Fluids can perform a series of actions. The available actions are as follows:
- Applying potion effects
- Entity conversion
- Instant forced fire extinguishing
- Igniting nearby blocks
- Covering nearby blocks with snow
- Teleporting entities
- Breaking blocks (experimental; only supports OreDict for now)
### JEI Compatibilities
- Thermal Foundation## Todo List
- Update groovy support
- Finish `bop` jei compat (maybe also fixing BoP's buggy fluid interactions)
- Add `abyssalcraft` jei compat
- Add more conditions for interaction and behavior
- Add `abyssalcraft`-like limited fluid spread mechanism## Wiki
Here's the [Wiki Link](https://github.com/tttsaurus/Fluid-Interaction-Tweaker/wiki)## Issues
Here's the [Issues Link](https://github.com/tttsaurus/Fluid-Interaction-Tweaker/issues)## Credits
This mod is created using [GregTechCEu's Buildscripts](https://github.com/GregTechCEu/Buildscripts)## Dependencies
- Optional: crafttweaker
- Optional: groovyscript
- Optional: zenutils (for crt reloading purposes)
- Optional: jei (for recipes to be displayed)
- Optional: modularui (makes jei recipes look better; no longer needed since v1.4.0)