Updated version number.
This commit is contained in:
parent
61864678a8
commit
b0b09b61ee
2 changed files with 3 additions and 3 deletions
|
@ -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 = "1.10.2-v1.5.1", acceptedMinecraftVersions = "1.10.2")
|
||||
@Mod(name = "Aether Legacy", modid = Aether.modid, version = "1.10.2-v1.6", acceptedMinecraftVersions = "1.10.2")
|
||||
public class Aether
|
||||
{
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
"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.5.1",
|
||||
"version": "v1.6",
|
||||
"mcversion": "1.10.2",
|
||||
"url": "https://www.moddinglegacy.com/",
|
||||
"updateUrl": "",
|
||||
"authorList": ["115kino, KingPhygieBoo, xJonL"],
|
||||
"credits": "Gilded Games for allowing me permission to do this project and InsomniaKitten for providing the inventory texture.",
|
||||
"credits": "Gilded Games for allowing me permission to do this project, and InsomniaKitten for providing the inventory texture.",
|
||||
"logoFile": "",
|
||||
"screenshots": [],
|
||||
"dependencies": []
|
||||
|
|
Loading…
Reference in a new issue