mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-13 14:00:29 +02:00
isolate primordial item default dependencies to one file, add stub translations
This commit is contained in:
@ -103,7 +103,7 @@ minetest.register_node("df_primordial_items:jungle_mushroom_sapling", {
|
||||
buildable_to = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
sounds = df_primordial_items.sounds.leaves,
|
||||
use_texture_alpha = true,
|
||||
sunlight_propagates = true,
|
||||
|
||||
|
Reference in New Issue
Block a user