Skip to content

Commit

Permalink
flush
Browse files Browse the repository at this point in the history
  • Loading branch information
Globox1997 committed Jun 11, 2024
1 parent 3e54dcf commit 9a50c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
yarn_mappings=1.20.6+build.3
loader_version=0.15.11

# Mod Properties
Expand All @@ -14,6 +14,6 @@ org.gradle.jvmargs=-Xmx1G

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.98.0+1.20.6
fabric_version=0.100.0+1.20.6
cloth_config_version=14.0.126
mod_menu_version=10.0.0-beta.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package net.rpgdifficulty.mixin.entity;

import net.minecraft.nbt.NbtCompound;

import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
Expand Down

0 comments on commit 9a50c4f

Please sign in to comment.