Skip to content

Commit

Permalink
Version 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
I-No-oNe committed Sep 19, 2024
1 parent 65dfeaa commit 910a5d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20
yarn_mappings=1.20+build.1
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.15.11

# Mod Properties
mod_version = 9.0-1.20-fabric
mod_version = 9.0-1.20.2-fabric
maven_group=net.i_no_am.view_model
archives_base_name=view-model

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.83.0+1.20
fabric_version=0.91.6+1.20.2
# ImproperUI Properties
# check on https://github.com/ItziSpyder/ImproperUI/releases/latest
improperui_version=1-20-0.0.6-BETA
improperui_version=1-20.2-0.0.6-BETA
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import net.minecraft.client.render.VertexConsumerProvider;
import net.minecraft.client.render.item.HeldItemRenderer;
import net.minecraft.client.util.math.MatrixStack;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.item.ItemStack;
import net.minecraft.util.Arm;
import net.minecraft.util.Hand;
Expand Down

0 comments on commit 910a5d2

Please sign in to comment.