1.1.2
This commit is contained in:
parent
21c38f44af
commit
0179984308
4 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ We use Curseforge to publish **stable builds** of the Aether for Minecraft. You
|
|||
## :bug: Report bugs or other issues
|
||||
If you're running into bugs or other problems, feel free to open an issue on our [issue tracker](https://gitea.gildedgames.com/GildedGames/The-Aether/issues). When doing so, we ask that you provide the following information:
|
||||
|
||||
- The exact version of the Aether you are running, such as `1.7.10-1.1.1`, and the version of Forge you are using, such as `10.13.4.1558`. Please do not state "the latest stable release" or "latest Forge".
|
||||
- The exact version of the Aether you are running, such as `1.7.10-1.1.2`, and the version of Forge you are using, such as `10.13.4.1558`. Please do not state "the latest stable release" or "latest Forge".
|
||||
- If your issue is a bug or otherwise unexpected behavior, state what you expected to happen.
|
||||
- If your issue is a crash, attach the latest client or server log and the complete crash report as a file.
|
||||
- If your issue only occurs with other mods/plugins installed, list the exact mod/plugin versions installed.
|
||||
|
|
|
@ -17,7 +17,7 @@ buildscript {
|
|||
|
||||
apply plugin: 'forge'
|
||||
|
||||
version = "1.7.10-v1.1.1"
|
||||
version = "1.7.10-v1.1.2"
|
||||
group= "com.gildedgames.the_aether" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = "aether"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import cpw.mods.fml.common.SidedProxy;
|
|||
import cpw.mods.fml.common.event.FMLInitializationEvent;
|
||||
import cpw.mods.fml.common.event.FMLPreInitializationEvent;
|
||||
|
||||
@Mod(modid = Aether.MOD_ID, version = "v1.1.1")
|
||||
@Mod(modid = Aether.MOD_ID, version = "v1.1.2")
|
||||
public class Aether {
|
||||
|
||||
public static final String MOD_ID = "aether_legacy";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"modid": "aether_legacy",
|
||||
"name": "The Aether",
|
||||
"description": "Gilded Games presents the original Aether mod! Up to date for modern Minecraft versions and fully compatible with multiplayer! The Aether is a dimension high in the sky comprised of floating islands! Ascend through a Glowstone portal and begin a new survival adventure packed with new ores, mythical creatures and perilous Dungeons!",
|
||||
"version": "v1.1.1",
|
||||
"version": "v1.1.2",
|
||||
"mcversion": "1.7.10",
|
||||
"url": "https://www.curseforge.com/minecraft/mc-mods/the-aether",
|
||||
"updateUrl": "",
|
||||
|
|
Loading…
Reference in a new issue