Skip to content
Redned edited this page Nov 2, 2019 · 2 revisions

Block Loot

Block loots allow you to configure the drops of blocks by using loot tables in PhatLoots.

Configuration

## 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.

Execution

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.

Getting Started

Loot Tables

Useful Links

  • Loot Options
  • Condition List
  • YouTube Tutorials
Clone this wiki locally