Vore mod for Minecraft
Find a file
2022-05-23 13:46:28 -04:00
docs created test doc html 2021-10-21 10:16:42 -04:00
elements updated for MC 1.18.2. probably adds some new features but i forget at this point. i think one chance is that now when you are eaten by a mob, if they move, when you exit them, you go to their current location instead of where you were when first eaten but that is kind of useless because once you are eaten, the chunks are unloaded so they never move. they can only move if another player keeps the area loaded but this mod doesnt work in multiplayer unless you have a supercomputer so whats the point? 2022-05-23 13:46:28 -04:00
gradle/wrapper updated for MC 1.18.2. probably adds some new features but i forget at this point. i think one chance is that now when you are eaten by a mob, if they move, when you exit them, you go to their current location instead of where you were when first eaten but that is kind of useless because once you are eaten, the chunks are unloaded so they never move. they can only move if another player keeps the area loaded but this mod doesnt work in multiplayer unless you have a supercomputer so whats the point? 2022-05-23 13:46:28 -04:00
models First commit. 2021-10-09 00:08:23 -04:00
src/main updated for MC 1.18.2. probably adds some new features but i forget at this point. i think one chance is that now when you are eaten by a mob, if they move, when you exit them, you go to their current location instead of where you were when first eaten but that is kind of useless because once you are eaten, the chunks are unloaded so they never move. they can only move if another player keeps the area loaded but this mod doesnt work in multiplayer unless you have a supercomputer so whats the point? 2022-05-23 13:46:28 -04:00
structures First commit. 2021-10-09 00:08:23 -04:00
.classpath updated for MC 1.18.2. probably adds some new features but i forget at this point. i think one chance is that now when you are eaten by a mob, if they move, when you exit them, you go to their current location instead of where you were when first eaten but that is kind of useless because once you are eaten, the chunks are unloaded so they never move. they can only move if another player keeps the area loaded but this mod doesnt work in multiplayer unless you have a supercomputer so whats the point? 2022-05-23 13:46:28 -04:00
.gitignore First commit. 2021-10-09 00:08:23 -04:00
.project First commit. 2021-10-09 00:08:23 -04:00
build.gradle updated for MC 1.18.2. probably adds some new features but i forget at this point. i think one chance is that now when you are eaten by a mob, if they move, when you exit them, you go to their current location instead of where you were when first eaten but that is kind of useless because once you are eaten, the chunks are unloaded so they never move. they can only move if another player keeps the area loaded but this mod doesnt work in multiplayer unless you have a supercomputer so whats the point? 2022-05-23 13:46:28 -04:00
COPYING First commit. 2021-10-09 00:08:23 -04:00
gradlew First commit. 2021-10-09 00:08:23 -04:00
gradlew.bat First commit. 2021-10-09 00:08:23 -04:00
mcreator.gradle First commit. 2021-10-09 00:08:23 -04:00
README.md First commit. 2021-10-09 00:08:23 -04:00
vore_mod.mcreator updated for MC 1.18.2. probably adds some new features but i forget at this point. i think one chance is that now when you are eaten by a mob, if they move, when you exit them, you go to their current location instead of where you were when first eaten but that is kind of useless because once you are eaten, the chunks are unloaded so they never move. they can only move if another player keeps the area loaded but this mod doesnt work in multiplayer unless you have a supercomputer so whats the point? 2022-05-23 13:46:28 -04:00

Vore Mod for Minecraft

This is my Vore Mod for Minecraft. This mod adds items to the game that can be used for making vore creations. Such things are blocks like flesh and tongue and bodily fluids like stomach acid and blood. And a separate dimension for building the insides.

This mod also adds the Shrink Gun. An item that players can use to make other players or mobs eat them.

Currently, I consider this mod a prototype. It is functional. There are more features that I want to add. But the core features have been added. They are as follows:

  • Adds blocks and fluids for building stomachs.
  • The shrink gun that can be used to make mobs eat the player.
  • When a player is eaten, they are teleported to a seperate dimension where a stomach is created for that mob.
  • Each mob can have their own stomach.
  • The player can exit the stomach by leaving the same way that anything else exits the digestive system.
  • The stomach acid is a hazard that can hurt the player.
  • When any animal dies, there is a chance it will drop a piece of flesh.
  • 4 pieces of flesh can be crafted into a flesh block.

There are some things in the mob's NBT data that can tweak how/if they will eat players. I plan on making videos and guides related to that. In the meantime this is the mod prototype.

Installation

To install this mod, download the release from here or itch.io and put the jar file in the .minecraft/mods folder.

This mod requires Forge. Installation instructions for Forge can be found online.

Modification

This mod was created using MCreator. MCreator is a tool that enables people to easily create Forge mods for Minecraft. This mod can be modified using MCreator (or one of its forks) or by editing the source code directly. To modify this mod with MCreator, either clone this repo or download the "MCreator Workspace.zip" file from the GitHub releases or itch.io and import it using the "Import from file..." button in MCreator.

This mod may be redistributed and modified under the terms of the GNU General Public License Version 3.