diff options
Diffstat (limited to 'vines')
-rw-r--r-- | vines/.luacheckrc | 13 | ||||
-rw-r--r-- | vines/description.txt | 1 | ||||
-rw-r--r-- | vines/mod.conf | 2 | ||||
-rw-r--r-- | vines/screenshot.png | bin | 0 -> 189723 bytes |
4 files changed, 16 insertions, 0 deletions
diff --git a/vines/.luacheckrc b/vines/.luacheckrc new file mode 100644 index 0000000..bf99780 --- /dev/null +++ b/vines/.luacheckrc @@ -0,0 +1,13 @@ + +unused_args = false + +read_globals = { + "minetest", + "default", + "ItemStack", + "biome_lib", +} + +globals = { + "vines", +} diff --git a/vines/description.txt b/vines/description.txt new file mode 100644 index 0000000..3664f43 --- /dev/null +++ b/vines/description.txt @@ -0,0 +1 @@ +Adds climbable vines that are spawned on trees. diff --git a/vines/mod.conf b/vines/mod.conf new file mode 100644 index 0000000..39ea365 --- /dev/null +++ b/vines/mod.conf @@ -0,0 +1,2 @@ + +name = vines diff --git a/vines/screenshot.png b/vines/screenshot.png Binary files differnew file mode 100644 index 0000000..b386f69 --- /dev/null +++ b/vines/screenshot.png |