Fast and furious, sir! Fast an furious. That solved my problem. [sarcasm] But it's too easy for me. I will go now, trying to overcomplicate whole thing, and then i will return! [/sarcasm]
Thank you very much, really.
Search found 2 matches
- Tue Aug 16, 2016 10:00 am
- Forum: Modding help
- Topic: Load order mess stack sizes
- Replies: 2
- Views: 754
- Tue Aug 16, 2016 9:39 am
- Forum: Modding help
- Topic: Load order mess stack sizes
- Replies: 2
- Views: 754
Load order mess stack sizes
I'm trying to create a recipe, which using current stack size of an item.
local StackSize = data.raw.item[Material].stack_size
data:extend(
{
{
type = "recipe",
......
result = Material,
result_count = StackSize,
},
}
)
The problem: my mod getting wrong stack sizes .
There are currently ...
local StackSize = data.raw.item[Material].stack_size
data:extend(
{
{
type = "recipe",
......
result = Material,
result_count = StackSize,
},
}
)
The problem: my mod getting wrong stack sizes .
There are currently ...