mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-10-28 20:28:21 +01:00
6 lines
321 B
Lua
6 lines
321 B
Lua
dofile(minetest.get_modpath("mcl_mushrooms").."/small.lua")
|
|
dofile(minetest.get_modpath("mcl_mushrooms").."/huge.lua")
|
|
|
|
-- Aliases for old MCL2 versions
|
|
minetest.register_alias("mcl_farming:mushroom_red", "mcl_mushrooms:mushroom_red")
|
|
minetest.register_alias("mcl_farming:mushroom_brown", "mcl_mushrooms:mushroom_brown")
|