self-explanatory Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/43
44 lines
1.1 KiB
XML
44 lines
1.1 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<loot_table>
|
|
<pools>
|
|
<pool>
|
|
<rolls>1</rolls>
|
|
<entries>
|
|
<entry>
|
|
<type>item</type>
|
|
<name>minecraft:porkchop</name>
|
|
<weight>1</weight>
|
|
<functions>
|
|
<function>
|
|
<function>set_count</function>
|
|
<count>
|
|
<min>1</min>
|
|
<max>3</max>
|
|
</count>
|
|
</function>
|
|
<function>
|
|
<function>furnace_smelt</function>
|
|
<conditions>
|
|
<condition>
|
|
<condition>entity_properties</condition>
|
|
<entity>this</entity>
|
|
<properties>
|
|
<on_fire>True</on_fire>
|
|
</properties>
|
|
</condition>
|
|
</conditions>
|
|
</function>
|
|
<function>
|
|
<function>looting_enchant</function>
|
|
<count>
|
|
<min>0</min>
|
|
<max>1</max>
|
|
</count>
|
|
</function>
|
|
</functions>
|
|
</entry>
|
|
</entries>
|
|
</pool>
|
|
</pools>
|
|
</loot_table>
|