Skip to content

Commit

Permalink
Fix #6755: Remove selling certus and fluix for emeralds to prevent lo…
Browse files Browse the repository at this point in the history
…ops (#6783)
  • Loading branch information
Technici4n committed Nov 20, 2022
1 parent ab394a5 commit 197139e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/appeng/init/InitVillager.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ private InitVillager() {
public static void init() {
Registry.register(Registry.VILLAGER_PROFESSION, ID, PROFESSION);

sellItems(1, AEItems.CERTUS_QUARTZ_CRYSTAL, 5, 10, 12);
buyItems(1, AEItems.CERTUS_QUARTZ_CRYSTAL, 3, 4, 10);
buyItems(1, AEItems.METEORITE_COMPASS, 2, 1, 5);

sellItems(2, AEItems.CERTUS_QUARTZ_CRYSTAL_CHARGED, 3, 10, 15);
sellItems(2, AEItems.SILICON, 5, 8, 13);
buyItems(2, AEBlocks.SKY_STONE_BLOCK, 5, 8, 20);

sellItems(3, AEItems.FLUIX_CRYSTAL, 3, 6, 20);
sellItems(3, AEBlocks.QUARTZ_GLASS, 2, 10, 10);
buyItems(3, AEItems.FLUIX_CRYSTAL, 5, 4, 14);

Expand Down

0 comments on commit 197139e

Please sign in to comment.