updated version number
This commit is contained in:
parent
9ee1442f21
commit
f8b953a521
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ buildscript {
|
|||
}
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
|
||||
version = "1.0"
|
||||
version = "1.5"
|
||||
group= "com.legacy.aether"
|
||||
archivesBaseName = "aether_legacy"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import com.legacy.aether.registry.sounds.SoundsAether;
|
|||
import com.legacy.aether.tile_entities.AetherTileEntities;
|
||||
import com.legacy.aether.world.AetherWorld;
|
||||
|
||||
@Mod(name = "Aether Legacy", modid = Aether.modid, version = "v1.4.1", acceptedMinecraftVersions = "1.10.2")
|
||||
@Mod(name = "Aether Legacy", modid = Aether.modid, version = "v1.5", acceptedMinecraftVersions = "1.10.2")
|
||||
public class Aether
|
||||
{
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"modid": "aether_legacy",
|
||||
"name": "Aether Legacy",
|
||||
"description": "Aether Legacy, a port of Aether I which has been updated to the latest version of Minecraft. This version of the aether includes multiplayer support to play with friends and others alike.",
|
||||
"version": "v1.4.1",
|
||||
"version": "v1.5",
|
||||
"mcversion": "1.10.2",
|
||||
"url": "https://www.moddinglegacy.com/",
|
||||
"updateUrl": "",
|
||||
|
|
Loading…
Reference in a new issue