Upped the Version Number
This commit is contained in:
parent
6dfd91de6c
commit
6c913fbef3
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ import cpw.mods.fml.common.network.NetworkMod;
|
||||||
import cpw.mods.fml.common.registry.GameRegistry;
|
import cpw.mods.fml.common.registry.GameRegistry;
|
||||||
import cpw.mods.fml.common.registry.LanguageRegistry;
|
import cpw.mods.fml.common.registry.LanguageRegistry;
|
||||||
|
|
||||||
@Mod(modid="BiomesOPlenty", name="Biomes O' Plenty", version="0.5.3")
|
@Mod(modid="BiomesOPlenty", name="Biomes O' Plenty", version="0.5.4")
|
||||||
@NetworkMod(clientSideRequired=true, serverSideRequired=false)
|
@NetworkMod(clientSideRequired=true, serverSideRequired=false)
|
||||||
public class BiomesOPlenty
|
public class BiomesOPlenty
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[{
|
[{
|
||||||
"modid": "BiomesOPlenty",
|
"modid": "BiomesOPlenty",
|
||||||
"name": "Biomes O' Plenty",
|
"name": "Biomes O' Plenty",
|
||||||
"description": "Adds 72 new, unique biomes!",
|
"description": "Adds 87 new, unique biomes!",
|
||||||
"version": "0.5.3",
|
"version": "0.5.4",
|
||||||
"mcversion": "1.5.2",
|
"mcversion": "1.5.2",
|
||||||
"url": "www.minecraftforum.net/topic/1495041-",
|
"url": "www.minecraftforum.net/topic/1495041-",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
|
|
Loading…
Reference in a new issue