We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc5f93 commit 23fbc15Copy full SHA for 23fbc15
2 files changed
gradle.properties
@@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
9
loader_version=0.14.22
10
11
# Mod Properties
12
-mod_version=1.1
+mod_version=1.2
13
maven_group=net.morceaudebois.apolloparrot
14
archives_base_name=apolloparrot
15
src/main/resources/fabric.mod.json
@@ -1,7 +1,7 @@
1
{
2
"schemaVersion": 1,
3
"id": "apolloparrot",
4
- "version": "1.1",
+ "version": "1.2",
5
"name": "Apollo the Parrot",
6
"description": "This silly little mod adds social media star Apollo the parrot to Minecraft. 🦜",
7
"authors": [
@@ -33,6 +33,7 @@
33
"fabricloader": ">=0.14.22",
34
"minecraft": "~1.20.1",
35
"java": ">=17",
36
- "fabric-api": "*"
+ "fabric-api": "*",
37
+ "entity_texture_features": ">=2.0"
38
}
39
0 commit comments