Skip to content

Commit

Permalink
Bump version to 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pupnewfster committed Jun 13, 2024
1 parent 44d81db commit 572f4e8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 17 deletions.
14 changes: 4 additions & 10 deletions .github/ISSUE_TEMPLATE/general_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -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
Expand All @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions docs/Development.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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,)
Expand Down

0 comments on commit 572f4e8

Please sign in to comment.