diff --git a/resources/assets/biomesoplenty/lang/en_US.lang b/resources/assets/biomesoplenty/lang/en_US.lang index 36739d0b5..e4f6a7a27 100644 --- a/resources/assets/biomesoplenty/lang/en_US.lang +++ b/resources/assets/biomesoplenty/lang/en_US.lang @@ -393,9 +393,9 @@ fluid.bop.honey.name=Honey phrase.bop.promisedPortalOverworld=A gateway to the Promised Land has appeared in the sky above. phrase.bop.promisedPortalOther=A gateway to the Overworld has appeared in the sky above. -phrase.bop.useBOPATGWorldtype=The Biomes O Plenty world type or ATG world type must be used in order for the new biomes to generate. This message will only display once. -phrase.bop.useBOPWorldtype=The Biomes O Plenty world type must be used in order for the new biomes to generate. This message will only display once. -phrase.bop.updateAvaliable=A new version of Biomes O Plenty is available: v%s for Minecraft %s +phrase.bop.useBOPATGWorldtype=The Biomes O' Plenty world type or ATG world type must be used in order for the new biomes to generate. This message will only display once. +phrase.bop.useBOPWorldtype=The Biomes O' Plenty world type must be used in order for the new biomes to generate. This message will only display once. +phrase.bop.updateAvaliable=You are not using the latest recommended version of Biomes O' Plenty. The latest recommended version is: v%s for Minecraft %s entity.BiomesOPlenty.Glob.name=Glob entity.BiomesOPlenty.JungleSpider.name=Jungle Spider diff --git a/resources/dependancies.info b/resources/dependancies.info index f7b52355a..bc9ea11c0 100644 --- a/resources/dependancies.info +++ b/resources/dependancies.info @@ -3,7 +3,7 @@ "repo": "http://files.minecraftforge.net/WorldCore/", "file": "WorldCore-universal-@MC_VERSION@-@WORLDCORE_VERSION@.jar", "dev": "WorldCore-dev-@MC_VERSION@-@WORLDCORE_VERSION@.jar", - "class": "worldcore.asm.WCFMLLoadingPlugin”, - “version”: "@WORLDCORE_VERSION@" + "class": "worldcore.asm.WCFMLLoadingPlugin", + "version": "@WORLDCORE_VERSION@" } ]