Change internal prismarine crystals name
This commit is contained in:
parent
eeae732dba
commit
b7b5f619ab
2 changed files with 4 additions and 4 deletions
|
@ -444,9 +444,9 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = 'mcl_core:sea_lantern',
|
||||
recipe = {
|
||||
{'mcl_core:prismarine_shard', 'mcl_core:prismarine_cry', 'mcl_core:prismarine_shard'},
|
||||
{'mcl_core:prismarine_cry', 'mcl_core:prismarine_cry', 'mcl_core:prismarine_cry'},
|
||||
{'mcl_core:prismarine_shard', 'mcl_core:prismarine_cry', 'mcl_core:prismarine_shard'},
|
||||
{'mcl_core:prismarine_shard', 'mcl_core:prismarine_crystals', 'mcl_core:prismarine_shard'},
|
||||
{'mcl_core:prismarine_crystals', 'mcl_core:prismarine_crystals', 'mcl_core:prismarine_crystals'},
|
||||
{'mcl_core:prismarine_shard', 'mcl_core:prismarine_crystals', 'mcl_core:prismarine_shard'},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue