1
0
Fork 0
MineClone2/mods
FossFanatic 693d40b6c4 Fix villages generating with incorrect water
This commit fixes an issue where villages would generate with water which wasn't of the correct biome.

The new function simply looks for water source nodes around the entire village and replaces any it finds with the same node, except with blank params so that the `on_construct` of the newly placed water source node gets called.
2023-02-18 13:51:31 +00:00
..
CORE Append stuff to the new function 2023-02-18 08:24:12 +00:00
ENTITIES Added slime_big to non_spawn_specific instead of creating an exception for them in spawning.lua 2023-02-16 20:48:30 -05:00
ENVIRONMENT Improve underwater sky colour code 2023-02-18 08:22:04 +00:00
HELP Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
HUD Changed mcl_buckets' image use to be named properly. This fixes issue #3455 2023-02-15 14:52:00 +00:00
ITEMS Fix waterlogged mangrove roots textures 2023-02-18 08:54:57 +00:00
MAPGEN Fix villages generating with incorrect water 2023-02-18 13:51:31 +00:00
MISC add japanese translation 2022-12-19 15:33:31 +09:00
PLAYER Merge pull request 'texture-consolidation' (#3380) from texture-consolidation into master 2023-02-04 03:23:13 +00:00