Fix crash on exiting personal pocket dimension #185
@@ -94,7 +94,7 @@ import cpw.mods.fml.relauncher.Side;
|
|||||||
@Mod(modid = mod_pocketDim.modid, name = "Dimensional Doors", version = mod_pocketDim.version)
|
@Mod(modid = mod_pocketDim.modid, name = "Dimensional Doors", version = mod_pocketDim.version)
|
||||||
public class mod_pocketDim
|
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";
|
public static final String modid = "dimdoors";
|
||||||
|
|
||||||
//TODO need a place to stick all these constants
|
//TODO need a place to stick all these constants
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
"modid": "dimdoors",
|
"modid": "dimdoors",
|
||||||
"name": "Dimensional Doors",
|
"name": "Dimensional Doors",
|
||||||
"description": "Bend and twist reality itself, creating pocket dimensions, rifts, and much more",
|
"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",
|
"credits": "Created by StevenRS11, Coded by StevenRS11 and SenseiKiwi, Logo and Testing by Jaitsu",
|
||||||
"logoFile": "/dimdoors_logo.png",
|
"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/",
|
"url": "http://www.minecraftforum.net/topic/1650007-147smpssplan-dimensional-doors-v110-physics-what-physics-updated-with-fancy-opengl/",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
"authorList": [ "StevenRS11", "SenseiKiwi" ],
|
"authorList": [ "StevenRS11", "SenseiKiwi" ],
|
||||||
|
|||||||
Reference in New Issue
Block a user