Files
LegacyRenouveau/Minecraft.Client/Common/Media/MediaWindows64/Structures/loot_tables/entities/stray.xml
T

94 lines
2.3 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<loot_table>
<pools>
<pool>
<rolls>1</rolls>
<entries>
<entry>
<type>item</type>
<name>minecraft:arrow</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>
<rolls>1</rolls>
<entries>
<entry>
<type>item</type>
<name>minecraft:bone</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>
<rolls>1</rolls>
<entries>
<entry>
<type>item</type>
<name>minecraft:tipped_arrow</name>
<weight>1</weight>
<functions>
<function>
<function>set_count</function>
<count>
<min>0</min>
<max>1</max>
</count>
</function>
<function>
<function>looting_enchant</function>
<count>
<min>0</min>
<max>1</max>
</count>
<limit>1</limit>
</function>
<function>
<function>set_nbt</function>
<tag>{Potion:"slowness"}</tag>
</function>
</functions>
</entry>
</entries>
<conditions>
<condition>
<condition>killed_by_player</condition>
</condition>
</conditions>
</pool>
</pools>
</loot_table>