Mod
AquaTweaks
No reviews yet
Making fluids a little prettier!
Themed around underwater exploration, marine life, and oceanic environments.
Used for mods with little to no gameplay elements.
Improves the visual aspects of the game with better textures, models, etc.
Adds client-side tools and features to enhance the user experience.
Provides a framework or library for other mods to use.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
AquaTweaks is a small, clientside, coremod, which aims to improve the way fluids look around non-solid blocks.
In its essence, it renders fake water into ladders, fences, signs and the likes, making them not look as derpy underwater.


Note that these changes are purely of graphical nature. Fluids will not actually flow through blocks, but simply render into them.
In addition to that, this mod allows other modders to register their blocks for tweaking. Due to the technicality of that process, I'm going to spoiler it.
There is two options. either implement the interface "blusunrize.aquatweaks.api.IAquaConnectable" in your block (this supports the @Optional annotation"), or send an IMC message.
Users of the interface get the benefit of having world and coordinates passed, allowing possible TileEntity interaction, furthermore, the get one method to check if water should render a side towards the block and another which determines if water should be rendered into the block.
IMC is the easy and fast method. The message must have an NBTTagCompound that that compound requires two strings "modid" and "block", which are used to grab the respective block via GameRegistry.findBlock();
You can also add an integer under the key of "meta" if you only want a certain metadata of the block to AquaTweaks. Without meta, it will default to 32767, the universal wildcard value for damage.
IMC messages are sent to the ModID "AquaTweaks".
Enjoy!
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources