diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-04 11:57:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-04 10:57:58 +0000 |
| commit | cc254074df10b1bb1db4a11eaf31355e2f12159f (patch) | |
| tree | 1b2d62f67f6eb3e5976c8f9f90e7f731bd0f26f7 | |
| parent | 2bea137a22d29907fe0f48cd4999fab0b1143d7d (diff) | |
| download | NotEnoughUpdates-REPO-cc254074df10b1bb1db4a11eaf31355e2f12159f.tar.gz NotEnoughUpdates-REPO-cc254074df10b1bb1db4a11eaf31355e2f12159f.tar.bz2 NotEnoughUpdates-REPO-cc254074df10b1bb1db4a11eaf31355e2f12159f.zip | |
fix: essence cost having just _ as a id (#1488)
| -rw-r--r-- | constants/essencecosts.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/essencecosts.json b/constants/essencecosts.json index e31f45d8..de152e73 100644 --- a/constants/essencecosts.json +++ b/constants/essencecosts.json @@ -13483,7 +13483,7 @@ "SKYBLOCK_COIN:500000" ], "10": [ - "_", + "MAGMA_LORD_FRAGMENT:2", "MAGMA_FISH_DIAMOND:2", "HEAVY_PEARL:5", "SKYBLOCK_COIN:1000000" @@ -13548,7 +13548,7 @@ "SKYBLOCK_COIN:500000" ], "10": [ - "_", + "MAGMA_LORD_FRAGMENT:2", "MAGMA_FISH_DIAMOND:2", "HEAVY_PEARL:5", "SKYBLOCK_COIN:1000000" @@ -13613,7 +13613,7 @@ "SKYBLOCK_COIN:500000" ], "10": [ - "_", + "MAGMA_LORD_FRAGMENT:2", "MAGMA_FISH_DIAMOND:2", "HEAVY_PEARL:5", "SKYBLOCK_COIN:1000000" |
