Skip to content

Commit d532af1

Browse files
committed
ughhh
1 parent c5b10e4 commit d532af1

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
33
org.gradle.parallel=true
44

55
# Mod Properties
6-
mod_version=2.0.2
6+
mod_version=2.0.3
77
maven_group=one.devos.nautical
88
archives_base_name=winterisms
99

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"type": "wwizardry:altar_catalyzation",
3+
"keepCatalyst": false,
4+
"bloom": 15,
5+
"inputs": [
6+
{
7+
"item": "wwizardry:crystalline_sculk"
8+
},
9+
{
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

Comments
 (0)