diff --git a/.github/ISSUE_TEMPLATE/general_issue.yml b/.github/ISSUE_TEMPLATE/general_issue.yml index dcd9228c41d..206c9ffe92a 100644 --- a/.github/ISSUE_TEMPLATE/general_issue.yml +++ b/.github/ISSUE_TEMPLATE/general_issue.yml @@ -24,16 +24,15 @@ body: label: Minecraft version description: What version of Minecraft are you using? options: - - 1.20.4 (Latest) - - 1.21 (Dev Branch, Manually Compiled) - - 1.20.1 or earlier (No longer being developed) + - 1.21 (Latest) + - 1.20.x or earlier (No longer being developed) validations: required: true - type: input attributes: label: NeoForge version description: What version of NeoForge are you using? - placeholder: e.g. 20.4.223 + placeholder: e.g. 21.0.0-beta validations: required: true - type: dropdown @@ -42,12 +41,7 @@ body: label: Mekanism version description: What version of Mekanism are you using? options: - - 10.5.20 (Latest) - - 10.5.19 - - 10.5.18 - - 10.5.17 - - 10.5.16 (broken) - - 10.5.15 + - 10.6.0 (Latest) - Older - Current Dev Branch (Manually Compiled, specify git commit hash) validations: diff --git a/LICENSE b/LICENSE index a88904758d5..dacadee4f44 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2023 Aidan C. Brady +Copyright (c) 2017-2024 Aidan C. Brady Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a22cd81e7b9..c415d0c9175 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Mekanism Logo](logo.png) -# Mekanism for Minecraft 1.20 # +# Mekanism for Minecraft 1.21 # Mekanism is an independent Minecraft add-on featuring high-tech machinery that can be used to create powerful tools, armor, and weapons. You can find more detail on the features on the [**Official Wiki**](https://wiki.aidancbrady.com/wiki/Mekanism). @@ -27,7 +27,7 @@ recipes, blocks, entities, or even things like the tickrate command. Additionall of things that we haven't finished porting yet. ## Known Bugs/Things that aren't done being ported yet ## -- Options in the Module Tweaker that have side effects don't current have those side effects displayed +- Options in the Module Tweaker that have side effects don't currently have those side effects displayed - Resistive Heaters do not keep their set Energy Usage when breaking and placing again - Bins forget if they are locked and what they are locked too if broken and placed - When breaking and placing blocks that have fluid item input slots, they do not persist whether the item was actively being drained or whether it was being filled @@ -54,7 +54,7 @@ If you would like to help translate Mekanism, you can do so through [Crowdin](ht Mekanism is licensed under the MIT license. You may use it in modpacks, reviews, or any other form as long as you abide by the terms below. -Copyright 2017-2023 Aidan C. Brady +Copyright 2017-2024 Aidan C. Brady Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/docs/Development.md b/docs/Development.md index 8e6c635dc80..65aa7998921 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -1,10 +1,10 @@ # Development -Mekanism is developed for Minecraft 1.20.6 using NeoForge. +Mekanism is developed for Minecraft 1.21 using NeoForge. ## Prerequisites -* Gradle - Version 8.7 is known to work, your mileage with other versions may vary +* Gradle - Version 8.8 is known to work, your mileage with other versions may vary * JDK - Version 21 is the target as that is what Mojang ships, but to run gradle you must use a minimum of JDK 17. ## Directory Structure diff --git a/gradle.properties b/gradle.properties index faf5741822d..73ea188c294 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ previous_minecraft_version=1.20.4 previous_minor_minecraft_version=1.20.6 loader_version_range=[4,) forge_version=21.0.0-beta -mod_version=10.5.20 +mod_version=10.6.0 #This determines the minimum version of forge required to use Mekanism # Only bump it whenever we need access to a feature in forge that is not available in earlier versions forge_version_range=[21.0.0-beta,)