Skip to content

Commit

Permalink
Tweaked Climatologist texture and trades
Browse files Browse the repository at this point in the history
  • Loading branch information
Forstride committed Feb 12, 2024
1 parent 23fb37f commit 2658bbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions common/src/main/java/toughasnails/init/ModVillages.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ public class ModVillages
new ItemsForEmeralds(new ItemStack(TANItems.CHARC_0S), 1, 2, 12, 1, 0.2F)};

private static final VillagerTrades.ItemListing[] CLIMATOLOGIST_LEVEL_2_TRADES = new VillagerTrades.ItemListing[]{
new ItemsForEmeralds(new ItemStack(TANItems.THERMOMETER), 2, 1, 10, 2, 0.2F),
new ItemsForEmeralds(new ItemStack(TANBlocks.TEMPERATURE_GAUGE), 4, 1, 5, 4, 0.2F)};
new ItemsForEmeralds(new ItemStack(Blocks.PACKED_ICE), 4, 8, 16, 1, 0.2F),
new ItemsForEmeralds(new ItemStack(Blocks.MAGMA_BLOCK), 4, 8, 16, 1, 0.2F),
new EmeraldForItems(Blocks.PACKED_ICE, 16, 10, 2),
new EmeraldForItems(Blocks.MAGMA_BLOCK, 16, 10, 2)};

private static final VillagerTrades.ItemListing[] CLIMATOLOGIST_LEVEL_3_TRADES = new VillagerTrades.ItemListing[]{
new ItemsForEmeralds(new ItemStack(TANItems.WOOL_HELMET), 5, 1, 12, 3, 0.2F),
Expand All @@ -79,10 +81,6 @@ public class ModVillages
private static final VillagerTrades.ItemListing[] CLIMATOLOGIST_LEVEL_5_TRADES = new VillagerTrades.ItemListing[]{
new ItemsForEmeralds(new ItemStack(Items.POWDER_SNOW_BUCKET), 4, 1, 10, 2, 0.2F),
new ItemsForEmeralds(new ItemStack(Items.LAVA_BUCKET), 4, 1, 10, 2, 0.2F),
new ItemsForEmeralds(new ItemStack(Blocks.PACKED_ICE), 4, 8, 20, 1, 0.2F),
new ItemsForEmeralds(new ItemStack(Blocks.MAGMA_BLOCK), 4, 8, 20, 1, 0.2F),
new EmeraldForItems(Blocks.PACKED_ICE, 16, 10, 2),
new EmeraldForItems(Blocks.MAGMA_BLOCK, 16, 10, 2),
new EmeraldForItems(Items.SNOWBALL, 16, 5, 1),
new EmeraldForItems(Items.CHARCOAL, 16, 5, 1)};

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2658bbf

Please sign in to comment.