Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhns/mc-fluid-physics
[Minecraft Mod] Blends together vanilla fluid mechanics with something a little more realistic plus some small additions
https://github.com/lhns/mc-fluid-physics
fabricmc-mod fluid fluid-physics minecraft minecraft-mod minecraftforge physics vanilla vanilla-fluid-mechanics
Last synced: 3 months ago
JSON representation
[Minecraft Mod] Blends together vanilla fluid mechanics with something a little more realistic plus some small additions
- Host: GitHub
- URL: https://github.com/lhns/mc-fluid-physics
- Owner: lhns
- License: apache-2.0
- Created: 2020-05-16T13:00:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T18:22:21.000Z (6 months ago)
- Last Synced: 2024-09-27T11:06:42.018Z (4 months ago)
- Topics: fabricmc-mod, fluid, fluid-physics, minecraft, minecraft-mod, minecraftforge, physics, vanilla, vanilla-fluid-mechanics
- Language: Scala
- Homepage: https://www.curseforge.com/minecraft/mc-mods/fluid-physics
- Size: 7.63 MB
- Stars: 14
- Watchers: 6
- Forks: 8
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluid Physics (Minecraft Mod)
[![Build Workflow](https://github.com/LolHens/mc-fluid-physics/workflows/build/badge.svg)](https://github.com/LolHens/mc-fluid-physics/actions?query=workflow%3Abuild)
[![Release Notes](https://img.shields.io/github/release/LolHens/mc-fluid-physics.svg?maxAge=3600)](https://github.com/LolHens/mc-fluid-physics/releases/latest)
[![Apache License 2.0](https://img.shields.io/github/license/LolHens/mc-fluid-physics.svg?maxAge=3600)](https://www.apache.org/licenses/LICENSE-2.0)[![](https://raw.githubusercontent.com/LolHens/mc-fluid-physics/master/fabric-1.16.2/src/main/resources/assets/fluidphysics/icon.png)](https://www.curseforge.com/minecraft/mc-mods/fluid-physics)
This mod blends together vanilla fluid mechanics with something a little more realistic plus some small additions.
Fluids flowing horizontally will not be affected by this mod. Fluids flowing down will take the source with them.
This is intentionally not a realistic fluid simulation in order to not break too much of the vanilla gameplay.
If you want something more realistic look in the "Similar mods" section down below.## Features
- Fluid source blocks can flow down
- Removes infinite water sources (not a good idea with this mod)
- Pistons can pump fluids
- Spring blocks generate under naturally generated springs and prevent them from flowing down
- Rain refills lakes and oceans (similar to infinite water sources in vanilla)
- Works with vanilla clients (you have to set the config option spring/block to a vanilla block like 'mossy_cobblestone')## Requirements
### [Fabric](https://fabricmc.net/)
[ Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)[ Fabric Language Scala](https://www.curseforge.com/minecraft/mc-mods/fabric-language-scala)
### [Forge](https://files.minecraftforge.net/)
[ Minecraft Forge](https://files.minecraftforge.net/)[ Scalable Cat's Force](https://www.curseforge.com/minecraft/mc-mods/scalable-cats-force)
[ MixinBootstrap](https://www.curseforge.com/minecraft/mc-mods/mixinbootstrap) (only required on 1.15.2)
## Screenshots
![](https://raw.githubusercontent.com/LolHens/mc-fluid-physics/master/screenshots/2020-07-07_00.22.08.png)
![](https://raw.githubusercontent.com/LolHens/mc-fluid-physics/master/screenshots/2020-07-07_01.09.31.png)## Videos
[![](https://img.youtube.com/vi/ruu0PwRRzL8/0.jpg)](https://www.youtube.com/watch?v=ruu0PwRRzL8)## Known issues
- Under some circumstances fluids can stop flowing (This is why in the video I have the glass block slowing down the water flowing into the sandstone tank)
- There were issues reported when using this mod on 1.16.5 together with ForgeEndertech and Optifine or GraalVM. Please upgrade to Optifine G8 or use another JVM.## Older versions
These are the previous iterations of this mod:
- https://github.com/LolHens/Minechanics-water-1.7.10
- https://github.com/LolHens/Minechanics## Similar mods
If you are looking for a similar mod for fabric with more realism have a look at [Dihydrogen Monoxide Reloaded by CoolMineman](https://www.curseforge.com/minecraft/mc-mods/dihydrogen-monoxide-reloaded)Also there is the similarly realistic forge mod [PhysEx](https://www.curseforge.com/minecraft/mc-mods/physex)
## License
This project uses the Apache 2.0 License. See the file called LICENSE.