Skip to content

Commit

Permalink
1.7.0.1
Browse files Browse the repository at this point in the history
- Added Snail Terrarium recipe.
- Added Nuke Missile recipe.
- Fullbright adjustments to the Mother Poptop.
  • Loading branch information
Nitrosteel committed Mar 13, 2021
1 parent 37edc11 commit 715c9ac
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions player.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_trashcan"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_trashcan2"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_aquarium"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_snailterrarium"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_bar"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_bartender"}},

Expand Down Expand Up @@ -455,6 +456,7 @@
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_HEshell_front"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_HEshell_back"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_hugemissile"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_nukemissile"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_missilerack"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_rocketrack"}},
{"op": "add", "path": "/defaultBlueprints/tier1/-", "value": {"item": "knightfall_weaponchest"}},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"input" : [
{ "item" : "money", "count" : 300 }
],
"output" : { "item" : "knightfall_snailterrarium", "count" : 1 },
"duration" : 0,
"groups" : [ "knightfall_furniturecatalogue", "knightfall_decorative", "all" ]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"input" : [
{ "item" : "money", "count" : 300 }
],
"output" : { "item" : "knightfall_nukemissile", "count" : 1 },
"duration" : 0,
"groups" : [ "knightfall_furniturecatalogue", "knightfall_weapons", "all" ]
}

0 comments on commit 715c9ac

Please sign in to comment.