The generations are controlled with query parameters, those things after the `?` in a URL **Mass ge

The generations are controlled with query parameters, those things after the ? in a URL

Mass generation
  • To generate the following type for all elements, add the following query parameter (separate with &)
    • creepers: generateCreepers
    • bombs: generateBombs
  • To generate the following type for all elements that can move, add the following query parameter (separate with &)
    • fairies: generateFairies
    • rain clouds: generateClouds
    • spouts: generateSpouts
Chained fairies
  • To generate sequential fairies, set the following parameter to a number between 1 and 10,000
    • fairyAmount (example: ?fairyAmount=50)
    • Sequential fairies here meaning n-fairies that create n-1-fairies, e.g. 3-fairies that make 2-fairies that make fairies
Guide-to-URL-Parameters-2.png
Was this page helpful?