self-explanatory Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/43
62 lines
1.5 KiB
XML
62 lines
1.5 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<loot_table>
|
|
<pools>
|
|
<pool>
|
|
<rolls>1</rolls>
|
|
<entries>
|
|
<entry>
|
|
<type>item</type>
|
|
<name>minecraft:rotten_flesh</name>
|
|
<weight>1</weight>
|
|
<functions>
|
|
<function>
|
|
<function>set_count</function>
|
|
<count>
|
|
<min>0</min>
|
|
<max>2</max>
|
|
</count>
|
|
</function>
|
|
<function>
|
|
<function>looting_enchant</function>
|
|
<count>
|
|
<min>0</min>
|
|
<max>1</max>
|
|
</count>
|
|
</function>
|
|
</functions>
|
|
</entry>
|
|
</entries>
|
|
</pool>
|
|
<pool>
|
|
<conditions>
|
|
<condition>
|
|
<condition>killed_by_player</condition>
|
|
</condition>
|
|
<condition>
|
|
<condition>random_chance_with_looting</condition>
|
|
<chance>0.025</chance>
|
|
<looting_multiplier>0.01</looting_multiplier>
|
|
</condition>
|
|
</conditions>
|
|
<rolls>1</rolls>
|
|
<entries>
|
|
<entry>
|
|
<type>item</type>
|
|
<name>minecraft:iron_ingot</name>
|
|
<weight>1</weight>
|
|
</entry>
|
|
<entry>
|
|
<type>item</type>
|
|
<name>minecraft:carrot</name>
|
|
<weight>1</weight>
|
|
</entry>
|
|
<entry>
|
|
<type>item</type>
|
|
<name>minecraft:potato</name>
|
|
<weight>1</weight>
|
|
</entry>
|
|
</entries>
|
|
</pool>
|
|
</pools>
|
|
</loot_table>
|