Skip to content

Commit a93d612

Browse files
committed
fixed roll puncher and tracker bar recipes
1 parent 68b8c3c commit a93d612

3 files changed

Lines changed: 30 additions & 5 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mod_id=pipeorgans
2222
mod_name=Create: Sound of Steam
2323
mod_license=All Rights Reserved
2424
# The mod version. See https://semver.org/
25-
mod_version=0.8.1+1.20.1
25+
mod_version=0.8.1.1+1.20.1
2626

2727
mod_group_id=com.finchy.pipeorgans
2828
mod_authors=FinchyMcFinch, Deanosaur75
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "misc",
4+
"pattern": [
5+
" P ",
6+
"PQ ",
7+
"ISI"
8+
],
9+
"key": {
10+
"P": {
11+
"item": "minecraft:spruce_slab"
12+
},
13+
"Q": {
14+
"item": "minecraft:writable_book"
15+
},
16+
"I": {
17+
"tag": "forge:ingots/iron"
18+
},
19+
"S": {
20+
"item": "minecraft:smooth_stone"
21+
}
22+
},
23+
"result": {
24+
"item": "pipeorgans:roll_puncher"
25+
}
26+
}

src/main/resources/data/pipeorgans/recipes/crafting/tracker_bar.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"type": "minecraft:crafting_shaped",
33
"category": "misc",
44
"pattern": [
5-
" S",
5+
" S ",
66
"BPB",
7-
" S"
7+
" S "
88
],
99
"key": {
1010
"B": {
@@ -18,7 +18,6 @@
1818
}
1919
},
2020
"result": {
21-
"item": "pipeorgans:tracker_bar",
22-
"count": 1
21+
"item": "pipeorgans:tracker_bar"
2322
}
2423
}

0 commit comments

Comments
 (0)