lumber
This commit is contained in:
parent
48f8d8bcb4
commit
6a4f669f59
1 changed files with 36 additions and 31 deletions
|
|
@ -1,5 +1,7 @@
|
|||
local item_sounds = require("__base__.prototypes.item_sounds")
|
||||
local Recipe = require("__cf-lib__/data/Recipe")
|
||||
|
||||
if not mods["wood-logistics"] then
|
||||
data:extend({
|
||||
{
|
||||
type = "item",
|
||||
|
|
@ -32,3 +34,6 @@ data:extend({
|
|||
energy_required = 1
|
||||
}
|
||||
})
|
||||
else
|
||||
Recipe:new("lumber"):addCategory("wood-processing")
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue