Fix recipe names of bob-resin-wood and bob-resin-oil

This commit is contained in:
Simon Brodtmann 2025-12-10 20:49:01 +01:00
parent 67f6456cd3
commit cb899a4c82

View file

@ -11,6 +11,7 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bob-resin-wood", name = "bob-resin-wood",
localised_name = { "item-name.resin" },
category = "crafting-machine", category = "crafting-machine",
subgroup = "bob-resource-chemical", subgroup = "bob-resource-chemical",
energy_required = 1, energy_required = 1,
@ -23,6 +24,7 @@ data:extend({
{ {
type = "recipe", type = "recipe",
name = "bob-resin-oil", name = "bob-resin-oil",
localised_name = { "item-name.resin" },
category = "chemistry", category = "chemistry",
subgroup = "bob-resource-chemical", subgroup = "bob-resource-chemical",
energy_required = 1, energy_required = 1,