Go to file
Milan* 9569c96f4c generate aliases, add option for light_source 2017-10-20 22:09:59 +02:00
crafting_arc.png hello git 🐱 2016-08-11 21:45:50 +02:00
crafting_inner_arc.png hello git 🐱 2016-08-11 21:45:50 +02:00
crafting_outer_arc.png hello git 🐱 2016-08-11 21:45:50 +02:00
depends.txt make darkage dep optional 2017-05-25 21:17:04 +02:00
init.lua generate aliases, add option for light_source 2017-10-20 22:09:59 +02:00
readme.md overhaul all teh code! 🎉 2017-10-09 22:49:08 +02:00
registrations.lua overhaul all teh code! 🎉 2017-10-09 22:49:08 +02:00
screenshot_1.png hello git 🐱 2016-08-11 21:45:50 +02:00
screenshot_2.png hello git 🐱 2016-08-11 21:45:50 +02:00

readme.md

Simple Arcs [pkarcs] by PEAK

modified for The World of Illuna by tchncs

this awesome mod has it's origin here:

however this fork provides a sort-of API just like Moreblocks does. You can easily register your mods nodes following this syntax:

register_arc("mycoolmod", "nodename", "description", "imagename", "sound", "group(s)")

this would look like this:

register_arc("default", "stone", "Stone", "default_stone", default.node_sound_stone_defaults(), {cracky=3, stone=1})

Please be aware of new nodeid's this fork provides for avoiding nodeconflicts, like The World of Illuna uses a duplicate stonebrick node. There will follow aliases for the default nodes quite soon but if you extended your copy of the original mod already and plan to replace it, the nodenames change like:

pkarcs:stonebrick to pkarcs:default_stonebrick