RoseLoot

MC Plugin RoseLoot 1.2.0
A custom loot plugin for mobs, blocks, fishing, chests, piglin bartering, and more!

=== v1.2.0 ===
+ Added advanced condition parsing with `!`, `&&`, `||`, and `()` support
+ Added `ARCHAEOLOGY` loot table support for brushing suspicious sand and gravel
+ Added the ability to set custom piglin barter items
* Optimized listeners by only activating ones that we are actively using
* Fixed the decorated_pot vanilla example file
* Fixed warning messages about missing vanilla loot table properties on first startup on 1.20+
* Deprecated the `dropped-item` condition, use `input-item` instead
=== v1.1.16 ===
+ Added rosestacker-primary-entity condition and a stack size placeholder
+ Added placeholder number providers
+ Added container_contents loot item to drop a container's contents (such as chest items)
* Loot tables from minecart chests are now run for the CONTAINER type
* Loot tables now run from the top to the bottom of the file instead of randomly per section
* The overwrite-existing section now allows multiple values
=== v1.1.15 ===
+ Added entity condition for camels
* Fixed the rosestacker-stacked-entity condition being true for stack sizes of 1
* Hooks are now only loaded when they're used
- Removed 'ecoitems' custom_item type, use 'eco' instead
=== v1.1.10 ===
+ Added luck-chance condition
+ Added MMOCore profession experience loot item
* Performance improvement when used with RoseStacker
* The PostLootGenerateEvent is now disabled by default and can be enabled in the config.yml
Fixed issue with RoseGarden now being relocated.
=== v1.1.9 ===
+ Added the ability to drop items from CustomCrafting
=== v1.1.6 ===
+ Added a cooldown condition to drop certain loot only once per interval
* Fixed loot table conditions being checked twice, causing potential issues with some conditions
* Easier to understand error messages are now printed to console when a condition fails to parse due to user error
Top Bottom