some moreblock support
This commit is contained in:
parent
d1aadc6128
commit
2a9eea5818
@ -1,4 +1,5 @@
|
||||
default
|
||||
ethereal?
|
||||
bakedclay?
|
||||
technic?
|
||||
technic?
|
||||
moreblocks?
|
11
init.lua
11
init.lua
@ -355,6 +355,17 @@ if minetest.get_modpath("ethereal") then
|
||||
pkarcs.register_node("ethereal:bamboo_floor")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("moreblocks") then
|
||||
pkarcs.register_node("moreblocks:cactus_brick")
|
||||
pkarcs.register_node("moreblocks:grey_bricks")
|
||||
pkarcs.register_node("moreblocks:coal_stone_bricks")
|
||||
pkarcs.register_node("moreblocks:iron_stone_bricks")
|
||||
pkarcs.register_node("moreblocks:stone_tile")
|
||||
pkarcs.register_node("moreblocks:stone_tile")
|
||||
pkarcs.register_node("moreblocks:split_stone_tile")
|
||||
pkarcs.register_node("moreblocks:split_stone_tile_alt")
|
||||
end
|
||||
|
||||
if minetest.get_modpath("bakedclay") then
|
||||
|
||||
local clay = {"white", "grey", "black", "red", "yellow",
|
||||
|
Loading…
x
Reference in New Issue
Block a user