Version: 1.4
Code: LGPL 2.1
Assets: CC BY-SA 3.0
MT Version: 5.3.0+
Dependencies: radiant_damage
In this mod:
- Defecate on the ground, on-demand.
- Lump your turds into piles of feces.
- Edible turds for desperate times.
- Eat food to brew a big one.
- Suffocating effect for Pile of Feces.
- Consume Laxative irresponsibly.
You've had that beautiful, porcelain throne in your house for ages and nothing to plunk into it... until now! Perhaps you always wanted to drop a load down your neighbor's chimney? Or build a spite house?
Source Code
Download
Extract the file into your ~/minetest/mods directory and rename it "pooper".
Changelist
Spoiler
- Corrected laxative and raw agent to match new vessels glass bottle
- Updated away from deprecated getpos() API function
- Changed from depends.txt to mod.conf
- Migrated feces area of effect to radiant_damage lib
1.3
- Added Raw Digestive Agent as a benign food and recipe item.
- Added Laxative. Try not to make a mess!
- Added craft recipes for Digestive Agent and Laxative, updated Readme.
1.2
- Added check to ensure mod folder name "pooper" is used.
- Simplified on_item_eat digestion code.
- Increased default setting for minimum time between defecation by 200%.
- Forced setting of random bowel level on player join to scale with configurable minimum time between poop parameter.
1.1
- Added gut gurgling sound effect to notify players of readiness to defecate.
- Changed manual defecate key to "Use" (E key by default).
- Switched to GitLab for project hosting and mod download.
- Players no longer join with empty digestive system.
1.0
- Release! Removed all references to "WIP".
- Death and respawn now resets player's bodily cycle.
- Decreased slightly how filling food is.
0.9
- Saplings can now grow on Pile of Feces nodes.
- Greatly increased time between defecation to three per in-game day on average.
- Finalized Feces texture, added deeper bumpmapping effect.
- Added screenshot.png for mods tab preview.
0.8
- Pile of Feces suffocation effect now leaves players alive with one heart for balance.
- Removed suffocation damage player protection debug message.
- Cleaned up server warning messages, localized variables and some optimizations.
- Increased variance between player bowel movements (true random).
0.7
- Added delay to eating food's effect on bowel filling for simulated digestion time.
- Changed mod name to "pooper" mod to distinguish from other projects.
- Added bump mapping effect to Feces and Pile of Feces textures.
- Rebalanced bowel cycle and Pile of Feces' suffocation effect damage value.
0.6
- Fixed bug where one player eating would fill all player's bowels.
- Fully isolated player defecation cycles (multiplayer is no longer experimental).
- Fixed bug in which manually defecating would trigger a bowel level check for all players.
- Added rudimentary area-of-denial suffocation effect to Pile of Feces node.
0.5
- Fixed multiplayer issue where manual defecate would cause all players to poop at once.
- Added unique bowel cycle for each individual player. No more sync'd pooping!
- New feature - eating food items will accelerate time until next excrement.
- Adjusted Pile of Feces texture edges so that they now align.
0.4
- Recipe for Pile of Feces now resembles the shape of a pile (.:.).
- Fixed Feces not healing hearts on being eaten.
- Pile of Feces is now a falling node, as clumped turd would have little rigidity.
- Added default dirt sounds to Pile of Feces.
0.3
- Limited the distance that pooping sound may travel.
- Experimental support for multiplayer, removed legacy minetest.env calls.
- Removed <suffocation placeholder> debug message.
- Added more sound variety.
0.2
- Changed manual defecation from "/dump" command to sneak key. Satisfying!
- Added cooldown time between manual defecations with player notification.
- Revised textures for Feces item and Pile of Feces node.
- Added readme.txt with descriptions of item and node features.
0.1
- Pile of Feces now drops four Feces on destruction.
- New feature /dump to poop on-command.
- Increased minimum time between bowel movements.
- Removed <defecation placeholder> debug message.
0.0
- Player poops on a predefined cadence.
- Craft turds into Pile of Feces node.
- Feces are edible.
- Defecation sound to accompany pooping action.