From a7bebc671920fd58992de4ff5a5f2716c891565c Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 19 Feb 2017 12:01:09 -0500 Subject: updated bobblocks, gloopblocks, maptools, mesecons, moreblocks, moreores, plantlife, and xban2, and switched to TenPlus1's "farming redo" mod in lieu of Pilzadam's farming_plus since the latter breaks default farming. --- vines/.luacheckrc | 13 +++++++++++++ vines/description.txt | 1 + vines/mod.conf | 2 ++ vines/screenshot.png | Bin 0 -> 189723 bytes 4 files changed, 16 insertions(+) create mode 100644 vines/.luacheckrc create mode 100644 vines/description.txt create mode 100644 vines/mod.conf create mode 100644 vines/screenshot.png (limited to 'vines') 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 new file mode 100644 index 0000000..b386f69 Binary files /dev/null and b/vines/screenshot.png differ -- cgit v1.2.3