Roguelike Dungeons

Roguelike Dungeons

33M Downloads

Stairs remain default in custom Tower setting

Eggonomicon opened this issue ยท 1 comments

commented

I have built a custom dungeon, everything works fine except the stairs remain stone bricks stairs.
https://pastebin.com/94FquV96

{ "name" : "rot:tower", "tower" : { "type" : "ROGUE", "theme" : { "primary" : { "walls" : { "type" : "WEIGHTED", "data" : [ {"type" : "METABLOCK", "data" : {"name" : "botania:livingrock", "meta" : 1}, "weight" : 5}, {"type" : "METABLOCK", "data" : {"name" : "botania:livingrock", "meta" : 0}, "weight" : 2}, {"type" : "METABLOCK", "data" : {"name" : "botania:livingrock", "meta" : 2}, "weight" : 2}, {"type" : "METABLOCK", "data" : {"name" : "botania:livingrock", "meta" : 4}, "weight" : 1}, {"type" : "METABLOCK", "data" : {"name" : "botania:livingrock", "meta" : 1}, "weight" : 7}, {"type" : "METABLOCK", "data" : {"name" : "air"}, "weight" : 1} ], "stair" : { "type" : "METABLOCK", "data" : {"name" : "botania:livingrock1stairs"} } } }, "secondary" : { "walls" : { "type" : "METABLOCK", "data" : {"name" : "immersiveengineering:treated_wood"} }, "pillar" : { "type" : "METABLOCK", "data" : {"name" : "botania:livingwood"} }, "stair" : { "type" : "METABLOCK", "data" : {"name" : "botania:livingrock1stairs"} } } } } }

I'm assuming I set something up wrong, and any help would be greatly appreciated!

Thank you,
Eggonomicon

commented

Got it working!