1
0
Fork 0
MineClone2/mods
FossFanatic fee4ccf096 Convert old player leaves into new system
This commit adds a couple of lines to the `mcl_mapgen_core:fix_foliage_palette_indexes"` LBM, which ensures that player leaves which were placed before this update get converted into the new player leaves.

I would have included mangrove leaves, but decided against it because of an issue where the `param2` of mangrove leaves was accidentally set to 1 (in the schematics?). This meant that if I included mangrove leaves, the LBM would have converted the natural leaves as well.

This would have made it very tedious to clean up the leaves after chopping down a mangrove tree, since these would not rot by themselves.
2023-02-14 11:20:00 +00:00
..
CORE Fix mcl_util.get_registered_biome_from_pos(pos) 2023-02-14 08:12:55 +00:00
ENTITIES Pathfinding optimisations and villager has earlier bed time 2023-02-11 10:36:56 +00:00
ENVIRONMENT More sky improvements 2023-02-06 01:40:25 +00:00
HELP Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
HUD Move textures all into one centralized directory. 2023-01-30 22:55:53 -05:00
ITEMS Add nil check 2023-02-13 15:46:45 +00:00
MAPGEN Convert old player leaves into new system 2023-02-14 11:20:00 +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