From 170a313193d02bb6462b8f149f325fdfec5fd28c Mon Sep 17 00:00:00 2001 From: Leo Ribeiro Date: Fri, 22 Feb 2019 22:03:38 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9dd7b2b..7061a3e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ mod_version = 1.0.0 maven_group = com.myteam archives_base_name = mymod + +# The following properties can be copied from https://modmuss50.me/fabric.html + minecraft_version=19w08b + yarn_mappings=19w08b.4 + loader_version=0.3.7.109 + fabric_version=0.2.3.104 ``` 2. Adjust the java classes structures and the resources resources json files to suit your needs: