mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-12-26 02:40:36 +01:00
fix some typos
This commit is contained in:
parent
57792c07f8
commit
9cc10c52e0
@ -20,7 +20,7 @@ df_underworld_items.LIGHT_MAX = df_dependencies.LIGHT_MAX
|
|||||||
-- This stuff should only be used during initialization
|
-- This stuff should only be used during initialization
|
||||||
minetest.after(0, function()
|
minetest.after(0, function()
|
||||||
df_underworld_items.abm_neighbors = nil
|
df_underworld_items.abm_neighbors = nil
|
||||||
df_underworld.sounds = nil
|
df_underworld_items.sounds = nil
|
||||||
df_underworld.nodes = nil
|
df_underworld_items.nodes = nil
|
||||||
df_underworld.LIGHT_MAX = nil
|
df_underworld_items.LIGHT_MAX = nil
|
||||||
end)
|
end)
|
@ -82,7 +82,7 @@ minetest.register_node("df_underworld_items:slade_sand", {
|
|||||||
tiles = {"dfcaverns_slade_sand.png"},
|
tiles = {"dfcaverns_slade_sand.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {crumbly = 3, level = 2, falling_node = 1, slade=1, pit_plasma_resistant=1, mese_radiation_shield=1},
|
groups = {crumbly = 3, level = 2, falling_node = 1, slade=1, pit_plasma_resistant=1, mese_radiation_shield=1},
|
||||||
sounds = df_dependencies.sound_gravel,
|
sounds = df_underworld_items.sounds.slade_gravel,
|
||||||
})
|
})
|
||||||
|
|
||||||
local slade_block_def = {
|
local slade_block_def = {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name = ice_sprites
|
name = ice_sprites
|
||||||
description = Glowing blue firefly-like nodes
|
description = Glowing blue firefly-like nodes
|
||||||
depends =
|
depends =
|
||||||
optional_depends = fireflies, vessels, doc
|
optional_depends = df_dependencies, doc
|
Loading…
Reference in New Issue
Block a user