diff options
| author | Luna <me@lunya.dev> | 2024-09-19 18:44:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-19 16:44:11 +0000 |
| commit | 9d515bde8550db2014dada2d082d1e204c87205e (patch) | |
| tree | bddd907619af9ddfddade9228208a50b1877be19 | |
| parent | 5902046e2635b935e44196348776cf3a8dce9288 (diff) | |
| download | NotEnoughUpdates-REPO-9d515bde8550db2014dada2d082d1e204c87205e.tar.gz NotEnoughUpdates-REPO-9d515bde8550db2014dada2d082d1e204c87205e.tar.bz2 NotEnoughUpdates-REPO-9d515bde8550db2014dada2d082d1e204c87205e.zip | |
Fix Legendary Magma Cube Pet chance (#1359)
| -rw-r--r-- | items/MAGMA_CUBE_BOSS.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/MAGMA_CUBE_BOSS.json b/items/MAGMA_CUBE_BOSS.json index 46b962ff..5abfb826 100644 --- a/items/MAGMA_CUBE_BOSS.json +++ b/items/MAGMA_CUBE_BOSS.json @@ -58,7 +58,7 @@ { "id": "MAGMA_CUBE;4", "extra": [], - "chance": "2%" + "chance": "0.4%" }, { "id": "ENCHANTED_MAGMA_CREAM", |
