mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-03 00:40:37 +02:00
move farming dependencies into one file, add stub translations
This commit is contained in:
@ -103,7 +103,7 @@ minetest.register_node("df_farming:plump_helmet_1", {
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
@ -142,7 +142,7 @@ minetest.register_node("df_farming:plump_helmet_2", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
@ -180,7 +180,7 @@ minetest.register_node("df_farming:plump_helmet_3", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
@ -216,7 +216,7 @@ minetest.register_node("df_farming:plump_helmet_4", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
@ -271,7 +271,7 @@ minetest.register_node("df_farming:plump_helmet_4_picked", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
|
Reference in New Issue
Block a user