Page 1 of 1

Example for SimpleItemStack wrong

Posted: Sat Apr 30, 2016 7:06 pm
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.

Re: Example for SimpleItemStack wrong

Posted: Sat Apr 30, 2016 7:58 pm
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.

Re: Example for SimpleItemStack wrong

Posted: Sat Apr 30, 2016 8:10 pm
by mknejp
Oh here it is. I was looking for it in the modding subforum, sorry for that.

Re: Example for SimpleItemStack wrong

Posted: Sat Apr 30, 2016 8:13 pm
by Oxyd
That has already been corrected, so this bug has been confirmed incorrectly. Moving to resolved.