32 lines
1.2 KiB
Lua
32 lines
1.2 KiB
Lua
|
-- Add slopes for blocks in the
|
||
|
--= Xanadu Mod
|
||
|
---------------------------------------------
|
||
|
-- Untested
|
||
|
-- inspired by tenplus one stairs mod, but
|
||
|
-- I never found any xanadu mod anyware.
|
||
|
----------------------------------------------
|
||
|
|
||
|
simplyslopes.register_all2("xanadu:stained_wood_white")
|
||
|
simplyslopes.register_all2("xanadu:stained_wood_red")
|
||
|
|
||
|
-- These objects are not in the backedclay mod,
|
||
|
-- They were placed in the xanadu mod section of tenplus1 code.
|
||
|
simplyslopes.register_all2("bakedclay:stone1")
|
||
|
simplyslopes.register_all2("bakedclay:stone2")
|
||
|
simplyslopes.register_all2("bakedclay:stone3")
|
||
|
simplyslopes.register_all2("bakedclay:stone4")
|
||
|
simplyslopes.register_all2("bakedclay:stone5")
|
||
|
simplyslopes.register_all2("bakedclay:stone6")
|
||
|
simplyslopes.register_all2("bakedclay:sandstonebrick4")
|
||
|
simplyslopes.register_all2("bakedclay:desert_cobble1")
|
||
|
simplyslopes.register_all2("bakedclay:desert_cobble5")
|
||
|
simplyslopes.register_all2("bakedclay:desert_stone1")
|
||
|
simplyslopes.register_all2("bakedclay:desert_stone3")
|
||
|
simplyslopes.register_all2("bakedclay:desert_stone4")
|
||
|
simplyslopes.register_all2("bakedclay:desert_stone5")
|
||
|
simplyslopes.register_all2("bakedclay:red1")
|
||
|
simplyslopes.register_all2("bakedclay:red2")
|
||
|
|
||
|
|
||
|
|