Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Better Spawner/Spawn Info/Item

From Pixelmon Wiki
Revision as of 02:39, 5 June 2018 by Hiroku (talk | contribs) (Created the page, complete)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SpawnInfoItem are SpawnInfo specifically for spawning items. Normally this will simply spawn the item at the spawn location. However, in the case of fishing, the game will attempt to put the item directly into the player's inventory.

These are the properties available when a SpawnInfo has "typeID": "item":

Property label Type of value Description
"item" A JSON item stack. The information about the item itself.
"minQuantity" A positive integer. The smallest amount of the item that might drop. This is overwritten by a specified "quantity" in the JSON item stack.
"maxQuantity" A positive integer. The largest amount of the item that might drop. This is overwritten by a specified "quantity" in the JSON item stack.

© 2012 - 2025 Pixelmon Mod