mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-03 08:50:39 +02:00
bypass dependency indirection for df_farming.
This commit is contained in:
@ -114,7 +114,7 @@ minetest.register_node("df_farming:plump_helmet_1", {
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sounds = df_dependencies.sound_leaves(),
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
@ -156,7 +156,7 @@ minetest.register_node("df_farming:plump_helmet_2", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sounds = df_dependencies.sound_leaves(),
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
@ -198,7 +198,7 @@ minetest.register_node("df_farming:plump_helmet_3", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sounds = df_dependencies.sound_leaves(),
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
@ -238,7 +238,7 @@ minetest.register_node("df_farming:plump_helmet_4", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sounds = df_dependencies.sound_leaves(),
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
@ -297,7 +297,7 @@ minetest.register_node("df_farming:plump_helmet_4_picked", {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sounds = df_farming.sounds.leaves,
|
||||
sounds = df_dependencies.sound_leaves(),
|
||||
sound = {eat = {name = "df_farming_gummy_chew", gain = 1.0}},
|
||||
walkable = false,
|
||||
is_ground_content = false,
|
||||
|
Reference in New Issue
Block a user