Skip to content

Commit

Permalink
1.4.11: Amalgamated Crimsonite and Ink Sac (#76)
Browse files Browse the repository at this point in the history
symt authored May 12, 2022
1 parent 2f7b63d commit 07d0742
Showing 6 changed files with 9 additions and 9 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ compileJava {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
version = "1.4.10"
version = "1.4.11"
group = "dev.meyi.bn"
archivesBaseName = "BazaarNotifier"

2 changes: 1 addition & 1 deletion src/main/java/dev/meyi/bn/BazaarNotifier.java
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
public class BazaarNotifier {

public static final String MODID = "BazaarNotifier";
public static final String VERSION = "1.4.10";
public static final String VERSION = "1.4.11";
public static final String prefix =
EnumChatFormatting.GOLD + "[" + EnumChatFormatting.YELLOW + "BN" + EnumChatFormatting.GOLD + "] " + EnumChatFormatting.RESET;
public static String apiKey = "";
4 changes: 2 additions & 2 deletions src/main/resources/bazaarConversions.json
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@
"ENCHANTED_OAK_LOG": "Enchanted Oak Log",
"RABBIT_HIDE": "Rabbit Hide",
"WHITE_GIFT": "White Gift",
"INK_SACK": "Ink Sack",
"INK_SACK": "Ink Sac",
"FLINT": "Flint",
"ENCHANTED_SPRUCE_LOG": "Enchanted Spruce Log",
"WOLF_TOOTH": "Wolf Tooth",
@@ -360,7 +360,7 @@
"OPTICAL_LENS": "Optical Lens",
"HOT_BAIT": "Hot Bait",
"BEATING_HEART": "Beating Heart",
"AMALGAMATED_CRIMSONITE": "Amalgamated Crimsonite",
"AMALGAMATED_CRIMSONITE_NEW": "Amalgamated Crimsonite",
"TOIL_LOG": "Toil Log",
"SALMON_OPAL": "Salmon Opal",
"AOTE_STONE": "Warped Stone",
4 changes: 2 additions & 2 deletions src/main/resources/bazaarConversionsReversed.json
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@
"Enchanted Oak Wood": "ENCHANTED_OAK_LOG",
"Rabbit Hide": "RABBIT_HIDE",
"White Gift": "WHITE_GIFT",
"Ink Sack": "INK_SACK",
"Ink Sac": "INK_SACK",
"Flint": "FLINT",
"Enchanted Spruce Wood": "ENCHANTED_SPRUCE_LOG",
"Wolf Tooth": "WOLF_TOOTH",
@@ -359,7 +359,7 @@
"Optical Lens": "OPTICAL_LENS",
"Hot Bait": "HOT_BAIT",
"Beating Heart": "BEATING_HEART",
"Amalgamated Crimsonite": "AMALGAMATED_CRIMSONITE",
"Amalgamated Crimsonite": "AMALGAMATED_CRIMSONITE_NEW",
"Toil Log": "TOIL_LOG",
"Salmon Opal": "SALMON_OPAL",
"Warped Stone": "AOTE_STONE",
6 changes: 3 additions & 3 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@
"description": "Notifies when your bazaar orders are outdated.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"url": "https://github.com/symt/BazaarNotifier",
"updateUrl": "https://github.com/symt/BazaarNotifier/releases",
"authorList": ["meyi"],
"credits": "",
"credits": "meyi",
"logoFile": "",
"screenshots": [],
"dependencies": []

0 comments on commit 07d0742

Please sign in to comment.