Skip to content

Commit 52a62bb

Browse files
committed
v4.1.1
1 parent 5c0d4d3 commit 52a62bb

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
@@ -9,7 +9,7 @@ yarn_mappings=1.21+build.9
99
loader_version=0.15.11
1010

1111
# Mod Properties
12-
mod_version=4.1.0
12+
mod_version=4.1.1
1313
maven_group=embin.poosmp
1414
archives_base_name=poosmp
1515

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "equipment",
4+
"pattern": [
5+
"#2#",
6+
"#3#",
7+
"###"
8+
],
9+
"key": {
10+
"#": {
11+
"item": "minecraft:netherrack"
12+
},
13+
"3": {
14+
"item": "minecraft:netherite_scrap"
15+
},
16+
"2": {
17+
"item": "minecraft:diamond"
18+
}
19+
},
20+
"result": {
21+
"id": "minecraft:netherite_upgrade_smithing_template",
22+
"count": 1
23+
},
24+
"show_notification": true
25+
}

0 commit comments

Comments
 (0)