Corrections mineures

This commit is contained in:
Sys Quatre 2020-03-14 23:40:01 +01:00
parent e5bc2a979b
commit b22d8707b5
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ local HELL_BOTTOM = (hell_middle - HELL_HEIGHT)
hell.buildings = HELL_BOTTOM+12
-- Maximum amount of randomness in the map generation
HELL_RANDOM = 2
local HELL_RANDOM = 2
-- Frequency of Glowstone on the "roof" of the Hell (higher is less frequent)
local GLOWSTONE_FREQ_ROOF = 500

View File

@ -109,7 +109,7 @@ minetest.register_node("hell:hellrack_soil", {
return digging_allowed(player, 2)
end,
})
minetest.register_alias("nether::netherrack_soil", "hell:hellrack_soil")
minetest.register_alias("nether:netherrack_soil", "hell:hellrack_soil")
minetest.register_node("hell:hellrack_black", {
description = "Black Hellrack",