Skip to content

Commit

Permalink
Hotfix list update and loottable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Mar 13, 2021
1 parent ac57ddd commit c21761a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public String getDesc()
@Override
public void deserialize(@NotNull final PacketBuffer buf)
{
listsOfItems.clear();
final int size = buf.readInt();

for (int j = 0; j < size; j++)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{
"name": "Soulsand_Iron_Mesh",
"conditions": [
{"condition": "minecraft:entity_properties", "entity": "this", "predicate" : { "equipment": { "mainhand": {"item" : "minecolones:sifter_mesh_iron"} } }}
{"condition": "minecraft:entity_properties", "entity": "this", "predicate" : { "equipment": { "mainhand": {"item" : "minecolonies:sifter_mesh_iron"} } }}
],
"rolls": 1,
"bonus_rolls": 0.025,
Expand Down

0 comments on commit c21761a

Please sign in to comment.