We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b10e4 commit d532af1Copy full SHA for d532af1
gradle.properties
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
3
org.gradle.parallel=true
4
5
# Mod Properties
6
-mod_version=2.0.2
+mod_version=2.0.3
7
maven_group=one.devos.nautical
8
archives_base_name=winterisms
9
src/main/resources/data/winterisms/recipe/void_bag_without_the_bundle.json
@@ -0,0 +1,25 @@
1
+{
2
+ "type": "wwizardry:altar_catalyzation",
+ "keepCatalyst": false,
+ "bloom": 15,
+ "inputs": [
+ {
+ "item": "wwizardry:crystalline_sculk"
+ },
10
+ "item": "gold_ingot"
11
12
13
+ "item": "ender_eye"
14
15
16
+ "item": "obsidian"
17
+ }
18
+ ],
19
+ "catalyst": {
20
+ "item": "leather"
21
22
+ "result": {
23
+ "id": "wwizardry:void_bag"
24
25
+}
0 commit comments