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",
|
type = "recipe",
|
||||||
name = transportBeltName,
|
name = transportBeltName,
|
||||||
|
category = "crafting",
|
||||||
|
additional_categories = { "wood-processing" },
|
||||||
enabled = false,
|
enabled = false,
|
||||||
energy_required = 0.5,
|
energy_required = 0.5,
|
||||||
results = { { type = "item", name = transportBeltName, amount = 2 } },
|
results = { { type = "item", name = transportBeltName, amount = 2 } },
|
||||||
|
|
@ -431,8 +433,6 @@ data:extend({
|
||||||
{
|
{
|
||||||
type = "technology",
|
type = "technology",
|
||||||
name = name .. "-logistics",
|
name = name .. "-logistics",
|
||||||
category = "crafting",
|
|
||||||
additional_categories = { "wood-processing" },
|
|
||||||
icon = Lignumis.graphics .. "technology/wood-logistics.png",
|
icon = Lignumis.graphics .. "technology/wood-logistics.png",
|
||||||
icon_size = 256,
|
icon_size = 256,
|
||||||
effects = {
|
effects = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue