Skip to content

Commit

Permalink
Merge pull request #117 from Dev0Louis/1.20.4/dev
Browse files Browse the repository at this point in the history
HEHEHEHEE 1.20.4
  • Loading branch information
enjarai authored Jan 3, 2024
2 parents 47a198d + 30febc3 commit 0be501d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ dependencies {
// Mod Menu integration.
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"

// Mixin Extras for extra compatibility.
implementation("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")
annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")
clientAnnotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}")

include(implementation("com.github.bawnorton.mixinsquared:mixinsquared-fabric:${project.mixin_squared_version}"))
annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:${project.mixin_squared_version}")
clientAnnotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:${project.mixin_squared_version}")
Expand Down
15 changes: 7 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
org.gradle.jvmargs=-Xmx4096M

minecraft_version=1.20.2
minecraft_version=1.20.4

archives_base_name=do-a-barrel-roll
mod_version=3.3.7
maven_group=nl.enjarai

yarn_version=1.20.2+build.4
yarn_version=1.20.4+build.3

loader_version=0.14.24
fabric_version=0.90.7+1.20.2
loader_version=0.15.3
fabric_version=0.91.3+1.20.4

cicada_version=0.5.0+1.20.2-plus
# https://modrinth.com/mod/modmenu/versions#all-versions
modmenu_version=8.0.0
modmenu_version=9.0.0-pre.1
# https://github.com/isXander/YetAnotherConfigLib/releases
yacl_version=3.3.0-beta.1+1.20.2
yacl_version=3.3.1+1.20.4
# https://github.com/isXander/Controlify/releases
controlify_version=1.7.0+1.20.2
mixin_extras_version=0.2.0
controlify_version=1.7.0+1.20.3
mixin_squared_version=0.1.1
permissions_api_version=0.2-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class ToastUtil {
public static void toasty(String key) {
MinecraftClient.getInstance().getToastManager().add(SystemToast.create(
MinecraftClient.getInstance(),
SystemToast.Type.TUTORIAL_HINT,
SystemToast.Type.PERIODIC_NOTIFICATION,
Text.translatable("toast.do_a_barrel_roll"),
Text.translatable("toast.do_a_barrel_roll." + key)
));
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"yet_another_config_lib_v3": ">=3.1.0"
},
"depends": {
"minecraft": ">=1.20.2- <1.20.3-",
"minecraft": ">=1.20.3- <=1.20.4",
"fabric-api": "*",
"cicada": "*"
},
Expand Down

0 comments on commit 0be501d

Please sign in to comment.