19 lines
755 B
Lua
19 lines
755 B
Lua
|
|
-- Add slopes for blocks in the
|
|
--= Ethereal Mod
|
|
|
|
simplyslopes.register_all2("ethereal:bamboo_floor")
|
|
simplyslopes.register_all2("ethereal:crystal_block")
|
|
simplyslopes.register_all2("ethereal:icebrick")
|
|
simplyslopes.register_all2("ethereal:snowbrick")
|
|
simplyslopes.register_all2("ethereal:mushroom_trunk")
|
|
simplyslopes.register_all2("ethereal:mushroom")
|
|
simplyslopes.register_all2("ethereal:frost_wood")
|
|
simplyslopes.register_all2("ethereal:yellow_wood")
|
|
simplyslopes.register_all2("ethereal:palm_wood")
|
|
simplyslopes.register_all2("ethereal:banana_wood")
|
|
simplyslopes.register_all2("ethereal:willow_wood")
|
|
simplyslopes.register_all2("ethereal:redwood_wood")
|
|
--simplyslopes.register_all2("ethereal:acacia_wood") Alredy in default now, causes conflict
|
|
|
|
|