PB&J Pup: Remove mod

Also delete nyancat API documentation from game_api.txt.
This commit is contained in:
paramat 2017-04-11 02:45:34 +01:00
parent e2b3ab768a
commit d68d2c08ef
13 changed files with 0 additions and 185 deletions

View file

@ -282,18 +282,6 @@ Give Initial Stuff API
^ str is a comma separated list of initial stuff
^ Adds items to the list of items to be given
Nyancat API
-----------
`nyancat.place(pos, facedir, length)`
^ Place a cat at `pos` facing `facedir` with tail length `length`
Only accepts facedir 0-3, if facedir > 3 then it will be interpreted as facedir = 0
`nyancat.generate(minp, maxp, seed)`
^ Called by `minetest.register_on_generated`. To disable nyancat generation,
you can redefine nyancat.generate() to be an empty function
TNT API
----------