summaryrefslogtreecommitdiff
path: root/facade/models/nbe lua files/carved_stone_a_corner.lua
diff options
context:
space:
mode:
Diffstat (limited to 'facade/models/nbe lua files/carved_stone_a_corner.lua')
-rw-r--r--facade/models/nbe lua files/carved_stone_a_corner.lua41
1 files changed, 41 insertions, 0 deletions
diff --git a/facade/models/nbe lua files/carved_stone_a_corner.lua b/facade/models/nbe lua files/carved_stone_a_corner.lua
new file mode 100644
index 0000000..cfb6539
--- /dev/null
+++ b/facade/models/nbe lua files/carved_stone_a_corner.lua
@@ -0,0 +1,41 @@
+-- GENERATED CODE
+-- Node Box Editor, version 0.9.0
+-- Namespace: test
+
+minetest.register_node("test:node_1", {
+ tiles = {
+ "default_wood.png",
+ "default_wood.png",
+ "default_wood.png",
+ "default_wood.png",
+ "default_wood.png",
+ "default_wood.png"
+ },
+ drawtype = "nodebox",
+ paramtype = "light",
+ node_box = {
+ type = "fixed",
+ fixed = {
+ {-0.4375, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox1
+ {-0.5, 0.4375, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox2
+ {-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}, -- NodeBox3
+ {-0.4375, -0.375, -0.5, -0.3125, 0.375, -0.4375}, -- NodeBox4
+ {-0.5, -0.375, -0.5, -0.3125, -0.25, 0.1875}, -- NodeBox5
+ {-0.4375, 0.25, -0.5, 0.4375, 0.375, 0.5}, -- NodeBox6
+ {0.3125, -0.125, -0.5, 0.4375, 0.25, 0.5}, -- NodeBox7
+ {-0.1875, -0.375, -0.5, 0.5, -0.25, 0.5}, -- NodeBox8
+ {-0.1875, -0.25, -0.5, -0.0625, 0.125, 0.5}, -- NodeBox9
+ {0.0625, -0.125, -0.5, 0.3125, 0, 0.5}, -- NodeBox10
+ {-0.0625, 0, -0.5, 0.1875, 0.125, 0.5}, -- NodeBox11
+ {-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5}, -- NodeBox12
+ {-0.5, -0.125, -0.4375, 0.5, 0.375, -0.3125}, -- NodeBox13
+ {-0.5, 0.25, -0.3125, 0.5, 0.375, 0.4375}, -- NodeBox14
+ {-0.5, -0.375, 0.3125, 0.4375, 0.375, 0.4375}, -- NodeBox15
+ {-0.5, -0.375, 0.3125, 0.4375, -0.25, 0.5}, -- NodeBox16
+ {-0.5, -0.125, -0.3125, 0.4375, 0, -0.0625}, -- NodeBox17
+ {-0.5, 0, -0.1875, 0.4375, 0.125, 0.1875}, -- NodeBox18
+ {-0.5, -0.25, 0.0625, 0.4375, 0.125, 0.1875}, -- NodeBox19
+ }
+ }
+})
+