tModLoader

tModLoader

Otillräckligt med betyg
More Waterfall Blocks
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Mod Features: New Content
Mod Side: Both
tModLoader Version: 1.4.4
Language: English
Filstorlek
Lades upp
Uppdaterades
630.793 KB
31 okt, 2023 @ 22:51
16 mar, 2024 @ 14:42
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
More Waterfall Blocks

Beskrivning
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
Ursprungligen skrivet av tModLoader:
Developed By Tyfyter2002
32 kommentarer
WAIT WHAT
why nobody tell me that :(
Moonlight Glint  [skapare] 1 jul @ 15:50 
This mod does not add one because vanilla already does.
is there a Honey waterfall for a beehive thing im doin
Moonlight Glint  [skapare] 27 mar, 2024 @ 15:39 
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:24 
Fyi this mod is incompatible with Verdant in multiplayer - possibly the issue the person below was having?
Moonlight Glint  [skapare] 16 mar, 2024 @ 14:43 
The hotfix should be available shortly
Alastair 16 mar, 2024 @ 13:44 
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  [skapare] 16 mar, 2024 @ 13:26 
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 @ 13:20 
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.