Fix version
This commit is contained in:
parent
f9addaf115
commit
6aeed2c0e5
2 changed files with 3 additions and 3 deletions
src/main
|
@ -94,7 +94,7 @@ import cpw.mods.fml.relauncher.Side;
|
|||
@Mod(modid = mod_pocketDim.modid, name = "Dimensional Doors", version = mod_pocketDim.version)
|
||||
public class mod_pocketDim
|
||||
{
|
||||
public static final String version = "@VERSION@";
|
||||
public static final String version = "2.2.5-test";
|
||||
public static final String modid = "dimdoors";
|
||||
|
||||
//TODO need a place to stick all these constants
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
"modid": "dimdoors",
|
||||
"name": "Dimensional Doors",
|
||||
"description": "Bend and twist reality itself, creating pocket dimensions, rifts, and much more",
|
||||
"version": "$version",
|
||||
"version": "2.2.5-test",
|
||||
"credits": "Created by StevenRS11, Coded by StevenRS11 and SenseiKiwi, Logo and Testing by Jaitsu",
|
||||
"logoFile": "/dimdoors_logo.png",
|
||||
"mcversion": "$mcversion",
|
||||
"mcversion": "1.7.10",
|
||||
"url": "http://www.minecraftforum.net/topic/1650007-147smpssplan-dimensional-doors-v110-physics-what-physics-updated-with-fancy-opengl/",
|
||||
"updateUrl": "",
|
||||
"authorList": [ "StevenRS11", "SenseiKiwi" ],
|
||||
|
|
Loading…
Add table
Reference in a new issue