forked from VoxeLibre/VoxeLibre
Replace blue dye with "mcl_core:lapis".
The lapis ore drop has been registered as `"mcl_dye:blue"` because it doubled as the blue dye for lack of a proper blue dye. This commit makes the lapis item its own `"mcl_core:lapis"` item and updates the lapis users (but not the blue dye users.) * Add craftitem for `"mcl_core:lapis"`. * Update crafting recipes for lapis block. * Update lapis ore drops.
This commit is contained in:
parent
81ea298011
commit
cb6a9e7e35
|
@ -298,14 +298,14 @@ minetest.register_craft({
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_core:lapisblock",
|
output = "mcl_core:lapisblock",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"mcl_dye:blue", "mcl_dye:blue", "mcl_dye:blue"},
|
{"mcl_core:lapis", "mcl_core:lapis", "mcl_core:lapis"},
|
||||||
{"mcl_dye:blue", "mcl_dye:blue", "mcl_dye:blue"},
|
{"mcl_core:lapis", "mcl_core:lapis", "mcl_core:lapis"},
|
||||||
{"mcl_dye:blue", "mcl_dye:blue", "mcl_dye:blue"},
|
{"mcl_core:lapis", "mcl_core:lapis", "mcl_core:lapis"},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_dye:blue 9",
|
output = "mcl_core:lapis 9",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"mcl_core:lapisblock"},
|
{"mcl_core:lapisblock"},
|
||||||
}
|
}
|
||||||
|
|
|
@ -99,6 +99,14 @@ minetest.register_craftitem("mcl_core:emerald", {
|
||||||
groups = { craftitem=1 },
|
groups = { craftitem=1 },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craftitem("mcl_core:lapis", {
|
||||||
|
description = S("Lapis Lazuli"),
|
||||||
|
_doc_items_longdesc = S("Lapis Lazuli are required for enchanting items on an enchanting table."),
|
||||||
|
inventory_image = "mcl_core_lapis.png",
|
||||||
|
stack_max = 64,
|
||||||
|
groups = { craftitem=1 },
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("mcl_core:brick", {
|
minetest.register_craftitem("mcl_core:brick", {
|
||||||
description = S("Brick"),
|
description = S("Brick"),
|
||||||
_doc_items_longdesc = S("Bricks are used to craft brick blocks."),
|
_doc_items_longdesc = S("Bricks are used to craft brick blocks."),
|
||||||
|
|
|
@ -130,6 +130,8 @@ Jungle Wood=Dschungelholz
|
||||||
Jungle Wood Planks=Dschungelholzplanken
|
Jungle Wood Planks=Dschungelholzplanken
|
||||||
Jungle leaves are grown from jungle trees.=Dschungelblätter wachsen an Dschungelbäumen.
|
Jungle leaves are grown from jungle trees.=Dschungelblätter wachsen an Dschungelbäumen.
|
||||||
Ladder=Leiter
|
Ladder=Leiter
|
||||||
|
Lapis Lazuli=Lapislazuli
|
||||||
|
Lapis Lazuli are required for enchanting items on an enchanting table.=
|
||||||
Lapis Lazuli Block=Lapislazuliblock
|
Lapis Lazuli Block=Lapislazuliblock
|
||||||
Lapis Lazuli Ore=Lapislazulierz
|
Lapis Lazuli Ore=Lapislazulierz
|
||||||
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=Lapislazulierz ist das Erz von Lapislazuli. Es kann relativ selten in Ansammlungen in der Nähe des Weltbodens gefunden werden.
|
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=Lapislazulierz ist das Erz von Lapislazuli. Es kann relativ selten in Ansammlungen in der Nähe des Weltbodens gefunden werden.
|
||||||
|
|
|
@ -130,6 +130,8 @@ Jungle Wood=Tronco de jungla
|
||||||
Jungle Wood Planks=Madera de jungla
|
Jungle Wood Planks=Madera de jungla
|
||||||
Jungle leaves are grown from jungle trees.=Las hojas de jungla se cultivan de los árboles de jungla.
|
Jungle leaves are grown from jungle trees.=Las hojas de jungla se cultivan de los árboles de jungla.
|
||||||
Ladder=Escalera
|
Ladder=Escalera
|
||||||
|
Lapis Lazuli=Lapislázuli
|
||||||
|
Lapis Lazuli are required for enchanting items on an enchanting table.=
|
||||||
Lapis Lazuli Block=Bloque de lapislázuli
|
Lapis Lazuli Block=Bloque de lapislázuli
|
||||||
Lapis Lazuli Ore=Mena de lapislázuli
|
Lapis Lazuli Ore=Mena de lapislázuli
|
||||||
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=El mineral de lapislázuli es el mineral de lapislázuli. Rara vez se puede encontrar en grupos, se encuentra cerca del fondo del mundo.
|
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=El mineral de lapislázuli es el mineral de lapislázuli. Rara vez se puede encontrar en grupos, se encuentra cerca del fondo del mundo.
|
||||||
|
|
|
@ -130,6 +130,8 @@ Jungle Wood=Bois d'Acajou
|
||||||
Jungle Wood Planks=Planches d'Acajou
|
Jungle Wood Planks=Planches d'Acajou
|
||||||
Jungle leaves are grown from jungle trees.=Les feuilles d'Acajou sont cultivées à partir d'arbres d'Acajou.
|
Jungle leaves are grown from jungle trees.=Les feuilles d'Acajou sont cultivées à partir d'arbres d'Acajou.
|
||||||
Ladder=Échelle
|
Ladder=Échelle
|
||||||
|
Lapis Lazuli=Lapis Lazuli
|
||||||
|
Lapis Lazuli are required for enchanting items on an enchanting table.=
|
||||||
Lapis Lazuli Block=Bloc de Lapis-Lazuli
|
Lapis Lazuli Block=Bloc de Lapis-Lazuli
|
||||||
Lapis Lazuli Ore=Minerai de Lapis-Lazuli
|
Lapis Lazuli Ore=Minerai de Lapis-Lazuli
|
||||||
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=Le minerai de lapis-lazuli produit du lapis-lazuli. Il peut être rarement trouvé dans des filons près du fond du monde.
|
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=Le minerai de lapis-lazuli produit du lapis-lazuli. Il peut être rarement trouvé dans des filons près du fond du monde.
|
||||||
|
|
|
@ -130,6 +130,8 @@ Jungle Wood=Tropikalne drewno
|
||||||
Jungle Wood Planks=Tropikalne deski
|
Jungle Wood Planks=Tropikalne deski
|
||||||
Jungle leaves are grown from jungle trees.=Tropikalne liście rosną na tropikalnych drzewach.
|
Jungle leaves are grown from jungle trees.=Tropikalne liście rosną na tropikalnych drzewach.
|
||||||
Ladder=Drabina
|
Ladder=Drabina
|
||||||
|
Lapis Lazuli=Lazuryt
|
||||||
|
Lapis Lazuli are required for enchanting items on an enchanting table.=
|
||||||
Lapis Lazuli Block=Blok lazurytu
|
Lapis Lazuli Block=Blok lazurytu
|
||||||
Lapis Lazuli Ore=Ruda lazurytu
|
Lapis Lazuli Ore=Ruda lazurytu
|
||||||
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=Ruda lazurytu jest rzadko występującym blokiem, który można znaleźć w grupach przy dnie świata.
|
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=Ruda lazurytu jest rzadko występującym blokiem, który można znaleźć w grupach przy dnie świata.
|
||||||
|
|
|
@ -130,6 +130,8 @@ Jungle Wood=Дерево джунглей
|
||||||
Jungle Wood Planks=Доски из дерева джунглей
|
Jungle Wood Planks=Доски из дерева джунглей
|
||||||
Jungle leaves are grown from jungle trees.=Листва дерева джунглей произрастает на деревьях джунглей.
|
Jungle leaves are grown from jungle trees.=Листва дерева джунглей произрастает на деревьях джунглей.
|
||||||
Ladder=Лестница
|
Ladder=Лестница
|
||||||
|
Lapis Lazuli=Ляпис-лазурь
|
||||||
|
Lapis Lazuli are required for enchanting items on an enchanting table.=
|
||||||
Lapis Lazuli Block=Ляпис-лазурный блок
|
Lapis Lazuli Block=Ляпис-лазурный блок
|
||||||
Lapis Lazuli Ore=Ляпис-лазурная руда
|
Lapis Lazuli Ore=Ляпис-лазурная руда
|
||||||
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=Ляпис-лазурная руда это руда ляпис-лазури. Она изредка встречается в виде скоплений вблизи дна мира.
|
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=Ляпис-лазурная руда это руда ляпис-лазури. Она изредка встречается в виде скоплений вблизи дна мира.
|
||||||
|
|
|
@ -129,6 +129,8 @@ Jungle Wood=叢林原木
|
||||||
Jungle Wood Planks=叢林木材
|
Jungle Wood Planks=叢林木材
|
||||||
Jungle leaves are grown from jungle trees.=叢林樹葉是由叢林樹生長出來的。
|
Jungle leaves are grown from jungle trees.=叢林樹葉是由叢林樹生長出來的。
|
||||||
Ladder=梯子
|
Ladder=梯子
|
||||||
|
Lapis Lazuli=青金石
|
||||||
|
Lapis Lazuli are required for enchanting items on an enchanting table.=
|
||||||
Lapis Lazuli Block=青金石磚
|
Lapis Lazuli Block=青金石磚
|
||||||
Lapis Lazuli Ore=青金石礦
|
Lapis Lazuli Ore=青金石礦
|
||||||
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=青金石礦是青金石的礦石。在世界底部附近能發現成群的和稀有的青金石礦。
|
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=青金石礦是青金石的礦石。在世界底部附近能發現成群的和稀有的青金石礦。
|
||||||
|
|
|
@ -130,6 +130,8 @@ Jungle Wood=
|
||||||
Jungle Wood Planks=
|
Jungle Wood Planks=
|
||||||
Jungle leaves are grown from jungle trees.=
|
Jungle leaves are grown from jungle trees.=
|
||||||
Ladder=
|
Ladder=
|
||||||
|
Lapis Lazuli=
|
||||||
|
Lapis Lazuli are required for enchanting items on an enchanting table.=
|
||||||
Lapis Lazuli Block=
|
Lapis Lazuli Block=
|
||||||
Lapis Lazuli Ore=
|
Lapis Lazuli Ore=
|
||||||
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=
|
Lapis lazuli ore is the ore of lapis lazuli. It can be rarely found in clusters near the bottom of the world.=
|
||||||
|
|
|
@ -179,11 +179,11 @@ minetest.register_node("mcl_core:stone_with_lapis", {
|
||||||
drop = {
|
drop = {
|
||||||
max_items = 1,
|
max_items = 1,
|
||||||
items = {
|
items = {
|
||||||
{items = {"mcl_dye:blue 8"},rarity = 5},
|
{items = {"mcl_core:lapis 8"},rarity = 5},
|
||||||
{items = {"mcl_dye:blue 7"},rarity = 5},
|
{items = {"mcl_core:lapis 7"},rarity = 5},
|
||||||
{items = {"mcl_dye:blue 6"},rarity = 5},
|
{items = {"mcl_core:lapis 6"},rarity = 5},
|
||||||
{items = {"mcl_dye:blue 5"},rarity = 5},
|
{items = {"mcl_core:lapis 5"},rarity = 5},
|
||||||
{items = {"mcl_dye:blue 4"}},
|
{items = {"mcl_core:lapis 4"}},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
sounds = mcl_sounds.node_sound_stone_defaults(),
|
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||||
|
|
Loading…
Reference in New Issue