Skip to content

Commit

Permalink
1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anviaan committed Oct 8, 2023
1 parent 5a7bf13 commit 626ec79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.22

# Mod Properties
mod_version = 1.4.1
maven_group = net.anvian
archives_base_name = (Fabric)SculkHorn-1.20
archives_base_name = (Fabric)SculkHorn-1.20.2

# Dependencies
fabric_version=0.83.0+1.20
fabric_version=0.89.3+1.20.2

# https://maven.wispforest.io/io/wispforest/owo-lib/
owo_version=0.11.0+1.20
owo_version=0.11.3+1.20.2
1 change: 0 additions & 1 deletion src/main/java/net/anvian/sculkhornid/SculkHornMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import net.fabricmc.fabric.api.itemgroup.v1.FabricItemGroup;
import net.minecraft.item.ItemGroup;
import net.minecraft.item.ItemStack;
import net.minecraft.item.Items;
import net.minecraft.registry.Registries;
import net.minecraft.registry.Registry;
import net.minecraft.registry.RegistryKey;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"sculkhornid.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": "~1.20",
"fabricloader": ">=0.14.22",
"minecraft": "~1.20.2",
"java": ">=17",
"fabric-api": "*"
},
Expand Down

0 comments on commit 626ec79

Please sign in to comment.