aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-12-28 11:40:59 -0800
committerTrumeet <yuuta@yuuta.moe>2021-12-28 11:40:59 -0800
commit08207412b0aa4d95cebf1279d571b96f04bebf78 (patch)
treef6f2053aaf7181e503c6c0683d608492b02d7d1b /README.md
parentbc0aaf7fdd30bab555ed2f12bc7c120c93d2e809 (diff)
downloadminecraft-pacman-08207412b0aa4d95cebf1279d571b96f04bebf78.tar
minecraft-pacman-08207412b0aa4d95cebf1279d571b96f04bebf78.tar.gz
minecraft-pacman-08207412b0aa4d95cebf1279d571b96f04bebf78.tar.bz2
minecraft-pacman-08207412b0aa4d95cebf1279d571b96f04bebf78.zip
Fix compatibility
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4651951..1dc4597 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,16 @@ Whenever you need to build a different Minecraft version, do the steps again (ch
1.13
+1.12
+
+rd-132211
+
Basic testing for 1.14, 1.15 and 1.16 (no assets)
1.15 with Fabric
+Note that for versions <= 1.12, you need Java 8 instead.
+
## Fabric
After install the `minecraft-fabric-xxx` package, you will have Fabric jars in the same directory as Minecraft jars, and they will be added to the classpath (but not used). If you want to use Fabric, source the `launcher.fabric.gen` after sourcing `launcher.gen`. It will set necessary environment variables (e.g. `MAIN_CLASS`) for you.
@@ -40,14 +46,18 @@ After install the `minecraft-fabric-xxx` package, you will have Fabric jars in t
Forge support
+Rewrite argument processing
+
+Provide a JSON as well
+
## Known issues
Assets folders cannot be shared across versions (i.e. you must have a dedicated assets folder for each asset version).
-Library compatibility issues with version <= 1.12: Inconsistency detected by ld.so: dl-lookup.c: 105: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
-
Compatibility with legacy versions that do not include `-cp` in their manifest.
+Some arguments are not supported.
+
## License
Thanks to my friends' help.