forked from cacklingfiend/lignumis
Fix order of lumber mill
This commit is contained in:
parent
4699ce9689
commit
74e9913ae6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ LumberMill.EntityBuilder:new()
|
||||||
local lumber_mill_item = LumberMill.ItemBuilder:new()
|
local lumber_mill_item = LumberMill.ItemBuilder:new()
|
||||||
:apply({
|
:apply({
|
||||||
default_import_location = "lignumis",
|
default_import_location = "lignumis",
|
||||||
order = "b0[lumber-mill]"
|
order = "2[lumber-mill]"
|
||||||
})
|
})
|
||||||
|
|
||||||
LumberMill.RecipeBuilder:new()
|
LumberMill.RecipeBuilder:new()
|
||||||
|
|
Loading…
Add table
Reference in a new issue