Skip to content
Snippets Groups Projects
Commit f0e7cbb9 authored by Milan's avatar Milan
Browse files

add illuna stonebrick to pkarcs

parent 1f6d6d23
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,5 @@ mobs_animal ?
mobs_better_rat ?
mobs_slimes ?
mobs_sandworm ?
pkarcs?
wiki
......@@ -11,6 +11,7 @@ dofile(minetest.get_modpath("illuna").."/shop.lua")
dofile(minetest.get_modpath("illuna").."/stairs.lua")
dofile(minetest.get_modpath("illuna").."/hotstone.lua")
dofile(minetest.get_modpath("illuna").."/replacer.lua")
dofile(minetest.get_modpath("illuna").."/pkarcs.lua")
if not minetest.get_modpath("ethereal") then
dofile(minetest.get_modpath("illuna").."/water.lua")
end
......
register_arc("illuna", "stonebrick", "Stonebrick", "default_stonebrick", default.node_sound_stone_defaults(), {cracky=3, stone=1})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment