{"id":19003397,"url":"https://github.com/tttsaurus/fluid-interaction-tweaker","last_synced_at":"2025-07-08T08:04:55.645Z","repository":{"id":255480344,"uuid":"850213074","full_name":"tttsaurus/Fluid-Interaction-Tweaker","owner":"tttsaurus","description":"Help you to add more fluid interactions","archived":false,"fork":false,"pushed_at":"2025-07-04T04:27:18.000Z","size":596,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T05:29:31.032Z","etag":null,"topics":["crafttweaker","crafttweaker-addon","crafttweaker2","forge-mod","mc1-12","minecraft","minecraft-mod"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/fluid-interaction-tweaker","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tttsaurus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-31T06:48:11.000Z","updated_at":"2025-07-04T04:26:08.000Z","dependencies_parsed_at":"2024-10-27T22:56:49.299Z","dependency_job_id":"1a29b201-4700-455e-9fab-2d0503b2b5c9","html_url":"https://github.com/tttsaurus/Fluid-Interaction-Tweaker","commit_stats":null,"previous_names":["tttsaurus/fluid-interaction-tweaker"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/tttsaurus/Fluid-Interaction-Tweaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FFluid-Interaction-Tweaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FFluid-Interaction-Tweaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FFluid-Interaction-Tweaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FFluid-Interaction-Tweaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tttsaurus","download_url":"https://codeload.github.com/tttsaurus/Fluid-Interaction-Tweaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tttsaurus%2FFluid-Interaction-Tweaker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264229252,"owners_count":23576239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crafttweaker","crafttweaker-addon","crafttweaker2","forge-mod","mc1-12","minecraft","minecraft-mod"],"created_at":"2024-11-08T18:18:55.895Z","updated_at":"2025-07-08T08:04:55.621Z","avatar_url":"https://github.com/tttsaurus.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Versions](https://img.shields.io/curseforge/game-versions/1094214?logo=curseforge\u0026label=Game%20Version)](https://www.curseforge.com/minecraft/mc-mods/fluid-interaction-tweaker)\n[![Downloads](https://img.shields.io/curseforge/dt/1094214?logo=curseforge\u0026label=Downloads)](https://www.curseforge.com/minecraft/mc-mods/fluid-interaction-tweaker)\n[![Downloads](https://img.shields.io/modrinth/dt/fluid-interaction-tweaker?logo=modrinth\u0026label=Downloads)](https://modrinth.com/mod/fluid-interaction-tweaker)\n\nIf you like this project, don't forget to give it a star⭐!\n\n## Overview\n- This is a CraftTweaker/GroovyScript addon that enables you to add more fluid interactions using the `zenscript`/`groovyscript`.\n- This mod doesn't extend anything on the vanilla water and lava interaction system. Instead, the mod creates a new general system for fluid interactions.\n- It can also act as a library mod for fluid interactions.\n\n## Features\n### Fluid Interaction\n- Fluid turns into another block when it comes into contact with another fluid.\n- Fluid turns into another block when it comes into contact with a block.\n- A block turns into another block when it comes into contact with fluid. \n- Any of the above reactions can trigger a series of events. The available events are as follows:\n  - Placing a block\n  - Explosion\n  - Spawning an entity\n  - Spawning an item\n  - Placing a fluid (experimental)\n### Fluid Behavior\n- Fluids can perform a series of actions. The available actions are as follows:\n  - Applying potion effects\n  - Entity conversion\n  - Instant forced fire extinguishing\n  - Igniting nearby blocks\n  - Covering nearby blocks with snow\n  - Teleporting entities\n  - Breaking blocks (experimental; only supports OreDict for now)\n### JEI Compatibilities\n- Thermal Foundation\n\n## Todo List\n- Update groovy support\n- Finish `bop`-jei compat (maybe also fixing `bop`'s buggy fluid interactions)\n- Add `abyssalcraft`-jei compat\n- Add more conditions for interaction and behavior\n- Add `abyssalcraft`-like limited fluid spread mechanism\n- Add configurable boolean expressions for conditions\n\nSuggestions/PRs are welcome!\n\n## Wiki\nHere's the [Wiki Link](https://github.com/tttsaurus/Fluid-Interaction-Tweaker/wiki)\n\n## Issues\nHere's the [Issues Link](https://github.com/tttsaurus/Fluid-Interaction-Tweaker/issues)\n\n## Credits\nThis mod is created using [GregTechCEu's Buildscripts](https://github.com/GregTechCEu/Buildscripts)\n\n## Dependencies\n- Optional: crafttweaker\n- Optional: groovyscript\n- Optional: zenutils (for crt reloading purposes)\n- Optional: jei (for recipes to be displayed)\n- Optional: modularui (makes jei recipes look better; no longer needed since v1.4.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftttsaurus%2Ffluid-interaction-tweaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftttsaurus%2Ffluid-interaction-tweaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftttsaurus%2Ffluid-interaction-tweaker/lists"}