8 lines
195 B
Lua
8 lines
195 B
Lua
|
-- Add slopes for blocks in the
|
||
|
--= Castle Mod
|
||
|
|
||
|
simplyslopes.register_all2("castle:pavement")
|
||
|
simplyslopes.register_all2("castle:dungeon_stone")
|
||
|
simplyslopes.register_all2("castle:stonewall")
|
||
|
|