Skip to content

Commit

Permalink
Merge pull request #4 from SilverSokolova/dev
Browse files Browse the repository at this point in the history
finish removing rotten apple recipe
  • Loading branch information
SilverSokolova authored Feb 21, 2024
2 parents 29870b9 + bdfca64 commit ca3690d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 4 additions & 3 deletions items/generic/other/rottenfood.item.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[[{"op":"test","path":"/learnBlueprintsOnPickup","inverse":true},
[
[{"op":"test","path":"/learnBlueprintsOnPickup","inverse":true},
{"op":"add","path":"/learnBlueprintsOnPickup","value":[]}],
[{"op":"add","path":"/learnBlueprintsOnPickup/-","value":"sb_revoltingstew"},
{"op":"add","path":"/learnBlueprintsOnPickup/-","value":"sb_rottenapple"}]]
[{"op":"add","path":"/learnBlueprintsOnPickup/-","value":"sb_revoltingstew"}]
]
2 changes: 0 additions & 2 deletions items/generic/produce/greenapple.consumable.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
//[{"op":"replace","path":"/tooltipKind","value":"sb_object4"}],

//[{"op":"test","path":"/builder","inverse":true},{"op":"add","path":"/builder","value":0}],[{"op":"replace","path":"/builder","value":"/items/buildscripts/starbound/buildfood.lua"}],
[{"op":"test","path":"/learnBlueprintsOnPickup","inverse":true},{"op":"add","path":"/learnBlueprintsOnPickup","value":[]}],
[{"op":"add","path":"/learnBlueprintsOnPickup/-","value":"sb_rottenapple"}],

[{"op":"test","path":"/rottingMultiplier","value":1.0},{"op":"replace","path":"/rottingMultiplier","value":1.5}]

Expand Down
2 changes: 0 additions & 2 deletions items/generic/produce/redapple.consumable.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[
[{"op":"test","path":"/maxStack"},{"op":"remove","path":"/maxStack"}],
[{"op":"test","path":"/rottedItem","inverse":true},{"op":"add","path":"/rottedItem","value":"sb_rottenapple"}],
[{"op":"test","path":"/learnBlueprintsOnPickup","inverse":true},{"op":"add","path":"/learnBlueprintsOnPickup","value":[]}],
[{"op":"add","path":"/learnBlueprintsOnPickup/-","value":"sb_rottenapple"}],

[{"op":"test","path":"/rottingMultiplier","value":1.0},{"op":"replace","path":"/rottingMultiplier","value":1.5}],

Expand Down

0 comments on commit ca3690d

Please sign in to comment.