diff --git a/jitpack.yml b/jitpack.yml new file mode 100644 index 0000000000..43a4703f8f --- /dev/null +++ b/jitpack.yml @@ -0,0 +1,2 @@ +jdk: + - openjdk17 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 74f4f23b49..37a430891e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,7 +4,7 @@ "version": "${version}", "name": "Create Fabric Unofficial", - "description": "Technology that empowers the player.", + "description": "Create Fabric Unofficial version. Technology that empowers the player.", "authors": [ "KessokuTeaTime", "Fabricators of Create", @@ -46,7 +46,9 @@ ] }, - "mixins": [ "create.mixins.json" ], + "mixins": [ + "create.mixins.json" + ], "accessWidener": "create.accesswidener", "depends": {