Skip to content

Commit 787afac

Browse files
committed
Making Vanilla Backport tags optional, adding calcite & dripstone recipes.
1 parent 54c4988 commit 787afac

9 files changed

Lines changed: 63 additions & 5 deletions

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.1
37+
mod_version=1.2
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"replace": false,
23
"values": [
3-
"vanillabackport:pale_oak_slab"
4+
{
5+
"id": "vanillabackport:pale_oak_slab",
6+
"required": false
7+
}
48
]
59
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"replace": false,
23
"values": [
3-
"vanillabackport:pale_oak_stairs"
4+
{
5+
"id": "vanillabackport:pale_oak_stairs",
6+
"required": false
7+
}
48
]
59
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"replace": false,
23
"values": [
3-
"vanillabackport:stripped_pale_oak_log"
4+
{
5+
"id": "vanillabackport:stripped_pale_oak_log",
6+
"required": false
7+
}
48
]
59
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
"replace": false,
23
"values": [
3-
"vanillabackport:stripped_pale_oak_wood"
4+
{
5+
"id": "vanillabackport:stripped_pale_oak_wood",
6+
"required": false
7+
}
48
]
59
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"replace": true,
3+
"values": [
4+
5+
]
6+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"type": "create:filling",
3+
"ingredients": [
4+
{
5+
"item": "minecraft:diorite"
6+
},
7+
{
8+
"type": "fluid_stack",
9+
"amount": 100,
10+
"fluid": "minecraft:water"
11+
}
12+
],
13+
"results": [
14+
{
15+
"id": "minecraft:calcite"
16+
}
17+
]
18+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"type": "create:filling",
3+
"ingredients": [
4+
{
5+
"item": "minecraft:granite"
6+
},
7+
{
8+
"type": "fluid_stack",
9+
"amount": 100,
10+
"fluid": "minecraft:water"
11+
}
12+
],
13+
"results": [
14+
{
15+
"id": "minecraft:dripstone"
16+
}
17+
]
18+
}

‎src/main/resources/logo.png‎

355 KB
Loading

0 commit comments

Comments
 (0)