Skip to content

Commit 5a3671c

Browse files
Merge pull request #8 from Negative-light/1.19.0
1.19.0 Merge
2 parents c465b56 + 66c95cc commit 5a3671c

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55

66
group = 'com.negative-light.mods'
7-
version = '1.19.2-1.0-SNAPSHOT-0'
7+
version = '1.19.2-1.0.1'
88

99
java {
1010
archivesBaseName = 'soulsiphon'
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [
4+
"CSC",
5+
" C "
6+
],
7+
"key": {
8+
"C": {
9+
"item": "minecraft:crying_obsidian"
10+
},
11+
"S": {
12+
"item": "minecraft:red_sand"
13+
}
14+
},
15+
"result": {
16+
"item": "soulsiphon:weeping_urn"
17+
}
18+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [
4+
"CSC",
5+
" C "
6+
],
7+
"key": {
8+
"C": {
9+
"item": "minecraft:crying_obsidian"
10+
},
11+
"S": {
12+
"item": "minecraft:sand"
13+
}
14+
},
15+
"result": {
16+
"item": "soulsiphon:weeping_urn"
17+
}
18+
}

0 commit comments

Comments
 (0)