forked from cacklingfiend/lignumis
Fix item orders
This commit is contained in:
parent
b656873b4f
commit
673f94e0ab
2 changed files with 3 additions and 2 deletions
|
@ -62,7 +62,7 @@ data:extend({
|
|||
name = "burner-agricultural-tower",
|
||||
icon = "__lignumis__/graphics/icons/burner-agricultural-tower.png",
|
||||
subgroup = "agriculture",
|
||||
order = "a[0-burner-agricultural-tower]",
|
||||
order = "0[burner-agricultural-tower]",
|
||||
inventory_move_sound = item_sounds.mechanical_large_inventory_move,
|
||||
pick_sound = item_sounds.mechanical_large_inventory_pickup,
|
||||
drop_sound = item_sounds.mechanical_large_inventory_move,
|
||||
|
|
|
@ -21,7 +21,8 @@ LumberMill.EntityBuilder:new()
|
|||
|
||||
local lumber_mill_item = LumberMill.ItemBuilder:new()
|
||||
:apply({
|
||||
default_import_location = "lignumis"
|
||||
default_import_location = "lignumis",
|
||||
order = "b0[lumber-mill]"
|
||||
})
|
||||
|
||||
LumberMill.RecipeBuilder:new()
|
||||
|
|
Loading…
Add table
Reference in a new issue