aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--enforced_values/disableminion.json27
-rw-r--r--items/HARD_STONE_GENERATOR_10.json10
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
+}