forked from mtcontrib/homedecor_modpack
Hand-merged "slopes" branch, with minor recipe changes.
Also changed all single quotes ' to double quotes " in crafts.lua
This commit is contained in:
1
init.lua
1
init.lua
@ -70,6 +70,7 @@ dofile(minetest.get_modpath("homedecor").."/tables.lua")
|
||||
dofile(minetest.get_modpath("homedecor").."/electronics.lua")
|
||||
dofile(minetest.get_modpath("homedecor").."/shutters.lua")
|
||||
dofile(minetest.get_modpath("homedecor").."/shingles.lua")
|
||||
dofile(minetest.get_modpath("homedecor").."/slopes.lua")
|
||||
|
||||
dofile(minetest.get_modpath("homedecor").."/door_models.lua")
|
||||
dofile(minetest.get_modpath("homedecor").."/doors_and_gates.lua")
|
||||
|
Reference in New Issue
Block a user