From 7b9b187e21a5c172604b3cf38655297c3d118c90 Mon Sep 17 00:00:00 2001 From: Karol1223 <68503002+Karol1223@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:32:10 +0200 Subject: [PATCH] llama skull fixes --- data/json/items/resources/bone.json | 4 ++-- data/json/uncraft/recipe_deconstruction.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/json/items/resources/bone.json b/data/json/items/resources/bone.json index 3afba09c2ada1..6977d39042702 100644 --- a/data/json/items/resources/bone.json +++ b/data/json/items/resources/bone.json @@ -387,8 +387,8 @@ "name": { "str": "llama skull" }, "description": "The skull of a llama.", "copy-from": "skull_abstract", - "weight": "8 kg", - "volume": "35 L", + "weight": "800 g", + "volume": "8850 ml", "longest_side": "30 cm" } ] diff --git a/data/json/uncraft/recipe_deconstruction.json b/data/json/uncraft/recipe_deconstruction.json index 2a9f604ae64ec..6a9d9088c7042 100644 --- a/data/json/uncraft/recipe_deconstruction.json +++ b/data/json/uncraft/recipe_deconstruction.json @@ -7294,9 +7294,9 @@ "result": "skull_llama", "type": "uncraft", "activity_level": "MODERATE_EXERCISE", - "time": "1 m", - "qualities": [ { "id": "HAMMER", "level": 2 } ], - "components": [ [ [ "bone", 35 ] ] ], + "time": "10 s", + "qualities": [ { "id": "HAMMER", "level": 1 } ], + "components": [ [ [ "bone", 2 ] ] ], "flags": [ "BLIND_EASY" ] }, {