Updated version number, shut SourceTree up about needing to push changes that have already occured
This commit is contained in:
parent
22bd696c59
commit
e7edbaff83
5 changed files with 93 additions and 93 deletions
|
@ -49,7 +49,7 @@ import cpw.mods.fml.common.network.NetworkMod;
|
||||||
import cpw.mods.fml.common.registry.EntityRegistry;
|
import cpw.mods.fml.common.registry.EntityRegistry;
|
||||||
import cpw.mods.fml.common.registry.LanguageRegistry;
|
import cpw.mods.fml.common.registry.LanguageRegistry;
|
||||||
|
|
||||||
@Mod(modid="BiomesOPlenty", name="Biomes O' Plenty", version="0.5.1")
|
@Mod(modid="BiomesOPlenty", name="Biomes O' Plenty", version="0.6.0")
|
||||||
@NetworkMod(clientSideRequired=true, serverSideRequired=false)
|
@NetworkMod(clientSideRequired=true, serverSideRequired=false)
|
||||||
public class BiomesOPlenty
|
public class BiomesOPlenty
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"modid": "BiomesOPlenty",
|
"modid": "BiomesOPlenty",
|
||||||
"name": "Biomes O' Plenty",
|
"name": "Biomes O' Plenty",
|
||||||
"description": "Adds 72 new, unique biomes!",
|
"description": "Adds 72 new, unique biomes!",
|
||||||
"version": "0.5.1",
|
"version": "0.6.0",
|
||||||
"mcversion": "1.5.1",
|
"mcversion": "1.5.1",
|
||||||
"url": "www.minecraftforum.net/topic/1495041-",
|
"url": "www.minecraftforum.net/topic/1495041-",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
|
|
Loading…
Reference in a new issue