diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-10-09 21:42:30 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-09 10:42:30 +0000 |
| commit | 1be515c8fc7262104c91407858fbfd40ebc6d2bf (patch) | |
| tree | 471707b84f7299263d58f0a69ec25e1cc983679c | |
| parent | b77075594556e2483cf568d09c64f018f9258689 (diff) | |
| download | NotEnoughUpdates-REPO-1be515c8fc7262104c91407858fbfd40ebc6d2bf.tar.gz NotEnoughUpdates-REPO-1be515c8fc7262104c91407858fbfd40ebc6d2bf.tar.bz2 NotEnoughUpdates-REPO-1be515c8fc7262104c91407858fbfd40ebc6d2bf.zip | |
Add minion helper disabler + fix hard stone minion 10 recipe (#1354)
* add minion helper disabler + fix hard stone minion 10 recipe
* forgot to update this
| -rw-r--r-- | enforced_values/disableminion.json | 27 | ||||
| -rw-r--r-- | items/HARD_STONE_GENERATOR_10.json | 10 |
2 files changed, 32 insertions, 5 deletions
diff --git a/enforced_values/disableminion.json b/enforced_values/disableminion.json new file mode 100644 index 00000000..b6c4b7da --- /dev/null +++ b/enforced_values/disableminion.json @@ -0,0 +1,27 @@ +{ + "chatPSA": [ + "§c[NEU] We have disabled the NEU Minion Overlay due to a crash with an updated recipe. Please update the mod at: §l https://modrinth.com/mod/notenoughupdates/" + ], + "enforcedValues": [ + { + "path": "minionHelper.gui", + "value": false + } + ], + "affectedVersions": [ + 20000, + 20101, + 20102, + 20103, + 20104, + 20105, + 20106, + 20200, + 20201, + 20202, + 20300, + 20301, + 20302, + 20303 + ] +} diff --git a/items/HARD_STONE_GENERATOR_10.json b/items/HARD_STONE_GENERATOR_10.json index d4fd9267..8a51bd6c 100644 --- a/items/HARD_STONE_GENERATOR_10.json +++ b/items/HARD_STONE_GENERATOR_10.json @@ -16,15 +16,15 @@ "§9§lRARE" ], "recipe": { - "A1": "CONCENTRATED_STONE:1", + "A1": "", "A2": "CONCENTRATED_STONE:1", - "A3": "CONCENTRATED_STONE:1", + "A3": "", "B1": "CONCENTRATED_STONE:1", "B2": "HARD_STONE_GENERATOR_9:1", "B3": "CONCENTRATED_STONE:1", - "C1": "CONCENTRATED_STONE:1", + "C1": "", "C2": "CONCENTRATED_STONE:1", - "C3": "CONCENTRATED_STONE:1" + "C3": "" }, "internalname": "HARD_STONE_GENERATOR_10", "crafttext": "Requires: Hard Stone I", @@ -35,4 +35,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Hard_Stone_Minion", "https://wiki.hypixel.net/Hard_Stone_Minion" ] -}
\ No newline at end of file +} |
