Skip to content

Commit

Permalink
Updated README and Tested all APIs and Fixed all APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Feb 15, 2024
1 parent 8e8f579 commit 857ed09
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 34 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 2 additions & 4 deletions apis/AppleSkin.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions apis/Jade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions apis/MouseTweaks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions apis/PatchouliAPI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions apis/REI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ REI
3
1.20.1
Forge
1.19.2
Forge
1.19.4
Forge
1.19.2
Forge
8 changes: 0 additions & 8 deletions apis/code/AppleSkin1.19.2Forge.txt

This file was deleted.

4 changes: 2 additions & 2 deletions apis/code/PatchouliAPI1.18.2Forge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
4 changes: 2 additions & 2 deletions apis/code/PatchouliAPI1.19.2Forge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
9 changes: 6 additions & 3 deletions apis/code/REI1.19.2Forge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
}
11 changes: 7 additions & 4 deletions apis/code/REI1.19.4Forge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
}
9 changes: 6 additions & 3 deletions apis/code/REI1.20.1Forge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
}

0 comments on commit 857ed09

Please sign in to comment.