Add backwards compatibility for removed path node

This commit is contained in:
Juraj Vajda 2023-04-16 10:06:09 -04:00
parent 9fdabbb135
commit 11760e4873

View File

@ -23,6 +23,7 @@ local mod_start_time = minetest.get_us_time()
-- Legacy backwards compatibility -- Legacy backwards compatibility
minetest.register_alias('everness:dirt_with_grass_2', 'everness:dirt_with_grass_1') minetest.register_alias('everness:dirt_with_grass_2', 'everness:dirt_with_grass_1')
minetest.register_alias('everness:path_dirt_with_grass_2', 'everness:path_dirt_with_grass_1')
-- MineClone2 support -- MineClone2 support
if minetest.get_modpath('mcl_core') and minetest.global_exists('mcl_core') then if minetest.get_modpath('mcl_core') and minetest.global_exists('mcl_core') then