summaryrefslogtreecommitdiff
path: root/description.txt
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-06-06 00:01:39 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-06-06 00:01:39 +0200
commitd7b7f65f93030cfb39c4c5ad6aaac8acf9e50a35 (patch)
treed9bd524f0c7cf0acd9cc4d539c98f0fd75abcd51 /description.txt
downloadpkarcs-d7b7f65f93030cfb39c4c5ad6aaac8acf9e50a35.tar.gz
pkarcs-d7b7f65f93030cfb39c4c5ad6aaac8acf9e50a35.tar.bz2
pkarcs-d7b7f65f93030cfb39c4c5ad6aaac8acf9e50a35.zip
Initial commit
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
+