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 4d54945 commit a2b25e9Copy full SHA for a2b25e9
changelog.md
@@ -1,3 +1,9 @@
1
+# v1.0.1
2
+
3
+- Added Happy Textures as a dependency
4
+- Bugfixes:
5
+ - Fixed possible crashes.
6
7
# v1.0.0
8
9
- Added the following layers:
mod.json
@@ -18,6 +18,11 @@
18
"id": "geode.node-ids",
19
"importance": "required",
20
"version": ">=v1.12.0"
21
+ },
22
+ {
23
+ "id": "alphalaneous.happy_textures",
24
+ "importance": "required",
25
+ "version": ">=1.3.18"
26
}
27
]
28
0 commit comments