tModLoader

tModLoader

Not enough ratings
More Waterfall Blocks
   
Award
Favorite
Favorited
Unfavorite
Mod Features: New Content
Mod Side: Both
tModLoader Version: 1.4.4
Language: English
File Size
Posted
Updated
630.793 KB
31 Oct, 2023 @ 10:51pm
16 Mar, 2024 @ 2:42pm
2 Change Notes ( view )

Subscribe to download
More Waterfall Blocks

Description
Automatically generates waterfall blocks and walls for both vanilla and modded water styles

Unfortunately if your mod manually adds a water style using Mod.AddContent it'll have to call this mod's Call method with itself as the first argument and an instance of the style as the second to be compatible, and it may need to be sorted before this
If your water styles are all autoloaded then your mod should automatically be compatible
If you want a water style not to generate content in this mod you can give it a static bool property named ModdedWaterfalls_HasOwnWaterfall and have it return true
Originally posted by tModLoader:
Developed By Tyfyter2002
32 Comments
Just A Average Day 1 Jul @ 4:48pm 
TY
Just A Average Day 1 Jul @ 4:48pm 
WAIT WHAT
why nobody tell me that :(
Moonlight Glint  [author] 1 Jul @ 3:50pm 
This mod does not add one because vanilla already does.
Just A Average Day 1 Jul @ 3:16pm 
is there a Honey waterfall for a beehive thing im doin
Moonlight Glint  [author] 27 Mar, 2024 @ 3:39pm 
If you are on the latest version of More Waterfall Blocks (currently 1.0.0.1), please provide as much information as you can (including client and server logs) in an issue on the homepage, if not, please update and try again, as 1.0.0.1 was a hotfix for an issue which caused complete incompatibility with multiplayer if used with a mod which adds a water style.
Helly 27 Mar, 2024 @ 11:24am 
Fyi this mod is incompatible with Verdant in multiplayer - possibly the issue the person below was having?
Moonlight Glint  [author] 16 Mar, 2024 @ 2:43pm 
The hotfix should be available shortly
Alastair 16 Mar, 2024 @ 1:44pm 
Ahhh so it isn't a mod interaction thing but a "multiplayer worlds don't like it" thing. And you just need to do a fix to get it to load good to know. Surprised I am the first to encounter this.
Moonlight Glint  [author] 16 Mar, 2024 @ 1:26pm 
upon further inspection, it looks like tML only loads water styles client-side, which is probably the source of your problem, should be a somewhat quick thing to fix
Alastair 16 Mar, 2024 @ 1:20pm 
Kinda random bug report but for some reason this mod was preventing me from loading my world in multiplayer. I am currently running some tests to see if the issue is due to it interacting with other mods. Or if it is this mod alone.

The best I can say for now was it was something to do with "TileSection(10)" and it being out of bounds.