forked from cacklingfiend/lignumis
Set default import locations for repair packs
This commit is contained in:
parent
ecd1fbe5df
commit
955c5f4f93
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
local item_sounds = require("__base__.prototypes.item_sounds")
|
local item_sounds = require("__base__.prototypes.item_sounds")
|
||||||
local item_tints = require("__base__.prototypes.item-tints")
|
local item_tints = require("__base__.prototypes.item-tints")
|
||||||
|
|
||||||
|
local vanilla_repair_pack = data.raw["repair-tool"]["repair-pack"]
|
||||||
|
vanilla_repair_pack.default_import_location = vanilla_repair_pack.default_import_location or "nauvis"
|
||||||
|
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
type = "repair-tool",
|
type = "repair-tool",
|
||||||
|
@ -14,7 +17,8 @@ data:extend({
|
||||||
speed = 1,
|
speed = 1,
|
||||||
durability = 150,
|
durability = 150,
|
||||||
stack_size = 100,
|
stack_size = 100,
|
||||||
random_tint_color = item_tints.iron_rust
|
random_tint_color = item_tints.iron_rust,
|
||||||
|
default_import_location = "lignumis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
|
|
Loading…
Add table
Reference in a new issue