summaryrefslogtreecommitdiff
path: root/description.txt
diff options
context:
space:
mode:
Diffstat (limited to 'description.txt')
-rw-r--r--description.txt47
1 files changed, 47 insertions, 0 deletions
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
+