Skip to content

Commit e6c971f

Browse files
PyritieRedeixXikarooosyragSpicyNoodle5
authored
Release: 0.9.6 (#1020)
* - Fixed hide duping recipes. - Added quest book and field guide instances for fishing nets. - Fixed rebar support recipe crash. - Fixed red steel flask dupe. - Fixed red alloy recipe inconsistency. * - Fixed blue steel backpack block lang * - Added max vessel fluid warning to small vessels. * - Moved red steel flask recipe * Update pakku.json * fixed vessel tooltips so they display on the uncolored vessel too * fixed inconsistent small spring recipe with the coiling machine * fixed chiseling non-tfc blocks into slabs was only returning 1 slab instead of both * Field guide updates (#973) * added detected-setblock-be-gone to pakku server * added "requiresNaturalLog" config to afc tree tapping recipes so you can't tap your house * fixed missing tooltips on AFC wooden supports * added recipes for greenhouse ports, added recipes for stainless steel greenhouse (if you want to be fancy) * quest fixes, lang strings * added assembler recipes for most create things, made steam engines, blaze burners, and alternators cheaper, made firmaciv sails use any fabric * langs * removed gt compressed clay, fixed assembler recipe for clay bricks * removed the leather armor recycling because it's basically infinite armor * fixed iron door inconsistency * hopper in assembler now has a circuit condition * fixes #931 * Buff Large Boiler Fuel Efficiency (#977) * bufflargeboilers * formatting * oh so THAT's why the recycling recipes weren't working... * made the steam multiblock inputs/outputs significantly cheaper * changed default flywheel setting back to instanced * added assembler recipes for greate things * updated changelog * added recipes for the other millstones * - Fixed fishing nets event function * Update queststfc_tips.snbt Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> * Update en_us.json Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> * - Added item to summon armor stands with arms * - Added recipes to empty vessels and molds * - Added recipes for extracting/ forming magma blocks. * - Added recipes for extracting/ forming magma blocks. * - Nerfed steel support recipe output. * Fixes and features (#987) * - Fixed hide duping recipes. - Added quest book and field guide instances for fishing nets. - Fixed rebar support recipe crash. - Fixed red steel flask dupe. - Fixed red alloy recipe inconsistency. * - Fixed blue steel backpack block lang * - Added max vessel fluid warning to small vessels. * - Moved red steel flask recipe * - Fixed fishing nets event function * Update queststfc_tips.snbt Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> * Update en_us.json Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> * - Added item to summon armor stands with arms * - Added recipes to empty vessels and molds * - Added recipes for extracting/ forming magma blocks. * - Added recipes for extracting/ forming magma blocks. * - Nerfed steel support recipe output. --------- Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> * Add wrought iron alternatives for early game cast iron recipes (#985) * Add wrought iron alternatives for early game cast iron recipes * Change doulbe iron ingots tag to use #forge item tags * salt water fast fix (#992) no more circuits Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru> * - Revert mold changes from #987 * Branch merge (#995) * Some recipe changes (#1003) * misc recipes * add saw to jar lid recipe * revert table salt name changing that didn't work * fixed the basin having the wrong tag to be used with the charcoal forge * removed obsidian framed pressure plate - idk what it even does, but it's causing crashes fixes #1006 * Fix for Create Deco bricks conflict with Minecraft bricks in the assembler (#1005) Signed-off-by: TomPlop <tomdidome@gmail.com> * removing the gregtech material error suppression because it's just causing more confusion * updated changelog * Update CHANGELOG.md * Update ENHANCEMENT.yml * Update ENHANCEMENT.yml * Update ENHANCEMENT.yml * Update ENHANCEMENT.yml * Update ENHANCEMENT.yml * Update ENHANCEMENT.yml * Update ENHANCEMENT.yml * Update ENHANCEMENT.yml * Update ENHANCEMENT.yml * Update ENHANCEMENT.yml * ISSUE_TEMPLATE * tweaked Y levels of the overworld <-> beneath teleporting * ISSUE_TEMPLATE * github * langs, quest tweaks, updated field guide for sprinklers * put tin jar lid recycling in the right category * hid the new space tfg blocks * updated pakku * I FORGOT TO ADD PUNISHMENT FOR DEATH * aa * Update mods * CHANGELOG --------- Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Risuga <oosyrag@gmail.com> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com> Co-authored-by: Zack <93035068+ZackH01@users.noreply.github.com> Co-authored-by: SverhRazum-Nah <leon.trol@mail.ru> Co-authored-by: TomPlop <tomdidome@gmail.com>
1 parent 75ac3d1 commit e6c971f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1548
-640
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "Bug report"
22
description: "Report a bug where something is not working as expected, which does not crash the game."
33
title: "[🐛]: "
4-
labels: [ "1. Type: Bug", "2. Status: Unverified" ]
4+
labels: [ "Status: Backlog" ]
5+
projects: ["TerraFirmaGreg-Team/10"]
6+
type: "Bug"
57

68
body:
79
- type: checkboxes

.github/ISSUE_TEMPLATE/CRASH_REPORT.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "Crash Report"
22
description: "Report a bug that crashes the game or prevents startup."
33
title: "[💥]: "
4-
labels: [ "1. Type: Crash", "2. Status: Unverified" ]
4+
labels: [ "Status: Backlog" ]
5+
projects: ["TerraFirmaGreg-Team/10"]
6+
type: "Crash"
57

68
body:
79
- type: checkboxes

.github/ISSUE_TEMPLATE/ENHANCEMENT.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "Enhancement"
22
description: "Provide supporting details for a feature in development"
33
title: "[🪡]: "
4-
labels: [ "1. Type: Enhancement" ]
4+
labels: [ "Status: Backlog" ]
5+
projects: ["TerraFirmaGreg-Team/10"]
6+
type: "Enhancement"
57

68
body:
79
- type: checkboxes

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "Feature request"
22
description: "Request a new feature or a change to an existing one."
33
title: "[🪶]: "
4-
labels: [ "1. Type: Feature" ]
4+
labels: [ "Status: Backlog" ]
5+
projects: ["TerraFirmaGreg-Team/10"]
6+
type: "Feature"
57

68
body:
79
- type: checkboxes

.github/ISSUE_TEMPLATE/QUESTION.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: "Ask a Question"
22
description: "Ask a question regarding this project."
33
title: "[❓]: "
4-
labels: [ "1. Type: Question" ]
4+
labels: [ "Status: Backlog" ]
5+
type: "Question"
56

67
body:
78
- type: checkboxes

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
schedule:
1212
interval: "weekly"
1313
labels:
14-
- "1. Type: Dependencies"
14+
- "Type: Dependencies"
1515
groups:
1616
dependencies:
1717
applies-to: version-updates

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,10 @@ jobs:
387387
fi
388388
echo "✔️ All artifacts found"
389389
390-
- name: 🚫 Сlose fixed in dev
390+
- name: 🚫 Сlose label "Done"
391391
uses: Xikaro/close-issues-based-on-label@master
392392
env:
393-
LABEL: "2. Status: In Dev"
393+
LABEL: "Status: Done"
394394
COMMENT: In ${{ needs.info.outputs.project_version }}
395395
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
396396

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
11
# Changelog
2+
23
## [Unreleased]
34
### Changes
45

6+
## [0.9.6] - 16.05.2025
7+
### Changes
8+
- Changed wooden tongs recipe from shapeless to shaped. @Oosyrag
9+
- Added crafting recipe for tin jar lids. @Oosyrag
10+
- Rebalanced the Large Boilers so now they consume WAY less fuel, so lava is no longer basically mandatory - see #977 for the full math. @Oosyrag
11+
- Greenhouse ports and sprinklers now work directly with gregtech pipes. @Thomasx0
12+
- Added recipes for stainless steel greenhouse parts. @Pyritie
13+
- More field guide updates. @Oosyrag
14+
- Added assembler recipes for more Create and Greate items. @Pyritie
15+
- Blaze burners, alternators, steam engines, and steam multiblock inputs/outputs are now much cheaper. @Pyritie
16+
- Firmaciv sails can now use any fabric instead of just wool. @Pyritie
17+
- Fixed some recycling recipes to prevent dupes. @Pyritie
18+
- Added a circuit to the assembler hopper recipe. @Pyritie
19+
- Fixed chiseling non-tfc blocks so it returns two slabs instead of one. @Pyritie
20+
- Fixed being able to use tree taps on placed logs. @Pyritie
21+
- Fixed tooltips on the uncolored small vessel and AFC wooden supports. @Pyritie
22+
- Fixed assembler clay recipes so they output the correct amount. @Pyritie
23+
- Quest fixes/tweaks. @Pyritie
24+
- Added aluminium, stainless steel, and titanium millstones. @Pyritie
25+
- Fixed fishing nets behavior. @Redeix
26+
- Added item to summon armor stands with arms. @Redeix
27+
- Added recipes for extracting/ forming magma blocks. @Redeix
28+
- Nerfed steel support recipe output. @Redeix
29+
- Fixed assembler recipe conflict with regular vanilla bricks and Create Deco's colored bricks. @TomPlop
30+
- Fixed not being able to use a charcoal forge with a basin. @Pyritie
31+
- Removed programmed circuit from the salt water electrolysis recipe. @SverhRazum-Nah
32+
- Added wrought iron alternatives for early game cast iron recipes, like wooden crates. @ZackH01
33+
534
## [0.9.5] - 08.05.2025
635
### Changes
736
- Disabled pollution

config/flywheel-client.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Select the backend to use.
22
#Allowed Values: OFF, BATCHING, INSTANCING
3-
backend = "OFF"
3+
backend = "INSTANCING"
44
#Enable or disable a debug overlay that colors pixels by their normal.
55
debugNormals = false
66
#Enable or disable instance update limiting with distance.

config/forgivingworld.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"teleporttype": "AIR",
3232
"teleport_to_y": 125
3333
},
34-
"belowy": -58,
34+
"belowy": -57,
3535
"slowfallticks": 1200
3636
},
3737
{
3838
"from": "minecraft:the_nether",
3939
"to": "minecraft:overworld",
4040
"teleporttype": {
4141
"teleporttype": "CAVE",
42-
"teleport_to_y": -58
42+
"teleport_to_y": -56
4343
},
4444
"abovey": 118
4545
}

config/ftbquests/quests/chapters/lv__low_voltage.snbt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,13 +1308,7 @@
13081308
}
13091309
{
13101310
dependencies: ["22510C5F2386B453"]
1311-
description: [
1312-
"{quests.steam_age.alternator.desc.1}"
1313-
"{@pagebreak}"
1314-
"{quests.steam_age.alternator.desc.2}"
1315-
""
1316-
"{image:tfg:textures/quests/alternator_multiblock.png width:100 height:100 align:center}"
1317-
]
1311+
description: ["{quests.steam_age.alternator.desc.1}"]
13181312
id: "2DC24661CAD557B0"
13191313
optional: true
13201314
subtitle: "{quests.steam_age.alternator.subtitle}"

config/ftbquests/quests/chapters/mv__medium_voltage.snbt

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,23 @@
8181
size: 1.0d
8282
subtitle: "{quests.medium_voltage.mv_brewery.subtitle}"
8383
tasks: [
84-
{
85-
id: "095C98D86D021B2E"
86-
item: "gtceu:lv_brewery"
87-
type: "item"
88-
}
8984
{
9085
id: "1CB0F32E8293B5D7"
9186
item: "gtceu:lubricant_bucket"
9287
optional_task: true
9388
type: "item"
9489
}
90+
{
91+
id: "29393DEB346EC4D2"
92+
item: {
93+
Count: 1
94+
id: "ftbfiltersystem:smart_filter"
95+
tag: {
96+
"ftbfiltersystem:filter": "or(item(gtceu:lv_brewery)item(gtceu:mv_brewery))"
97+
}
98+
}
99+
type: "item"
100+
}
95101
]
96102
title: "{quests.medium_voltage.mv_brewery.title}"
97103
x: -5.5d
@@ -1001,7 +1007,7 @@
10011007
type: "item"
10021008
}]
10031009
title: "{quests.medium_voltage.mv_oilsands.title}"
1004-
x: -2.5d
1010+
x: -8.0d
10051011
y: 1.0d
10061012
}
10071013
{
@@ -1010,6 +1016,7 @@
10101016
"6EB68C28BEE24DEF"
10111017
"05ADBAE5B6F38956"
10121018
]
1019+
dependency_requirement: "one_completed"
10131020
description: [
10141021
"{quests.medium_voltage.mv_distillery.desc.1}"
10151022
"{@pagebreak}"
@@ -1024,12 +1031,12 @@
10241031
size: 1.0d
10251032
subtitle: "{quests.medium_voltage.mv_distillery.subtitle}"
10261033
tasks: [{
1027-
id: "685043442271A0D0"
1034+
id: "6C32C7BCF9D12EBC"
10281035
item: {
10291036
Count: 1
10301037
id: "ftbfiltersystem:smart_filter"
10311038
tag: {
1032-
"ftbfiltersystem:filter": "or(item(gtceu:mv_distillery)item(gtceu:lv_distillery))"
1039+
"ftbfiltersystem:filter": "or(item(gtceu:lv_distillery)item(gtceu:mv_distillery))"
10331040
}
10341041
}
10351042
title: "{quests.medium_voltage.mv_distillery.task}"
@@ -1167,7 +1174,7 @@
11671174
}]
11681175
title: "{quests.medium_voltage.mv_mutli_channel.title}"
11691176
x: -8.0d
1170-
y: 1.0d
1177+
y: -2.0d
11711178
}
11721179
{
11731180
dependencies: ["315169840E06110F"]

config/ftbquests/quests/chapters/ore_processing.snbt

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,18 @@
2222
id: "5D09BEE61210DF02"
2323
size: 1.5d
2424
subtitle: "{quests.ore_proc.native_ore.subtitle}"
25-
tasks: [
26-
{
27-
id: "047DA2872D107BA0"
28-
item: {
29-
Count: 1
30-
id: "ftbfiltersystem:smart_filter"
31-
tag: {
32-
"ftbfiltersystem:filter": "or(item_tag(tfc:ore_pieces))"
33-
}
25+
tasks: [{
26+
id: "047DA2872D107BA0"
27+
item: {
28+
Count: 1
29+
id: "ftbfiltersystem:smart_filter"
30+
tag: {
31+
"ftbfiltersystem:filter": "or(item_tag(tfc:ore_pieces))"
3432
}
35-
optional_task: true
36-
title: "{quests.ore_proc.native_ore.task}"
37-
type: "item"
38-
}
39-
{
40-
id: "2D0D9226FDB3CAC9"
41-
type: "checkmark"
4233
}
43-
]
34+
title: "{quests.ore_proc.native_ore.task}"
35+
type: "item"
36+
}]
4437
title: "{quests.ore_proc.native_ore.title}"
4538
x: 0.5d
4639
y: -8.5d

config/ftbquests/quests/chapters/questssteam_age.snbt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
{
2424
id: "23A27702FF816291"
2525
linked_quest: "6903C72A254A7B08"
26-
shape: "octagon"
27-
size: 2.0d
28-
x: -13.5d
29-
y: 14.5d
26+
x: -14.5d
27+
y: 6.0d
3028
}
3129
{
3230
id: "1F1E7097C015BE33"
@@ -726,7 +724,8 @@
726724
dependencies: ["46FA9DD4755A5548"]
727725
description: ["{quests.steam_age.extractor.desc}"]
728726
id: "1DF4DBE41BB0B6FD"
729-
shape: "square"
727+
optional: true
728+
shape: "heart"
730729
size: 1.0d
731730
subtitle: "{quests.steam_age.extractor.subtitle}"
732731
tasks: [{
@@ -1161,7 +1160,7 @@
11611160
type: "item"
11621161
}]
11631162
title: "{quests.steam_age.vacuum_chamber.title}"
1164-
x: -13.5d
1163+
x: -14.5d
11651164
y: 12.0d
11661165
}
11671166
{
@@ -1509,7 +1508,7 @@
15091508
y: 10.5d
15101509
}
15111510
{
1512-
dependencies: ["033E74BC588E7EAD"]
1511+
dependencies: ["32046292AA5B0E30"]
15131512
description: ["{quests.steam_age.rotation_speed_controller.desc}"]
15141513
id: "414835BADD34513F"
15151514
optional: true
@@ -1520,8 +1519,8 @@
15201519
type: "item"
15211520
}]
15221521
title: "{quests.steam_age.rotation_speed_controller.title}"
1523-
x: -21.0d
1524-
y: 17.0d
1522+
x: -5.5d
1523+
y: -2.0d
15251524
}
15261525
{
15271526
dependencies: [
@@ -1578,7 +1577,7 @@
15781577
dependencies: ["49896161B31DB7B4"]
15791578
description: [
15801579
"There is currently a bug with the Mechanical Mixer where some recipes want an actual Programmed Circuit item."
1581-
"For the time being, you can craft these out of Sticks."
1580+
"For the time being, you can craft these with a Stick and a Wrench."
15821581
""
15831582
"This will be fixed whenever we're able to update Greate to the latest version, which requires Create 6, which requires other Create addons to be updated... hopefully that should be soon."
15841583
]

config/ftbquests/quests/chapters/queststfc_tips.snbt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,9 +1116,10 @@
11161116
}
11171117
{
11181118
dependencies: [
1119-
"1DF4DBE41BB0B6FD"
11201119
"4891E995D3EC2BD1"
1120+
"5F3063C539C9CBBF"
11211121
]
1122+
dependency_requirement: "one_completed"
11221123
description: ["{quests.tfg_tips.create_rubber_ingot.desc}"]
11231124
id: "6903C72A254A7B08"
11241125
shape: "gear"
@@ -4792,20 +4793,23 @@
47924793
}
47934794
{
47944795
dependencies: ["2D2CB8104E40E808"]
4795-
description: ["The &6Nano Saber&r is a powerful weapon you’ll be able to unlock once you reach &5EV&r. Simply use &dShift + Right-Click&r to activate the &cbzzzzz mode&r."]
4796+
description: ["{quests.tfg_tips.nano_saber.desc}"]
47964797
id: "7A4C6930EF68646E"
4798+
subtitle: "{quests.tfg_tips.nano_saber.subtitle}"
47974799
tasks: [{
47984800
id: "41A7611367BBD2A7"
47994801
item: "gtceu:nano_saber"
48004802
type: "item"
48014803
}]
4804+
title: "{quests.tfg_tips.nano_saber.title}"
48024805
x: 12.0d
48034806
y: 7.0d
48044807
}
48054808
{
48064809
dependencies: ["2D2CB8104E40E808"]
4807-
description: ["The &6Item Magnet&r is exactly what you'd expect — a magnet that pulls nearby &6items&r straight to you. &aVery useful&r. What more could you ask for?"]
4810+
description: ["{quests.tfg_tips.magnets.desc}"]
48084811
id: "49D2EFFFC15563F9"
4812+
subtitle: "{quests.tfg_tips.magnets.subtitle}"
48094813
tasks: [{
48104814
id: "6290D18A38A1583C"
48114815
item: {
@@ -4817,6 +4821,7 @@
48174821
}
48184822
type: "item"
48194823
}]
4824+
title: "{quests.tfg_tips.magnets.title}"
48204825
x: 12.0d
48214826
y: 9.0d
48224827
}
@@ -4990,8 +4995,9 @@
49904995
}
49914996
{
49924997
dependencies: ["2D2CB8104E40E808"]
4993-
description: ["Most &5GregTech&r tools are crafted from a &6Tool Head&r. Try using &aEMI&r to explore what you can do with them — just remember two important things:\\n\\n- The &ehigher the Tool Head tier&r, the more &cpowerful&r the tool will be, and the &6larger the battery&r it will use.\\n- Not every tool supports every Tool Head tier. For example, the &6Chainsaw&r can only be crafted with a &7LV Tool Head&r."]
4998+
description: ["{quests.tfg_tips.gt_tools.desc}"]
49944999
id: "2CA86664C6E0C888"
5000+
subtitle: "{quests.tfg_tips.gt_tools.subtitle}"
49955001
tasks: [{
49965002
id: "153D23778A26C74F"
49975003
item: {
@@ -5003,6 +5009,7 @@
50035009
}
50045010
type: "item"
50055011
}]
5012+
title: "{quests.tfg_tips.gt_tools.title}"
50065013
x: 12.0d
50075014
y: 8.0d
50085015
}

kubejs/assets/gtceu/lang/en_us.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"material.gtceu.ostrum": "Ostrum",
6363
"material.gtceu.calorite": "Calorite",
6464
"material.gtceu.etrium": "Etrium",
65+
"material.gtceu.rocket_alloy_t1": "Colored Rocket Alloy",
66+
"material.gtceu.vitrified_asbestos": "Vitrified Asbestos",
6567
"metaitem.dust.tooltip.purify": "Drop in Water to get Clean Dust",
6668
"metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore",
6769
"item.gtceu.tool.behavior.silk_ice": "Silk Harvests Packed Ice",

0 commit comments

Comments
 (0)