forked from Codisimus/PhatLoots
-
Notifications
You must be signed in to change notification settings - Fork 17
Block Loot
Redned edited this page Nov 2, 2019
·
2 revisions
Block loots allow you to configure the drops of blocks by using loot tables in PhatLoots.
## This setting configures if block loots should be overriden by loot tables with the name of blocks
## Block loots are the items/blocks a block will drop when broken
ReplaceBlockLoot: true
## If enchants like fortune should increase the chance of rare items in a loot table when mined
BlockLootEnchantBonus: false
Make sure that ReplaceBlockLoot
is set to true
in your config.yml so this option will work. If this is not in your configuration file, just add it at the bottom and it should work properly. Afterward, create a loot table with the namespace (normally minecraft
), and the name of the block, separated by a dash '-'. Example: minecraft-stone
.
Add blocks and items to this loot table and upon breaking blocks of this type, the items/blocks put inside of the loot table should drop.
- Creating Loot Tables
- Editing Loot Tables
- Using the PhatLoots GUI
- Setting Up Mob Loot
- Setting Up Block Loot
- Utilizing Loot Bags
- PhatLoots API
- Loot Options
- Condition List
- YouTube Tutorials