Fix recipe category of the wood belt
This commit is contained in:
parent
a0a89a84ae
commit
f99bff8459
1 changed files with 2 additions and 2 deletions
|
|
@ -392,6 +392,8 @@ data:extend({
|
|||
{
|
||||
type = "recipe",
|
||||
name = transportBeltName,
|
||||
category = "crafting",
|
||||
additional_categories = { "wood-processing" },
|
||||
enabled = false,
|
||||
energy_required = 0.5,
|
||||
results = { { type = "item", name = transportBeltName, amount = 2 } },
|
||||
|
|
@ -431,8 +433,6 @@ data:extend({
|
|||
{
|
||||
type = "technology",
|
||||
name = name .. "-logistics",
|
||||
category = "crafting",
|
||||
additional_categories = { "wood-processing" },
|
||||
icon = Lignumis.graphics .. "technology/wood-logistics.png",
|
||||
icon_size = 256,
|
||||
effects = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue