xanadu_mod.lua 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. -- Add slopes for blocks in the
  2. --= Xanadu Mod
  3. ---------------------------------------------
  4. -- Untested
  5. -- inspired by tenplus one stairs mod, but
  6. -- I never found any xanadu mod anyware.
  7. ----------------------------------------------
  8. simplyslopes.register_all2("xanadu:stained_wood_white")
  9. simplyslopes.register_all2("xanadu:stained_wood_red")
  10. -- These objects are not in the backedclay mod,
  11. -- They were placed in the xanadu mod section of tenplus1 code.
  12. simplyslopes.register_all2("bakedclay:stone1")
  13. simplyslopes.register_all2("bakedclay:stone2")
  14. simplyslopes.register_all2("bakedclay:stone3")
  15. simplyslopes.register_all2("bakedclay:stone4")
  16. simplyslopes.register_all2("bakedclay:stone5")
  17. simplyslopes.register_all2("bakedclay:stone6")
  18. simplyslopes.register_all2("bakedclay:sandstonebrick4")
  19. simplyslopes.register_all2("bakedclay:desert_cobble1")
  20. simplyslopes.register_all2("bakedclay:desert_cobble5")
  21. simplyslopes.register_all2("bakedclay:desert_stone1")
  22. simplyslopes.register_all2("bakedclay:desert_stone3")
  23. simplyslopes.register_all2("bakedclay:desert_stone4")
  24. simplyslopes.register_all2("bakedclay:desert_stone5")
  25. simplyslopes.register_all2("bakedclay:red1")
  26. simplyslopes.register_all2("bakedclay:red2")