From 857ed0956fb5ee02ff24a5297ed87b1153f85379 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Thu, 15 Feb 2024 16:38:40 -0600 Subject: [PATCH] Updated README and Tested all APIs and Fixed all APIs --- README.md | 14 ++++++++++++++ apis/AppleSkin.txt | 6 ++---- apis/Jade.txt | 4 ++-- apis/MouseTweaks.txt | 4 ++-- apis/PatchouliAPI.txt | 4 ++-- apis/REI.txt | 4 ++-- apis/code/AppleSkin1.19.2Forge.txt | 8 -------- apis/code/PatchouliAPI1.18.2Forge.txt | 4 ++-- apis/code/PatchouliAPI1.19.2Forge.txt | 4 ++-- apis/code/REI1.19.2Forge.txt | 9 ++++++--- apis/code/REI1.19.4Forge.txt | 11 +++++++---- apis/code/REI1.20.1Forge.txt | 9 ++++++--- 12 files changed, 47 insertions(+), 34 deletions(-) delete mode 100644 apis/code/AppleSkin1.19.2Forge.txt diff --git a/README.md b/README.md index 27674c2..f3e4893 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ Alpha APIs is an mcreator plugin that adds lots of APIs to mcreator! +# WARNING + +DO NOT use this plugin with other plugins that add lots of APIs like LYIVX’s API’s! They will conflict and possibly break! + +## APIs/Mods + +AppleSkin [(Forge)](https://www.curseforge.com/minecraft/mc-mods/appleskin) + +* 1.20.1 +* 1.19.4 +* 1.19.2 + + + ## Installing Go to the [plugin page]() on mcreator.com and download the version for the mcreator version you want. When downloading, make sure you know where you are downloading the zip file. diff --git a/apis/AppleSkin.txt b/apis/AppleSkin.txt index e85dab0..a3296fc 100644 --- a/apis/AppleSkin.txt +++ b/apis/AppleSkin.txt @@ -1,10 +1,8 @@ AppleSkin -4 +3 1.20.1 Forge -1.19.2 +1.19.4 Forge 1.18.2 -Forge -1.19.4 Forge \ No newline at end of file diff --git a/apis/Jade.txt b/apis/Jade.txt index 6c60b13..6d8667f 100644 --- a/apis/Jade.txt +++ b/apis/Jade.txt @@ -2,9 +2,9 @@ Jade 4 1.20.1 Forge +1.19.4 +Forge 1.19.2 Forge 1.18.2 -Forge -1.19.4 Forge \ No newline at end of file diff --git a/apis/MouseTweaks.txt b/apis/MouseTweaks.txt index e13f8da..c3d9d2c 100644 --- a/apis/MouseTweaks.txt +++ b/apis/MouseTweaks.txt @@ -2,9 +2,9 @@ MouseTweaks 4 1.20.1 Forge +1.19.4 +Forge 1.19.2 Forge 1.18.2 -Forge -1.19.4 Forge \ No newline at end of file diff --git a/apis/PatchouliAPI.txt b/apis/PatchouliAPI.txt index 67da978..9ccd8fd 100644 --- a/apis/PatchouliAPI.txt +++ b/apis/PatchouliAPI.txt @@ -2,9 +2,9 @@ PatchouliAPI 4 1.20.1 Forge +1.19.4 +Forge 1.19.2 Forge 1.18.2 -Forge -1.19.4 Forge \ No newline at end of file diff --git a/apis/REI.txt b/apis/REI.txt index 2388aab..bd62757 100644 --- a/apis/REI.txt +++ b/apis/REI.txt @@ -2,7 +2,7 @@ REI 3 1.20.1 Forge -1.19.2 -Forge 1.19.4 +Forge +1.19.2 Forge \ No newline at end of file diff --git a/apis/code/AppleSkin1.19.2Forge.txt b/apis/code/AppleSkin1.19.2Forge.txt deleted file mode 100644 index 7004a3d..0000000 --- a/apis/code/AppleSkin1.19.2Forge.txt +++ /dev/null @@ -1,8 +0,0 @@ -repositories { - maven { url "https://maven.ryanliptak.com/" } -} - -dependencies { - compileOnly fg.deobf("squeek.appleskin:appleskin-forge:mc1.19-2.4.2:api") - // Plugin Note: AppleSkin versions can be found here: https://www.curseforge.com/minecraft/mc-mods/appleskin/files/all?page=1&pageSize=20&gameVersionTypeId=1 -} \ No newline at end of file diff --git a/apis/code/PatchouliAPI1.18.2Forge.txt b/apis/code/PatchouliAPI1.18.2Forge.txt index 51ea390..1b90075 100644 --- a/apis/code/PatchouliAPI1.18.2Forge.txt +++ b/apis/code/PatchouliAPI1.18.2Forge.txt @@ -3,7 +3,7 @@ repositories { } dependencies { - compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.18.2-71-FORGE:api") - runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.18.2-71-FORGE") + compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.18.2-71:api") + runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.18.2-71") // Plugin Note: PatchouliAPI versions can be found here: https://www.curseforge.com/minecraft/mc-mods/patchouli/files/all?page=1&pageSize=20&gameVersionTypeId=1 } \ No newline at end of file diff --git a/apis/code/PatchouliAPI1.19.2Forge.txt b/apis/code/PatchouliAPI1.19.2Forge.txt index 1910852..82aec47 100644 --- a/apis/code/PatchouliAPI1.19.2Forge.txt +++ b/apis/code/PatchouliAPI1.19.2Forge.txt @@ -3,7 +3,7 @@ repositories { } dependencies { - compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.19.2-77-FORGE:api") - runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.19.2-77-FORGE") + compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.19.2-77:api") + runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.19.2-77") // Plugin Note: PatchouliAPI versions can be found here: https://www.curseforge.com/minecraft/mc-mods/patchouli/files/all?page=1&pageSize=20&gameVersionTypeId=1 } \ No newline at end of file diff --git a/apis/code/REI1.19.2Forge.txt b/apis/code/REI1.19.2Forge.txt index 2478650..294e684 100644 --- a/apis/code/REI1.19.2Forge.txt +++ b/apis/code/REI1.19.2Forge.txt @@ -5,11 +5,14 @@ repositories { dependencies { implementation fg.deobf("me.shedaniel:RoughlyEnoughItems-forge:9.1.682") - // Plugin Note: REI versions can be found here: https://linkie.shedaniel.dev/dependencies?loader=forge&version=1.19.2#dep-2 + // Plugin Note: REI versions can be found here: + + implementation fg.deobf("me.shedaniel:REIPluginCompatibilities-forge-annotations:9.0.90") + // Plugin Note: REI Plugin Compatibilities versions can be found here: implementation fg.deobf("me.shedaniel.cloth:cloth-config-forge:8.3.115") - // Plugin Note: Cloth Config versions can be found here: https://linkie.shedaniel.dev/dependencies?loader=forge&version=1.19.2#dep-2 + // Plugin Note: Cloth Config versions can be found here: implementation fg.deobf("dev.architectury:architectury-forge:6.5.90") - // Plugin Note: Architectury API versions can be found here: https://linkie.shedaniel.dev/dependencies?loader=forge&version=1.19.2#dep-1 + // Plugin Note: Architectury API versions can be found here: } \ No newline at end of file diff --git a/apis/code/REI1.19.4Forge.txt b/apis/code/REI1.19.4Forge.txt index 2347667..7f845e6 100644 --- a/apis/code/REI1.19.4Forge.txt +++ b/apis/code/REI1.19.4Forge.txt @@ -5,11 +5,14 @@ repositories { dependencies { implementation fg.deobf("me.shedaniel:RoughlyEnoughItems-forge:11.0.683") - // Plugin Note: REI versions can be found here: https://linkie.shedaniel.dev/dependencies?loader=forge&version=1.20.1#dep-2 + // Plugin Note: REI versions can be found here: - implementation fg.deobf("me.shedaniel.cloth:cloth-config-forge:13.1.0.16") - // Plugin Note: Cloth Config versions can be found here: https://linkie.shedaniel.dev/dependencies?loader=forge&version=1.20.1#dep-2 + implementation fg.deobf("me.shedaniel:REIPluginCompatibilities-forge-annotations:11.0.53") + // Plugin Note: REI Plugin Compatibilities versions can be found here: + + implementation fg.deobf("me.shedaniel.cloth:cloth-config-forge:10.1.117") + // Plugin Note: Cloth Config versions can be found here: implementation fg.deobf("dev.architectury:architectury-forge:8.2.91") - // Plugin Note: Architectury API versions can be found here: https://linkie.shedaniel.dev/dependencies?loader=forge&version=1.20.1#dep-1 + // Plugin Note: Architectury API versions can be found here: } \ No newline at end of file diff --git a/apis/code/REI1.20.1Forge.txt b/apis/code/REI1.20.1Forge.txt index 6fa6afe..0e5b70d 100644 --- a/apis/code/REI1.20.1Forge.txt +++ b/apis/code/REI1.20.1Forge.txt @@ -5,11 +5,14 @@ repositories { dependencies { implementation fg.deobf("me.shedaniel:RoughlyEnoughItems-forge:12.0.684") - // Plugin Note: REI versions can be found here: https://linkie.shedaniel.dev/dependencies?loader=forge&version=1.20.1#dep-2 + // Plugin Note: REI versions can be found here: + + implementation fg.deobf("me.shedaniel:REIPluginCompatibilities-forge-annotations:12.0.93") + // Plugin Note: REI Plugin Compatibilities versions can be found here: implementation fg.deobf("me.shedaniel.cloth:cloth-config-forge:11.1.118") - // Plugin Note: Cloth Config versions can be found here: https://linkie.shedaniel.dev/dependencies?loader=forge&version=1.20.1#dep-2 + // Plugin Note: Cloth Config versions can be found here: implementation fg.deobf("dev.architectury:architectury-forge:9.1.13") - // Plugin Note: Architectury API versions can be found here: https://linkie.shedaniel.dev/dependencies?loader=forge&version=1.20.1#dep-1 + // Plugin Note: Architectury API versions can be found here: } \ No newline at end of file