Skip to content

Commit 039bfc2

Browse files
Merge pull request #5 from Doppel-R101/chest_fix
Tuff crush removal, quark x vanilla backport chest crafting
2 parents 2c22fd4 + 2cdb436 commit 039bfc2

3 files changed

Lines changed: 49 additions & 1 deletion

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mod_name=Create: Perfect Processing
3434
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
3535
mod_license=MIT
3636
# The mod version. See https://semver.org/
37-
mod_version=1.6.0
37+
mod_version=1.6.1
3838
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
3939
# This should match the base package used for the mod sources.
4040
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "zeta:flag",
5+
"flag": "variant_chests"
6+
}
7+
],
8+
"type": "minecraft:crafting_shaped",
9+
"category": "misc",
10+
"key": {
11+
"#": {
12+
"item": "minecraft:pale_oak_planks"
13+
}
14+
},
15+
"pattern": [
16+
"###",
17+
"# #",
18+
"###"
19+
],
20+
"result": {
21+
"count": 1,
22+
"id": "minecraft:chest"
23+
}
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "zeta:flag",
5+
"flag": "variant_chests"
6+
}
7+
],
8+
"type": "minecraft:crafting_shaped",
9+
"category": "misc",
10+
"key": {
11+
"#": {
12+
"item": "minecraft:pale_oak_log"
13+
}
14+
},
15+
"pattern": [
16+
"###",
17+
"# #",
18+
"###"
19+
],
20+
"result": {
21+
"count": 4,
22+
"id": "minecraft:chest"
23+
}
24+
}

0 commit comments

Comments
 (0)