Skip to content

Commit

Permalink
extraction recipe tweaks
Browse files Browse the repository at this point in the history
remove recipes from items that are crushable and siftable
re-add direstone crushing
update block descriptions
  • Loading branch information
giantcavespider committed Nov 16, 2024
1 parent 7cdf962 commit 3a0162c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 38 deletions.
2 changes: 1 addition & 1 deletion items/materials/blackslimematerial.matitem
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
2.0
],
"shortdescription": "Black Slime",
"description": "This is just gross. Seriously. It's all gloppy and toxic!\n^green;Extractable^reset;.",
"description": "This is just gross. Seriously. It's all gloppy and toxic!\n^green;Extractable^reset;, ^yellow;Centrifugable^reset;.",
"materialId": 6544
}
10 changes: 5 additions & 5 deletions items/materials/brick.matitem.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"op": "replace",
"path": "/description",
"value": "Small but perfectly formed bricks made from clay. \n^orange;Crushable^reset;."
}
{
"op": "replace",
"path": "/description",
"value": "Small but perfectly formed bricks made from clay.\n^orange;Crushable^reset;."
}
]
14 changes: 7 additions & 7 deletions items/materials/candyblock.matitem.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"op": "replace",
"path": "/description",
"value": "Sweet-smelling rock candy!\n^green;Extractable^reset;, \n^orange;Crushable^reset;."
}
]
[
{
"op": "replace",
"path": "/description",
"value": "Sweet-smelling rock candy!\n^green;Extractable^reset;, ^orange;Crushable^reset;."
}
]
2 changes: 1 addition & 1 deletion items/materials/coral2material.matitem
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
2.5,
2.0
],
"description": "A block of delicate coral.\n^green;Extractable^reset;, ^orange;Siftable^reset;.",
"description": "A block of delicate coral.\n^green;Extractable^reset;, ^orange;Crushable^reset;.",
"shortdescription": "Delicate Coral",
"materialId": 6548
}
39 changes: 15 additions & 24 deletions objects/generic/centrifuge_recipes.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@
"algaegreen": ["common", 3],
"fu_salt": ["common", 3]
},
"coral2material": {
"bone": ["common", 3],
"coralfragment": ["common", 3],
"fu_salt": ["common", 3],

"cellmatter": ["rare", 1],

"calciumnitrate": ["rarest", 1]

},
"glasssandmaterial": {
"biospore": ["rarest", 2],
"lead": ["rarest", 2],
Expand Down Expand Up @@ -832,20 +822,6 @@
"gravelmaterial": ["common", 2],
"cobblestonematerial": ["common", 2]
},
"bioblockmaterial": {
"sand": ["uncommon", 2],
"sand2": ["uncommon", 2],

"gravelmaterial": ["common", 2],
"cobblestonematerial": ["common", 2]
},
"bioblock2material": {
"sand": ["uncommon", 2],
"sand2": ["uncommon", 2],

"gravelmaterial": ["common", 2],
"cobblestonematerial": ["common", 2]
},
"tarstonematerial": {
"fu_carbon": ["rarest", 1],

Expand Down Expand Up @@ -1028,6 +1004,21 @@
"coalore": ["common", 3],
"copperore": ["common", 3]
},
"direstone": {
"tungstenore": ["rarest", 2],
"goldore": ["rarest", 2],

"corefragmentore": ["rare", 3],
"liquidoil": ["rare", 3],
"lead": ["rare", 3],

"silverore": ["uncommon", 3],
"copperore": ["uncommon", 3],
"ironore": ["uncommon", 3],

"cobblestonematerial": ["common", 2],
"gravelmaterial": ["common", 2]
},
"conglomeratematerial": {
"goldore": ["rarest", 3],
"magnesiumsulfate" : ["rarest", 3],
Expand Down

0 comments on commit 3a0162c

Please sign in to comment.