blob: c70916fc3a941252c8689d251c0d4dce1b16ba5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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
|