Add flower pot craft, rename brick stuff
This commit is contained in:
parent
b8aec37c98
commit
147a983956
7 changed files with 23 additions and 12 deletions
|
@ -577,10 +577,10 @@ minetest.register_craft({
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'mcl_core:brick',
|
||||
output = 'mcl_core:brick_block',
|
||||
recipe = {
|
||||
{'mcl_core:clay_brick', 'mcl_core:clay_brick'},
|
||||
{'mcl_core:clay_brick', 'mcl_core:clay_brick'},
|
||||
{'mcl_core:brick', 'mcl_core:brick'},
|
||||
{'mcl_core:brick', 'mcl_core:brick'},
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -817,7 +817,7 @@ minetest.register_craft({
|
|||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "mcl_core:clay_brick",
|
||||
output = "mcl_core:brick",
|
||||
recipe = "mcl_core:clay_lump",
|
||||
cooktime = 10,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue