Skip to content

Commit

Permalink
Added 1.20.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
R0bbyYT committed Jun 17, 2023
1 parent 669ac5c commit 0cf3203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ labyMod {
}

minecraft {
registerVersions("1.8.9", "1.12.2", "1.16.5", "1.17.1", "1.18.2", "1.19.2", "1.19.3", "1.19.4", "1.20") { version, provider ->
registerVersions("1.8.9", "1.12.2", "1.16.5", "1.17.1", "1.18.2", "1.19.2", "1.19.3", "1.19.4", "1.20.1") { version, provider ->
configureRun(provider, version)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package org.burgerbude.labymod.addons.fullbright.v1_20.mixins;
package org.burgerbude.labymod.addons.fullbright.v1_20_1.mixins;

import com.mojang.blaze3d.platform.NativeImage;
import net.labymod.api.Laby;
Expand Down

0 comments on commit 0cf3203

Please sign in to comment.