From 4a90dbc7bb3c70249910cfb9d94117c2bbc72d31 Mon Sep 17 00:00:00 2001 From: jasonl8446 Date: Mon, 5 Jun 2023 17:34:05 -0400 Subject: [PATCH] init commit --- depends.txt | 0 init.lua | 0 mod.conf | 4 ++++ 3 files changed, 4 insertions(+) create mode 100644 depends.txt create mode 100644 init.lua create mode 100644 mod.conf diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..e69de29 diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..e69de29 diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..52e095a --- /dev/null +++ b/mod.conf @@ -0,0 +1,4 @@ +name = minetestboilerplate +description = Basis for minetest mods +author = jasonl8446 +title = BoilerPlate