forked from VoxeLibre/VoxeLibre
Change internal prismarine crystals name
This commit is contained in:
parent
eeae732dba
commit
b7b5f619ab
|
@ -444,9 +444,9 @@ minetest.register_craft({
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'mcl_core:sea_lantern',
|
output = 'mcl_core:sea_lantern',
|
||||||
recipe = {
|
recipe = {
|
||||||
{'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_cry', 'mcl_core:prismarine_cry', 'mcl_core:prismarine_cry'},
|
{'mcl_core:prismarine_crystals', 'mcl_core:prismarine_crystals', 'mcl_core:prismarine_crystals'},
|
||||||
{'mcl_core:prismarine_shard', 'mcl_core:prismarine_cry', 'mcl_core:prismarine_shard'},
|
{'mcl_core:prismarine_shard', 'mcl_core:prismarine_crystals', 'mcl_core:prismarine_shard'},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -132,7 +132,7 @@ minetest.register_craftitem("mcl_core:bowl",{
|
||||||
groups = { craftitem = 1 },
|
groups = { craftitem = 1 },
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("mcl_core:prismarine_cry", {
|
minetest.register_craftitem("mcl_core:prismarine_crystals", {
|
||||||
description = "Prismarine Crystals",
|
description = "Prismarine Crystals",
|
||||||
inventory_image = "default_prismarine_crystals.png",
|
inventory_image = "default_prismarine_crystals.png",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
Loading…
Reference in New Issue