Navigation Menu

Skip to content

Commit

Permalink
PB&J Pup: Remove mod
Browse files Browse the repository at this point in the history
Also delete nyancat API documentation from game_api.txt.
  • Loading branch information
paramat committed Apr 12, 2017
1 parent e2b3ab7 commit d68d2c0
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 185 deletions.
12 changes: 0 additions & 12 deletions game_api.txt
Expand Up @@ -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
----------
Expand Down
1 change: 0 additions & 1 deletion mods/pbj_pup/depends.txt

This file was deleted.

136 changes: 0 additions & 136 deletions mods/pbj_pup/init.lua

This file was deleted.

26 changes: 0 additions & 26 deletions mods/pbj_pup/license.md

This file was deleted.

Binary file removed mods/pbj_pup/sounds/pbj_pup_barks.ogg
Binary file not shown.
Binary file removed mods/pbj_pup/sounds/pbj_pup_howl.ogg
Binary file not shown.
Binary file removed mods/pbj_pup/textures/pbj_pup_back.png
Binary file not shown.
Binary file removed mods/pbj_pup/textures/pbj_pup_candies.png
Binary file not shown.
Binary file removed mods/pbj_pup/textures/pbj_pup_candies_animated.png
Binary file not shown.
Binary file removed mods/pbj_pup/textures/pbj_pup_front.png
Binary file not shown.
Binary file removed mods/pbj_pup/textures/pbj_pup_jelly.png
Binary file not shown.
Binary file removed mods/pbj_pup/textures/pbj_pup_sides.png
Binary file not shown.
10 changes: 0 additions & 10 deletions settingtypes.txt
Expand Up @@ -43,13 +43,3 @@ share_bones_time (Bone share time) int 1200 0

# Replaces old stairs with new ones. Only required for older worlds.
enable_stairs_replace_abm (Replace old stairs) bool false

# Enable the PB&J Pup mod entirely
pbj_pup_enable (Enable PB&J pup mod) bool true

# Generate PB&J Pup blocks in the world
pbj_pup_generate (Generate PBJ Pup blocks in world) bool true

# Let the PB&J Pup mod replace Nyan Cat nodes
pbj_pup_alias_nyancat (Replace Nyan Cat blocks) bool false

0 comments on commit d68d2c0

Please sign in to comment.