Updated "Update available" message to better reflect what it actually means

This commit is contained in:
Adubbz 2013-11-15 21:35:59 +11:00
parent 01f052847f
commit c849c5fc0d
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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@"
}
]