Update descriptions

This commit is contained in:
Treer 2021-01-07 23:48:00 +11:00
parent 00cda53a13
commit 24845dce1e
4 changed files with 215 additions and 131 deletions

View File

@ -15,15 +15,41 @@ Nether Portal=Portail du Nether
### nodes.lua ###
=
A finely finished block of solid Nether Basalt.=
A rough cut solid block of Nether Basalt.=
A thin crust of cooled lava with liquid lava beneath=
A vent in the earth emitting steam and gas=
Can be repurposed to provide puffs of smoke in a chimney=
Chiselled Basalt=
Columns of dark basalt found only in magma oceans deep within the Nether.=
Compressed Netherbrick=
Cracked Nether Brick=
Deep Glowstone=
Deep Netherrack=
Fumarolic Chimney=
Fumarolic Chimney Corner=
Fumarolic Chimney Slab=
Glowstone=Pierre lumineuse
Hewn Basalt=
Inner Nether Stair=Escalier intérieur du Nether
Lava Crust=
Lava crust is strong enough to walk on, but still hot enough to inflict burns.=
Nether Basalt=
Nether Brick=Brique du Nether
Nether Brick Fence=Barrière en briques du Nether
Nether Slab=Dalle du Nether
Nether Stair=Escalier du Nether
Netherrack=Roche du Nether
Netherrack from deep in the mantle=
Netherrack stair=
Nethersand=Sable du Nether
Outer Nether Stair=Escalier extérieur du Nether
Portal=
### portal_api.lua ###
@ -40,6 +66,8 @@ In all my travels, and time spent in the Great Libraries, I have encountered no
In all my travels, and time spent in the Great Libraries, I have encountered no shortage of legends surrounding preternatural doorways said to open into other worlds, yet only one can I confirm as being more than merely a story.=Après tous mes voyages, et le temps passé dans les Grandes Bibliothèques, je ne manque pas de légendes sur les portes surnaturelles qui, dit-on souvrent vers dautres mondes, mais seul une personne peut confirmer que ce sont plus que de simples histoires.
Mysterious forces prevented you from opening that portal. Please try another location=
Portal wormhole=Vortex du portail
Portals to other realms can be opened by building a frame in the right shape with the right blocks, then using an item to activate it. A local copy of the guidebook to portals is published below.@n---@n@n=Les portails vers dautres mondes peuvent être ouvert en construisant un cadre de la bonne forme avec les bons blocs, puis en utilisant un objet pour lactiver. Une copie du guide des portails est ci-dessous.@n---@n@n
@ -60,3 +88,12 @@ Surface Portal=Portail de surface
There is a floating land of hills and forests up there, over the edges of which is a perilous drop all the way back down to sea level. We have not found how far these pristine lands extend. I have half a mind to retire there one day.=Il y a là un monde flottant remplis de collines et de forêts, sur les bords duquel se trouve une chute périlleuse jusqu'au niveau de la mer. Nous n'avons pas encore trouvé jusqu'où s'étendent ces terres vierges. J'ai à moitié envie de m'y retirer un jour.
### tools.lua ###
Nether Axe=
Nether Ingot=
Nether Lump=
Nether Pickaxe=
Nether Shovel=
Nether Sword=

View File

@ -14,15 +14,41 @@ Nether Portal=
### nodes.lua ###
=
A finely finished block of solid Nether Basalt.=
A rough cut solid block of Nether Basalt.=
A thin crust of cooled lava with liquid lava beneath=
A vent in the earth emitting steam and gas=
Can be repurposed to provide puffs of smoke in a chimney=
Chiselled Basalt=
Columns of dark basalt found only in magma oceans deep within the Nether.=
Compressed Netherbrick=
Cracked Nether Brick=
Deep Glowstone=
Deep Netherrack=
Fumarolic Chimney=
Fumarolic Chimney Corner=
Fumarolic Chimney Slab=
Glowstone=
Hewn Basalt=
Inner Nether Stair=
Lava Crust=
Lava crust is strong enough to walk on, but still hot enough to inflict burns.=
Nether Basalt=
Nether Brick=
Nether Brick Fence=
Nether Slab=
Nether Stair=
Netherrack=
Netherrack from deep in the mantle=
Netherrack stair=
Nethersand=
Outer Nether Stair=
Portal=
### portal_api.lua ###
@ -39,6 +65,8 @@ In all my travels, and time spent in the Great Libraries, I have encountered no
In all my travels, and time spent in the Great Libraries, I have encountered no shortage of legends surrounding preternatural doorways said to open into other worlds, yet only one can I confirm as being more than merely a story.=
Mysterious forces prevented you from opening that portal. Please try another location=
Portal wormhole=
Portals to other realms can be opened by building a frame in the right shape with the right blocks, then using an item to activate it. A local copy of the guidebook to portals is published below.@n---@n@n=
@ -59,3 +87,12 @@ Surface Portal=
There is a floating land of hills and forests up there, over the edges of which is a perilous drop all the way back down to sea level. We have not found how far these pristine lands extend. I have half a mind to retire there one day.=
### tools.lua ###
Nether Axe=
Nether Ingot=
Nether Lump=
Nether Pickaxe=
Nether Shovel=
Nether Sword=

View File

@ -198,7 +198,7 @@ minetest.register_ore({
minetest.register_ore({
ore_type = "scatter",
ore = "nether:lava_crust", -- crusted lava replaces of scattered glowstone in the mantle
ore = "nether:lava_crust", -- crusted lava replaces scattered glowstone in the mantle
wherein = "nether:rack_deep",
clust_scarcity = 16 * 16 * 16,
clust_num_ores = 4,

View File

@ -77,7 +77,8 @@ minetest.register_node("nether:rack", {
-- Deep Netherrack, found in the mantle / central magma layers
minetest.register_node("nether:rack_deep", {
description = S("Deep-Netherrack"),
description = S("Deep Netherrack"),
_doc_items_longdesc = S("Netherrack from deep in the mantle"),
tiles = {"nether_rack_deep.png"},
is_ground_content = true,
groups = {cracky = 3, level = 2},
@ -106,7 +107,7 @@ minetest.register_node("nether:glowstone", {
-- Deep glowstone, found in the mantle / central magma layers
minetest.register_node("nether:glowstone_deep", {
description = S("Deep-Glowstone"),
description = S("Deep Glowstone"),
tiles = {"nether_glowstone_deep.png"},
is_ground_content = true,
light_source = 14,
@ -204,7 +205,8 @@ end
-- obsidian that's available for other mods to use.
-- It cannot be found in the regions of the nether where Nether portals link to, so requires a journey to obtain.
minetest.register_node("nether:basalt", {
description = S("Blue Basalt"),
description = S("Nether Basalt"),
_doc_items_longdesc = S("Columns of dark basalt found only in magma oceans deep within the Nether."),
tiles = {
"nether_basalt.png",
"nether_basalt.png",
@ -225,6 +227,7 @@ minetest.register_node("nether:basalt", {
-- MT 5.0 world-align texture features.
minetest.register_node("nether:basalt_hewn", {
description = S("Hewn Basalt"),
_doc_items_longdesc = S("A rough cut solid block of Nether Basalt."),
tiles = {{
name = "nether_basalt_hewn.png",
align_style = "world",
@ -247,6 +250,7 @@ minetest.register_node("nether:basalt_hewn", {
-- require the MT 5.0 world-align texture features.
minetest.register_node("nether:basalt_chiselled", {
description = S("Chiselled Basalt"),
_doc_items_longdesc = S("A finely finished block of solid Nether Basalt."),
tiles = {
"nether_basalt_chiselled_top.png",
"nether_basalt_chiselled_top.png" .. "^[transformFY",
@ -467,7 +471,9 @@ end
-- lava_crust nodes can only be used in the biomes-based mapgen, since they require
-- the MT 5.0 world-align texture features.
minetest.register_node("nether:lava_crust", {
description = "Lava crust",
description = S("Lava Crust"),
_doc_items_longdesc = S("A thin crust of cooled lava with liquid lava beneath"),
_doc_items_usagehelp = S("Lava crust is strong enough to walk on, but still hot enough to inflict burns."),
tiles = {
{
name="nether_lava_crust_animated.png",
@ -677,7 +683,9 @@ end
minetest.register_node("nether:fumarole", {
description="Fumarolic Chimney",
description=S("Fumarolic Chimney"),
_doc_items_longdesc = S("A vent in the earth emitting steam and gas"),
_doc_items_usagehelp = S("Can be repurposed to provide puffs of smoke in a chimney"),
tiles = {"nether_rack.png"},
on_timer = fumarole_onTimer,
after_place_node = function(pos, placer, itemstack, pointed_thing)
@ -701,7 +709,9 @@ minetest.register_node("nether:fumarole", {
})
minetest.register_node("nether:fumarole_slab", {
description="Fumarolic Chimney Slab",
description=S("Fumarolic Chimney Slab"),
_doc_items_longdesc = S("A vent in the earth emitting steam and gas"),
_doc_items_usagehelp = S("Can be repurposed to provide puffs of smoke in a chimney"),
tiles = {"nether_rack.png"},
is_ground_content = true,
on_timer = fumarole_onTimer,
@ -726,7 +736,7 @@ minetest.register_node("nether:fumarole_slab", {
})
minetest.register_node("nether:fumarole_corner", {
description="Fumarolic Chimney Corner",
description=S("Fumarolic Chimney Corner"),
tiles = {"nether_rack.png"},
is_ground_content = true,
groups = {cracky = 3, level = 2, fumarole=1},