Skip to content

Commit

Permalink
should fix arrow exploits
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Mar 26, 2023
1 parent 6130946 commit d79f973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static void populateLootMap() {
addAspectLoot(Aspect.ELDRITCH, new ItemStack(Items.ender_eye, 4), 5);
addAspectLoot(Aspect.ELDRITCH, "bucketEnder");

addAspectLoot(Aspect.TREE, "wood");
// addAspectLoot(Aspect.TREE, "wood");

addAspectLoot(Aspect.TREE, new ItemStack(Blocks.log));

Expand Down

0 comments on commit d79f973

Please sign in to comment.