summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheav-4 <heavpoot@gmail.com>2022-02-10 07:47:49 +0000
committerheav-4 <heavpoot@gmail.com>2022-02-10 07:47:49 +0000
commite535986eba05492809eb63df8857786c73084c14 (patch)
tree60b9c43602fd552029dc45317c623e3d601bf5d7
parent034e4e3d39c1459433ffbb90f782ec203cd5045f (diff)
Add stone
-rw-r--r--mods/vzxv/init.lua5
-rw-r--r--mods/vzxv/mod.conf2
-rw-r--r--mods/vzxv/textures/vzxvstone.pngbin0 -> 852 bytes
-rw-r--r--mods/vzxv_blocks/init.lua0
-rw-r--r--mods/vzxv_blocks/mod.conf2
5 files changed, 7 insertions, 2 deletions
diff --git a/mods/vzxv/init.lua b/mods/vzxv/init.lua
new file mode 100644
index 0000000..d615b5f
--- /dev/null
+++ b/mods/vzxv/init.lua
@@ -0,0 +1,5 @@
+minetest.register_node("vzxv:stone", {
+ description = "Stone",
+ tiles = ":stone.png",
+ tiles={"vzxvstone.png"},
+}) \ No newline at end of file
diff --git a/mods/vzxv/mod.conf b/mods/vzxv/mod.conf
new file mode 100644
index 0000000..5164075
--- /dev/null
+++ b/mods/vzxv/mod.conf
@@ -0,0 +1,2 @@
+name=vzxv
+description = Vzxv \ No newline at end of file
diff --git a/mods/vzxv/textures/vzxvstone.png b/mods/vzxv/textures/vzxvstone.png
new file mode 100644
index 0000000..ee12f5c
--- /dev/null
+++ b/mods/vzxv/textures/vzxvstone.png
Binary files differ
diff --git a/mods/vzxv_blocks/init.lua b/mods/vzxv_blocks/init.lua
deleted file mode 100644
index e69de29..0000000
--- a/mods/vzxv_blocks/init.lua
+++ /dev/null
diff --git a/mods/vzxv_blocks/mod.conf b/mods/vzxv_blocks/mod.conf
deleted file mode 100644
index e2f7919..0000000
--- a/mods/vzxv_blocks/mod.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-name=vzxv_blocks
-description = Relatively inert blocks of vzxv. Bees \ No newline at end of file