Skip to content

Commit a4a76e3

Browse files
committed
Recipe conflict resolutions, rebalance create stone recipes, Supplementaries flute song re-weighting.
1 parent 787afac commit a4a76e3

35 files changed

Lines changed: 9552 additions & 7 deletions

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ 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.2
37+
mod_version=1.3
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
4141
mod_group_id=dev.kalwantspizza.perfectprocessing
4242
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
4343
mod_authors=KalWantsPizza
4444
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
45-
mod_description=This mod provides recipe tweaks and renewable resources for Mr. Beardstone's Perfect World 2 patreon server on 1.21.1\nWith credit to Dragonll237, gunhippy, Doppel_R, and EsmeTH (PW2 Server Council) for recipe collaboration.
45+
mod_description=This mod provides recipe tweaks and renewable resources for Mr. Beardstone's Whiskers & Wonders patreon server on 1.21.1\nWith credit to Dragonll237, gunhippy, Doppel_R, and EsmeTH (Server Council) for recipe collaboration.
4646

4747
create_version = 6.0.6-98
4848
ponder_version = 1.0.59
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}

src/main/resources/data/perfectprocessing/recipe/compacting/asurine_from_pressing.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
{
2323
"tag": "c:nuggets/zinc"
2424
},
25+
{
26+
"tag": "c:nuggets/zinc"
27+
},
28+
{
29+
"tag": "c:nuggets/zinc"
30+
},
2531
{
2632
"type": "fluid_stack",
2733
"amount": 100,

src/main/resources/data/perfectprocessing/recipe/compacting/crimsite_from_pressing.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
{
2323
"tag": "c:nuggets/iron"
2424
},
25+
{
26+
"tag": "c:nuggets/iron"
27+
},
28+
{
29+
"tag": "c:nuggets/iron"
30+
},
2531
{
2632
"type": "fluid_stack",
2733
"amount": 100,

src/main/resources/data/perfectprocessing/recipe/compacting/ochrum_from_pressing.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
{
1717
"tag": "c:nuggets/gold"
1818
},
19+
{
20+
"tag": "c:nuggets/gold"
21+
},
1922
{
2023
"type": "fluid_stack",
2124
"amount": 100,

src/main/resources/data/perfectprocessing/recipe/compacting/veridium_from_pressing.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
{
2323
"tag": "c:nuggets/copper"
2424
},
25+
{
26+
"tag": "c:nuggets/copper"
27+
},
28+
{
29+
"tag": "c:nuggets/copper"
30+
},
2531
{
2632
"type": "fluid_stack",
2733
"amount": 100,

src/main/resources/data/perfectprocessing/recipe/crushing/copper_nugget_from_crushing_limestone.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "neoforge:not",
5+
"value": {
6+
"type": "neoforge:mod_loaded",
7+
"modid": "northstar"
8+
}
9+
}
10+
],
211
"type": "create:crushing",
312
"ingredients": [
413
{
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "neoforge:mod_loaded",
5+
"modid": "northstar"
6+
}
7+
],
8+
"type": "create:crushing",
9+
"ingredients": [
10+
{
11+
"tag": "create:stone_types/limestone"
12+
}
13+
],
14+
"processingTime": 250,
15+
"results": [
16+
{
17+
"chance": 0.30,
18+
"id": "create:copper_nugget"
19+
},
20+
{
21+
"chance": 0.50,
22+
"id": "northstar:rutile_concentrate"
23+
}
24+
]
25+
}

src/main/resources/data/perfectprocessing/recipe/crushing/nickel_nugget_from_crushing_scorchia.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"neoforge:conditions": [
33
{
4-
"type": "neoforge:not",
5-
"value": {
6-
"type": "neoforge:tag_empty",
7-
"tag": "c:nuggets/nickel"
4+
"type": "neoforge:mod_loaded",
5+
"modid": "creatingspace"
86
}
9-
}
107
],
118
"type": "create:crushing",
129
"ingredients": [

0 commit comments

Comments
 (0)