bypass dependency indirection for df_farming.

This commit is contained in:
FaceDeer
2022-08-07 21:30:13 -06:00
parent 67bde482e1
commit 40b8468b88
10 changed files with 39 additions and 64 deletions

View File

@ -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,