Removed spaces from version properties
This commit is contained in:
+1
-1
@@ -394,7 +394,7 @@ subprojects { p ->
|
||||
// exclude "*.distanthorizons.accesswidener"
|
||||
//// include "${accessWidenerVersion}.distanthorizons.accesswidener"
|
||||
// Jank solution to remove all unused accesswideners
|
||||
// The line above would work..., except forge requires the original accesswidener, meaning we require this jank solution
|
||||
// The line above would work..., except forge requires the original accesswidener, meaning we require this jank solution to keep it
|
||||
exclude { file ->
|
||||
if (file.name.contains(".distanthorizons.accesswidener") && file.name != "${accessWidenerVersion}.distanthorizons.accesswidener") {
|
||||
return true
|
||||
|
||||
+1
@@ -29,6 +29,7 @@ import net.minecraft.resources.ResourceLocation;
|
||||
/**
|
||||
* Creates a button with a texture on it
|
||||
*/
|
||||
// TODO: Is this still needed? Can we switch to vanilla's ImageButton?
|
||||
public class TexturedButtonWidget extends ImageButton {
|
||||
#if POST_MC_1_17_1
|
||||
public TexturedButtonWidget(int x, int y, int width, int height, int u, int v, ResourceLocation texture, OnPress pressAction) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 1.18.2 version based stuff
|
||||
java_version = 17
|
||||
java_version=17
|
||||
minecraft_version=1.18.2
|
||||
parchment_version=1.18.2:2022.11.06
|
||||
compatible_minecraft_versions=["1.18.2"]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 1.19.2 version
|
||||
java_version = 17
|
||||
java_version=17
|
||||
minecraft_version=1.19.2
|
||||
parchment_version=1.19.2:2022.11.27
|
||||
compatible_minecraft_versions=["1.19.2"]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 1.19.4 version
|
||||
java_version = 17
|
||||
java_version=17
|
||||
minecraft_version=1.19.4
|
||||
parchment_version=1.19.3:2023.03.12
|
||||
compatible_minecraft_versions=["1.19.4"]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 1.20.1 version
|
||||
java_version = 17
|
||||
java_version=17
|
||||
minecraft_version=1.20.1
|
||||
parchment_version=1.19.3:2023.03.12
|
||||
compatible_minecraft_versions=["1.20", "1.20.1"]
|
||||
|
||||
Reference in New Issue
Block a user