From d7b7f65f93030cfb39c4c5ad6aaac8acf9e50a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Wed, 6 Jun 2018 00:01:39 +0200 Subject: Initial commit --- description.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 description.txt (limited to 'description.txt') diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..c70916f --- /dev/null +++ b/description.txt @@ -0,0 +1,47 @@ +This mod adds arc-nodes to Minetest as well as arcs for inner and outer corners. + +Provided nodes: + +default:cobble +default:mossycobble + +default:stone +default:stonebrick +default:stone_block + +default:desert_cobble +default:desert_stone +default:desert_stonebrick +default:desert_stone_block + +default:sandstone +default:sandstonebrick +default:sandstone_block + +default:brick + +default:obsidian +default:obsidianbrick +default:obsidian_block + +default:wood +default:junglewood +default:pine_wood +default:acacia_wood +default:aspen_wood + + +To make arcs from nodes of your mod, put "pkarcs?" into your depends.txt, +and call this function in your init.lua: + +if minetest.get_modpath("pkarcs") then + pkarcs.register_node("your_mod:your_nodename") +end + +Tested with Minetest 0.4.15 + +--- + +PEAK +01-20-2017 + -- cgit v1.2.3