Skip to content

Commit

Permalink
group fixes suggested on the forum
Browse files Browse the repository at this point in the history
  • Loading branch information
FaceDeer committed Sep 10, 2022
1 parent efeae89 commit 5ea9ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion df_farming/sweet_pod.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ minetest.register_craftitem("df_farming:sugar", {
_doc_items_longdesc = df_farming.doc.sweet_pod_sugar_desc,
_doc_items_usagehelp = df_farming.doc.sweet_pod_sugar_usage,
inventory_image = "dfcaverns_sugar.png",
groups = {dfcaverns_cookable = 1, sugar = 1},
groups = {dfcaverns_cookable = 1, sugar = 1, food_sugar = 1},
})

local recipe_registered = false
Expand Down
2 changes: 1 addition & 1 deletion df_underworld_items/slade_drill.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ local slade_drill_def = {
light_source = minetest.LIGHT_MAX,
description = S("Slade Drill"),
inventory_image = "dfcaverns_slade_drill.png",
groups = {cracky=3, stone=1, slade=1, pit_plasma_resistant=1, mese_radiation_shield=1,creative_breakable=1, material_stone=1},
groups = {cracky=3, slade=1, pit_plasma_resistant=1, mese_radiation_shield=1,creative_breakable=1, material_stone=1},
sounds = df_dependencies.sound_stone({ footstep = { name = "bedrock2_step", gain = 1 } }),
_mcl_blast_resistance = 8,
_mcl_hardness = 5,
Expand Down

0 comments on commit 5ea9ee9

Please sign in to comment.