diff options
author | jani270 <jani270@gmx.de> | 2023-04-17 06:43:38 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-04-17 06:43:38 +0200 |
commit | 40bbfc34fe782d8be713b6501d5656bd1680bd5c (patch) | |
tree | 4fd0f3ddb18857741d229fdccb496f5f8016b4f0 | |
parent | 8fa5cb42ad316ad3fa8e141151bba6ee59e63bcb (diff) | |
download | SkyHanni-REPO-40bbfc34fe782d8be713b6501d5656bd1680bd5c.tar.gz SkyHanni-REPO-40bbfc34fe782d8be713b6501d5656bd1680bd5c.tar.bz2 SkyHanni-REPO-40bbfc34fe782d8be713b6501d5656bd1680bd5c.zip |
Added fuel
-rw-r--r-- | constants/Garden.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 |