1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-30 05:40:24 +02:00

PB&J Pup.

Replace possibly trademarked artwork with royalty free and
OK for commercial use artwork.

The Pup appears by default but does not alias the Nyan Cat nodes
away. For that you will have to enable the setting. A settingtypes.txt
is provided to make that really easy. This allows people to get
an out-of-tree mod and not have their Nyan nodes disappear.

The mod can also be disabled entirely this way for those who don't
want it.

There's some eatser eggs in here as well. Instead of making the
nodes burnable, they are edible, and make you bark and howl. And
perhaps something else too.
This commit is contained in:
Auke Kok
2017-03-21 22:34:42 -07:00
committed by paramat
parent 91182d6a9e
commit 9b45e7b3e9
19 changed files with 172 additions and 155 deletions

View File

@ -43,3 +43,13 @@ 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