Skip to content

Commit 7a2d9a4

Browse files
committed
Fix HotOrNot
1 parent 1bed937 commit 7a2d9a4

File tree

4 files changed

+53
-1
lines changed

4 files changed

+53
-1
lines changed

overrides/config/HotOrNotPlus.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ general {
8282
B:Tooltips=true
8383

8484
# Max durability of Wooden Tongs, 0 for infinite durability
85-
I:"Wooden Tongs durability"=300
85+
I:"Wooden Tongs durability"=100
8686
}
8787

8888

overrides/config/betterquesting/DefaultQuests/QuestLines/0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@
236236
"sizeY:3": 24,
237237
"x:3": 144,
238238
"y:3": 144
239+
},
240+
"32:10": {
241+
"id:3": 293824100,
242+
"sizeX:3": 24,
243+
"sizeY:3": 24,
244+
"x:3": 0,
245+
"y:3": 48
239246
}
240247
}
241248
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"properties:10": {
3+
"betterquesting:10": {
4+
"desc:8": "熱いまたは冷たい物を持つ場合、追加されたアイテムをオフハンドに装備するとダメージを抑えることが出来ます。\nまた注意として軽い気体を持つ場合、体が浮かび上がるので注意が必要です。詳しくはツールチップを確認してください。\n\n種類としては三つありますが違いは耐久値の違いだけで、その中で鉄製トングは耐久値無限となります。\n\n木製トング: 100\nミトン: 1000\n\n後半ではNanoMuscle™スーツやQuarkTech™スーツを着ることでダメージをカットできます。\n\n\n余談その1\nGTE2 v2.7.12にて追加された新要素で、これはGTNHにもある仕様である。\nなおマイナバージョンアップで導入したため、困惑するユーザが多発した。",
5+
"icon:10": {
6+
"Count:3": 1,
7+
"id:8": "hotornot:mitts"
8+
},
9+
"name:8": "手は頑丈ではない"
10+
}
11+
},
12+
"questID:3": 293824100,
13+
"tasks:9": {
14+
"0:10": {
15+
"entryLogic:8": "OR",
16+
"ignoreNBT:1": 1,
17+
"index:3": 0,
18+
"requiredItems:9": {
19+
"0:10": {
20+
"Count:3": 1,
21+
"id:8": "hotornot:mitts"
22+
},
23+
"1:10": {
24+
"Count:3": 1,
25+
"id:8": "hotornot:wooden_tongs"
26+
},
27+
"2:10": {
28+
"Count:3": 1,
29+
"id:8": "hotornot:iron_tongs"
30+
}
31+
},
32+
"taskID:8": "bq_standard:retrieval"
33+
}
34+
}
35+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Imports
2+
import mods.jei.JEI;
3+
4+
5+
6+
########################################
7+
# Items
8+
########################################
9+
# Iron Tongs
10+
recipes.removeByRecipeName("hotornot:iron_tongs");

0 commit comments

Comments
 (0)