From e0f66c2329f9abf5dfcda34d664f6a9d504e533d Mon Sep 17 00:00:00 2001 From: Ladyayla <125931230+TeaTimeDino@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:58:22 -0500 Subject: [PATCH] Jar recipe (#766) --- .../Entities/Objects/Consumable/Food/preserves.yml | 1 + .../Prototypes/_Nuclear14/Recipes/Crafting/items.yml | 9 ++++++++- .../Prototypes/_Nuclear14/Recipes/Crafting/storage.yml | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Nuclear14/Entities/Objects/Consumable/Food/preserves.yml b/Resources/Prototypes/_Nuclear14/Entities/Objects/Consumable/Food/preserves.yml index de8a7b7e8bd..cfd189bb07e 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Objects/Consumable/Food/preserves.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Objects/Consumable/Food/preserves.yml @@ -27,6 +27,7 @@ visible: false - state: icon-front map: [ "enum.SolutionContainerLayers.Overlay" ] + scale: 0.5, 0.5 # JamBase - type: entity diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/items.yml b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/items.yml index f4212fead60..ebaee600c4c 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/items.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/items.yml @@ -11,4 +11,11 @@ # icon: # sprite: _Nuclear14/Structures/Furniture/bedsandchairs.rsi # state: bedroll_rolled -# objectType: Item \ No newline at end of file +# objectType: Item + +- type: latheRecipe + id: N14FoodJarBase + result: N14FoodJarBase + completetime: 0.8 + materials: + Glass: 100 \ No newline at end of file diff --git a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/storage.yml b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/storage.yml index e00c9922e40..d22636b7d76 100644 --- a/Resources/Prototypes/_Nuclear14/Recipes/Crafting/storage.yml +++ b/Resources/Prototypes/_Nuclear14/Recipes/Crafting/storage.yml @@ -55,3 +55,4 @@ sprite: _Nuclear14/Objects/Misc/storage.rsi state: wallet objectType: Item +