Corrections mineures
This commit is contained in:
parent
e5bc2a979b
commit
b22d8707b5
2
hell.lua
2
hell.lua
@ -64,7 +64,7 @@ local HELL_BOTTOM = (hell_middle - HELL_HEIGHT)
|
|||||||
hell.buildings = HELL_BOTTOM+12
|
hell.buildings = HELL_BOTTOM+12
|
||||||
|
|
||||||
-- Maximum amount of randomness in the map generation
|
-- 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)
|
-- Frequency of Glowstone on the "roof" of the Hell (higher is less frequent)
|
||||||
local GLOWSTONE_FREQ_ROOF = 500
|
local GLOWSTONE_FREQ_ROOF = 500
|
||||||
|
@ -109,7 +109,7 @@ minetest.register_node("hell:hellrack_soil", {
|
|||||||
return digging_allowed(player, 2)
|
return digging_allowed(player, 2)
|
||||||
end,
|
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", {
|
minetest.register_node("hell:hellrack_black", {
|
||||||
description = "Black Hellrack",
|
description = "Black Hellrack",
|
||||||
|
Loading…
Reference in New Issue
Block a user