-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
89 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,6 @@ | ||
# Done to increase the memory available to gradle. | ||
org.gradle.jvmargs=-Xmx4G | ||
# Fabric Properties | ||
# check these on https://modmuss50.me/fabric.html | ||
minecraft_version=1.20.1 | ||
deps.yarn=1.20.1+build.10 | ||
|
||
deps.loader=0.15.11 | ||
# Mod Properties | ||
mod.target=>=1.20 <=1.20.1 | ||
mod.version=2.0.0+1.20.1 | ||
mod.name=SkinShuffle | ||
# Dependencies | ||
# check this on https://modmuss50.me/fabric.html | ||
deps.fabric_api=0.92.2+1.20.1 | ||
deps.spruceui=5.0.0+1.20 | ||
deps.jsoup=1.16.1 | ||
deps.cvurlio=1.5.1 | ||
runtime.modmenu=7.2.2 | ||
yacl_version=3.5.0+1.20.1-fabric | ||
mod.version=2.0.0 | ||
mod.name=SkinShuffle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
accessWidener v1 named | ||
|
||
#accessible class net/minecraft/client/texture/ResourceTexture$TextureData | ||
#accessible method net/minecraft/client/QuickPlay startSingleplayer (Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;)V | ||
#accessible method net/minecraft/client/QuickPlay startMultiplayer (Lnet/minecraft/client/MinecraftClient;Ljava/lang/String;)V | ||
#accessible method net/minecraft/client/QuickPlay startRealms (Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/realms/RealmsClient;Ljava/lang/String;)V | ||
#accessible class net/minecraft/client/toast/ToastManager$Entry | ||
#accessible class net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker | ||
#accessible field net/minecraft/server/world/ThreadedAnvilChunkStorage entityTrackers Lit/unimi/dsi/fastutil/ints/Int2ObjectMap; | ||
#accessible field net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker entry Lnet/minecraft/server/network/EntityTrackerEntry; | ||
#accessible field net/minecraft/server/world/ThreadedAnvilChunkStorage$EntityTracker listeners Ljava/util/Set; | ||
#accessible method net/minecraft/client/gui/widget/ClickableWidget drawScrollableText (Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/text/Text;IIIII)V | ||
#accessible method net/minecraft/client/gui/widget/CyclingButtonWidget <init> (IIIILnet/minecraft/text/Text;Lnet/minecraft/text/Text;ILjava/lang/Object;Lnet/minecraft/client/gui/widget/CyclingButtonWidget$Values;Ljava/util/function/Function;Ljava/util/function/Function;Lnet/minecraft/client/gui/widget/CyclingButtonWidget$UpdateCallback;Lnet/minecraft/client/option/SimpleOption$TooltipFactory;Z)V |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
plugins.apply "dev.kikugie.stonecutter" | ||
stonecutter.active "1.20.1" /* [SC] DO NOT EDIT */ | ||
|
||
stonecutter.registerChiseled tasks.register("chiseledBuild", stonecutter.chiseled) { | ||
setGroup "project" | ||
ofTask "build" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
runtime.modmenu=7.2.2 | ||
|
||
mod.target=>=1.20 <=1.20.1 | ||
|
||
deps.spruceui=5.0.0+1.20 | ||
deps.cicada=0.8.1+1.20.1 | ||
deps.yacl=3.5.0+1.20.1-fabric | ||
|
||
deps.fabric_api=0.92.2+1.20.1 | ||
deps.yarn=1.20.1+build.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
runtime.modmenu=7.2.2 | ||
|
||
mod.target=>=1.20.3 <=1.20.4 | ||
|
||
deps.spruceui=5.0.3+1.20.2 | ||
deps.cicada=0.8.1+1.20.2-1.20.4 | ||
deps.yacl=3.5.0+1.20.4-fabric | ||
|
||
deps.fabric_api=0.97.1+1.20.4 | ||
deps.yarn=1.20.4+build.3 |