feat: loot tables (#43)

self-explanatory

Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/43
This commit is contained in:
Fireblade
2026-07-12 02:05:06 +01:00
parent 0449af2be6
commit 54528fac16
146 changed files with 6397 additions and 1277 deletions
@@ -0,0 +1,57 @@
<?xml version='1.0' encoding='UTF-8'?>
<loot_table>
<pools>
<pool>
<rolls>1</rolls>
<entries>
<entry>
<type>item</type>
<name>minecraft:ghast_tear</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>
</function>
</functions>
</entry>
</entries>
</pool>
<pool>
<rolls>1</rolls>
<entries>
<entry>
<type>item</type>
<name>minecraft:gunpowder</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>
</pools>
</loot_table>