PB&J Pup: Remove mod
Also delete nyancat API documentation from game_api.txt.
This commit is contained in:
parent
e2b3ab768a
commit
d68d2c08ef
13 changed files with 0 additions and 185 deletions
12
game_api.txt
12
game_api.txt
|
@ -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
|
||||
----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue