Example for SimpleItemStack wrong

This subforum contains all the issues which we already resolved.
Post Reply
mknejp
Fast Inserter
Fast Inserter
Posts: 154
Joined: Wed Apr 27, 2016 8:29 pm
Contact:

Example for SimpleItemStack wrong

Post by mknejp »

This is not a request, but there doesn't seeem to be a forum for bug reports, so here goes.

The example for SimpleItemStack says:
All of these lines specify an item stack of one iron plate:

Code: Select all

"iron-plate"

Code: Select all

{name="iron-plate"}

Code: Select all

{name="iron-plate", count=1}
Note the first example is just an item string and the description says an item stack of one iron plate. But that seems incorrect. Using just the item string to insert into any container creates a full stack. Tested this with storage chests and the player.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13246
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Example for SimpleItemStack wrong

Post by Rseding91 »

"item-name" is indeed meant to be a full stack so the document would be wrong in that instance. The other two are correct.
If you want to get ahold of me I'm almost always on Discord.

mknejp
Fast Inserter
Fast Inserter
Posts: 154
Joined: Wed Apr 27, 2016 8:29 pm
Contact:

Re: Example for SimpleItemStack wrong

Post by mknejp »

Oh here it is. I was looking for it in the modding subforum, sorry for that.

Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: Example for SimpleItemStack wrong

Post by Oxyd »

That has already been corrected, so this bug has been confirmed incorrectly. Moving to resolved.

Post Reply

Return to “Resolved Problems and Bugs”