diff --git a/src/main/java/com/legacy/aether/Aether.java b/src/main/java/com/legacy/aether/Aether.java index 5067903..e14c6de 100644 --- a/src/main/java/com/legacy/aether/Aether.java +++ b/src/main/java/com/legacy/aether/Aether.java @@ -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 { diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index aab0c42..0fabc6d 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -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": []