-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added Snail Terrarium recipe. - Added Nuke Missile recipe. - Fullbright adjustments to the Mother Poptop.
- Loading branch information
1 parent
37edc11
commit 715c9ac
Showing
4 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
Binary file modified
BIN
-135 Bytes
(100%)
...ghtfall_augmentedmotherpoptop/body/knightfall_augmentedmotherpoptopnobright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
recipes/knightfall_furniturecatalogue/decorative/knightfall_snailterrarium.recipe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" ] | ||
} |
8 changes: 8 additions & 0 deletions
8
recipes/knightfall_furniturecatalogue/weapons/knightfall_nukemissile.recipe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" ] | ||
} |