From 40bbfc34fe782d8be713b6501d5656bd1680bd5c Mon Sep 17 00:00:00 2001 From: jani270 Date: Mon, 17 Apr 2023 06:43:38 +0200 Subject: Added fuel --- constants/Garden.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants') diff --git a/constants/Garden.json b/constants/Garden.json index 590cfc8..56fd8d9 100644 --- a/constants/Garden.json +++ b/constants/Garden.json @@ -511,5 +511,10 @@ "POISONOUS_POTATO": 0.33, "INK_SACK-2": 0.5, "MELON_BLOCK": 1.8 + }, + "fuel": { + "BIOFUEL": 3000, + "VOLTA": 10000, + "OIL_BARREL": 10000 } } \ No newline at end of file -- cgit