Skip to content

Commit

Permalink
Merge pull request #29 from GTNewHorizons/fixarrowexploit
Browse files Browse the repository at this point in the history
should fix arrow exploits for gt materials
  • Loading branch information
Connor-Colenso authored Mar 26, 2023
2 parents 6130946 + d79f973 commit 2e90624
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 2e90624

Please sign in to comment.