Merge branch 'master' 🐈
This commit is contained in:
commit
d7a3a2786d
@ -14,4 +14,5 @@ mobs_animal ?
|
||||
mobs_better_rat ?
|
||||
mobs_slimes ?
|
||||
mobs_sandworm ?
|
||||
pkarcs?
|
||||
wiki
|
||||
|
1
init.lua
1
init.lua
@ -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
|
||||
|
1
pkarcs.lua
Normal file
1
pkarcs.lua
Normal file
@ -0,0 +1 @@
|
||||
register_arc("illuna", "stonebrick", "Stonebrick", "default_stonebrick", default.node_sound_stone_defaults(), {cracky=3, stone=1})
|
Loading…
x
Reference in New Issue
Block a user