Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Remove versioned code for all versions without 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed Dec 29, 2023
1 parent c91e9d2 commit ab15fe7
Show file tree
Hide file tree
Showing 67 changed files with 3 additions and 6,032 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and on the other hand the support for Minecraft version 1.16.5+.
### Supported Versions

> In LabyMod 3 there was no command implementation, so there was used Minecraft Forge for this. In LabyMod 4 is an own
> command implementation so Minecraft Forge isn't longer needed.
> command implementation so Minecraft Forge is no longer needed.
#### LabyMod 3

Expand All @@ -60,12 +60,6 @@ Requires Minecraft Forge: ❌<br>
Supported Minecraft versions:

- `1.12.2`
- `1.16.5`
- `1.17.1`
- `1.18.2`
- `1.19.2`
- `1.19.3`
- `1.19.4`

## Installation

Expand Down
13 changes: 2 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,13 @@ labyMod {
displayName = "UnicacityAddon"
author = "RettichLP & Dimiikou"
description = "UnicacityAddon is a LabyMod addon written for the Minecraft server Unicacity and provides specialized, nice-to-have features and utilities for everyday gameplay."
minecraftVersion = "1.12.2<1.20.2"
minecraftVersion = "1.12.2"
version = System.getenv().getOrDefault("VERSION", "2.5.0-dev")
}

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.1",
"1.20.2"
"1.12.2"
) { version, provider ->
configureRun(provider, version)
}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit ab15fe7

Please sign in to comment.