https://github.com/inxomnyaa/mobloot
Implements vanilla loot tables via virion. If wanted, it can fully replace PM loot. Needs addons to work
https://github.com/inxomnyaa/mobloot
addons behaviour loot-tables mcbe mcpe mob-loot pmmp pmmp-virion
Last synced: about 1 month ago
JSON representation
Implements vanilla loot tables via virion. If wanted, it can fully replace PM loot. Needs addons to work
- Host: GitHub
- URL: https://github.com/inxomnyaa/mobloot
- Owner: inxomnyaa
- Created: 2020-02-09T12:13:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T13:03:03.000Z (about 5 years ago)
- Last Synced: 2025-02-28T10:36:37.322Z (about 2 months ago)
- Topics: addons, behaviour, loot-tables, mcbe, mcpe, mob-loot, pmmp, pmmp-virion
- Language: PHP
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mobloot
Implements vanilla loot tables via virion. If wanted, it can fully replace PM loot. Needs addons to work
## Usage
- You need to have a vanilla.zip behaviour pack installed in your server (does not need to force resources). You can get it by extracting your game files. It is also possible to make a custom pack that only includes the loot tables to safe on file size.
- `xenialdan\mobloot\API::init()` must be called in the plugin to properly make this work
- If you want PocketMine's loot to be replaced with vanilla loot, you must use `xenialdan\mobloot\listener::register(Plugin $plugin)`
## Information
- Notice: i am doing this project in my spare time. I can not completely keep up with the changes Mojang introduces to loot tables, this is why some functionality is missing.
- PocketMine does not yet have every single API method to reproduce every behaviour (enchanting, crafting modifiers, entity methods), so those are likely missing from the virion