Skip to content

Commit 23fbc15

Browse files
committed
Version bump
1 parent 6cc5f93 commit 23fbc15

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
99
loader_version=0.14.22
1010

1111
# Mod Properties
12-
mod_version=1.1
12+
mod_version=1.2
1313
maven_group=net.morceaudebois.apolloparrot
1414
archives_base_name=apolloparrot
1515

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "apolloparrot",
4-
"version": "1.1",
4+
"version": "1.2",
55
"name": "Apollo the Parrot",
66
"description": "This silly little mod adds social media star Apollo the parrot to Minecraft. 🦜",
77
"authors": [
@@ -33,6 +33,7 @@
3333
"fabricloader": ">=0.14.22",
3434
"minecraft": "~1.20.1",
3535
"java": ">=17",
36-
"fabric-api": "*"
36+
"fabric-api": "*",
37+
"entity_texture_features": ">=2.0"
3738
}
3839
}

0 commit comments

Comments
 (0)