1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-06-30 15:10:46 +02:00

Recipes for various Nodes added. Registered some Nodes for stairsplus. Added Support for Mesecons to the Switch.

This commit is contained in:
A.C.M
2019-01-26 22:33:18 +01:00
parent 83a1a8c6c1
commit c54c5ba035
7 changed files with 581 additions and 1 deletions

View File

@ -64,6 +64,7 @@ end
scifi_nodes.register_slope("white2", "Plastic", {"scifi_nodes_white2.png",}, 0)
scifi_nodes.register_slope("black", "Black", {"scifi_nodes_black.png",}, 0)
scifi_nodes.register_slope("white", "White", {"scifi_nodes_white.png",}, 0)
scifi_nodes.register_slope("grey", "Grey", {"scifi_nodes_grey.png",}, 0)
scifi_nodes.register_slope("bluebars", "Blue bars", {"scifi_nodes_bluebars.png",}, 0)
scifi_nodes.register_slope("mesh2", "Metal floormesh", {"scifi_nodes_mesh2.png",}, 0)