Fix recipe names of bob-resin-wood and bob-resin-oil
This commit is contained in:
parent
67f6456cd3
commit
cb899a4c82
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ data:extend({
|
|||
{
|
||||
type = "recipe",
|
||||
name = "bob-resin-wood",
|
||||
localised_name = { "item-name.resin" },
|
||||
category = "crafting-machine",
|
||||
subgroup = "bob-resource-chemical",
|
||||
energy_required = 1,
|
||||
|
|
@ -23,6 +24,7 @@ data:extend({
|
|||
{
|
||||
type = "recipe",
|
||||
name = "bob-resin-oil",
|
||||
localised_name = { "item-name.resin" },
|
||||
category = "chemistry",
|
||||
subgroup = "bob-resource-chemical",
|
||||
energy_required = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue