Skip to content

Commit

Permalink
Release 3.6.0.1, Fixed a severe bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yuesha-yc committed Feb 12, 2021
1 parent 23f01cb commit 87e3341
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 20 deletions.
8 changes: 8 additions & 0 deletions changelog_en_US.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.6.0.1
Mod Changes:
- N/A

Content Changes:
- Fixed Quartz Crucible not having a crafting recipe.
- Fixed CurseForge version missing BrandonsCore.

3.6.0.0
Mod changes:
- Added FoamFix-1.7.10-beta2
Expand Down
11 changes: 9 additions & 2 deletions changelog_zh_CN.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
3.6.0.0
3.6.0.1
模组变化:
-

内容变化:
- 修复石英坩埚没有合成配方
- 修复CurseForge版本缺失BrandonsCore

3.6.0.0
模组变化:
· 新增FoamFix-1.7.10-beta2
· 升级gregtech_1.7.10-6.15.07-unofficial
Expand All @@ -7,7 +15,6 @@

内容变化:
· 新增多方块水产养殖场
· 新增太阳能光伏板和光电转换器
· 新增几十种金属的脚手架
· 新增几十种金属的建筑法杖
· 新增所有GT陶瓷制品的粘土样式
Expand Down
2 changes: 1 addition & 1 deletion config/CustomMainMenu/cn/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"alignment": "topleft"
},
"currentversion": {
"text": "3.6.0.0",
"text": "3.6.0.1",
"posX": 110,
"posY": 40,
"fontSize": 1,
Expand Down
2 changes: 1 addition & 1 deletion config/CustomMainMenu/en/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"alignment": "topleft"
},
"currentversion": {
"text": "3.6.0.0",
"text": "3.6.0.1",
"posX": 110,
"posY": 40,
"fontSize": 1,
Expand Down
2 changes: 1 addition & 1 deletion config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"alignment": "topleft"
},
"currentversion": {
"text": "3.6.0.0",
"text": "3.6.0.1",
"posX": 110,
"posY": 40,
"fontSize": 1,
Expand Down
2 changes: 1 addition & 1 deletion config/MoegAddon/moegadd.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modules {
B:LoginMessage=true

# Version of the Modpack [default: 3.6.0.0]
S:ModPackVersion=3.6.0.0
S:ModPackVersion=3.6.0.1
}


Expand Down
Binary file added docs/UpdateAnnouncements.docx
Binary file not shown.
18 changes: 4 additions & 14 deletions modpack/common/scripts/CommonGT.zs
Original file line number Diff line number Diff line change
Expand Up @@ -331,22 +331,12 @@ mods.Terrafirmacraft.ItemHeat.addRecipe(<gregtech:gt.multitileentity:1055>.withT
recipes.addShaped(<gregtech:gt.multitileentity:1033>,
[[<ore:plateChromium>,Chisel,<ore:plateChromium>],
[<ore:plateChromium>,HHammer,<ore:plateChromium>],
[<ore:plateChromium>,<terrafirmacraft:item.Blue Steel Double Sheet>,<ore:plateChromium>]]);
[<ore:plateChromium>,<ore:plateBlueOrRedSteel>,<ore:plateChromium>]]);

recipes.addShaped(<gregtech:gt.multitileentity:1018>,
[[<ore:gemAnyQuartz>,Chisel,<ore:gemAnyQuartz>],
[<ore:gemAnyQuartz>,HHammer,<ore:gemAnyQuartz>],
[<ore:gemAnyQuartz>,<terrafirmacraft:item.Blue Steel Double Sheet>,<ore:gemAnyQuartz>]]);

recipes.addShaped(<gregtech:gt.multitileentity:1033>,
[[<ore:plateChromium>,Chisel,<ore:plateChromium>],
[<ore:plateChromium>,HHammer,<ore:plateChromium>],
[<ore:plateChromium>,<terrafirmacraft:item.Red Steel Double Sheet>,<ore:plateChromium>]]);

recipes.addShaped(<gregtech:gt.multitileentity:1018>,
[[<ore:gemAnyQuartz>,Chisel,<ore:gemAnyQuartz>],
[<ore:gemAnyQuartz>,HHammer,<ore:gemAnyQuartz>],
[<ore:gemAnyQuartz>,<terrafirmacraft:item.Red Steel Double Sheet>,<ore:gemAnyQuartz>]]);
[[<ore:craftingQuartz>,Chisel,<ore:craftingQuartz>],
[<ore:craftingQuartz>,HHammer,<ore:craftingQuartz>],
[<ore:craftingQuartz>,<ore:plateBlueOrRedSteel>,<ore:craftingQuartz>]]);

// gt furnaces
recipes.remove(<gregtech:gt.multitileentity:20001>);
Expand Down

0 comments on commit 87e3341

Please sign in to comment.