Skip to content

Commit effcabf

Browse files
committed
Migrate yarn mappings to build 2, and fix a crash
1 parent 6d3d4e1 commit effcabf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ org.gradle.parallel=true
55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
77
minecraft_version=1.19.4
8-
yarn_mappings=1.19.4+build.1
8+
yarn_mappings=1.19.4+build.2
99
loader_version=0.14.19
1010

1111
# Mod Properties
12-
mod_version = 0.0.1-mc1.19.4
12+
mod_version = 0.0.2-mc1.19.4
1313
maven_group = in.techpro424
1414
archives_base_name = itemblacklist
1515

src/main/resources/itemblacklist.mixins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"required": true,
33
"minVersion": "0.8",
4-
"package": "in.TechPro424.itemblacklist.mixin",
4+
"package": "in.techpro424.itemblacklist.mixin",
55
"compatibilityLevel": "JAVA_17",
66
"mixins": [
77
"EntityItemDeleteMixin",

0 commit comments

Comments
 (0)