Commit graph

67 commits

Author SHA1 Message Date
Pyritie
f0845f2c69
Release: 0.9.3 (#951)
* changed Caelum to be on the server too, since tfc-caelum is also a server mod

* added caelum + tfc-caelum to pakku

* fixed stress levels on the rolling mill

* fixed lang files for universal circuits

* changed early game recipes to use small gears instead of large, to avoid duping, and make cogs easier

* Update carryon-common.toml

Carry On's config doesn't seem to work with tags (#), so I explicitly added the framedblocks chest and the tfc chests to the whitelist. I also removed storage drawers since they aren't in use.

Signed-off-by: NobleWasTaken <137561393+NobleWasTaken@users.noreply.github.com>

* - Missed this commit last time oops

* Fixed nano legs buff from also removing speed buff, for now

* Added recycling recipes for your old molds

* lowered recipe speed of bulk washing

* Added more details to ore hazards field guide entry

* Bump actions/download-artifact in the dependencies group

Bumps the dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/download-artifact` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4.2.1...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* will you leave me alone if I submit these, ftbquests?

* more create SU adjustments

* - Added recipe to separate fertilizer into pure sources, and mix them back together.
- Added recipes to sew hides together and cut them apart.

* ore basics + hazards field guide entry tweaks

* big field guide update! all ore veins are now generated with our tool!

* toned down how many sticks were being placed in the nether

* remove caelum + tfc caelum #922

* - Added recipe to separate fertilizer into pure sources, and mix them back together. (#927)

- Added recipes to sew hides together and cut them apart.

* the placeholder programmed circuit recipe is now a stick + wrench, so it doesn't confuse new players as much

* updated changelog

* changed some create recipes to use bolts instead of nuggets, so they're available earlier

* moved surface_kaolin to mechanics category

* changed realgar item set

* Add README file to server overrides

* Fix tips quest issues (#937)

* - Fixed supports

* fixed some incorrect assembler recipes for create items

* improved texture of nether quartz ore + the raw ore block of the quartz material set

* greate buffs

* remove brick duping

* removed treated wood boats

* clay decomposition now requires HV

* added a potential fix for #944 suggested by ghosti, cleaned up some other abuses of it in tag events so now it's just indicators that still have to use it

* fixed tfc tool tags

* fluix's displayed formula is now more accurate to its material composition

* nerfed stone dust centrifuging, added a basic tape recipe that uses tfc glue

* fixes #932

* Allow red/tin alloy double ingot piles, add textures (#948)

* Mv quest rework (#920)

* Changes for MV Quests

* First fix for Progression tab

* fixes lang title

Signed-off-by: TomPlop <tomdidome@gmail.com>

* Changes for LV, fixes for quest categories, adding GT Tips, adding Gregtech energy, rework of Progression tab

* fix macerator separator

---------

Signed-off-by: TomPlop <tomdidome@gmail.com>

* - the other ae2 wireless terminals are now all in late EV
- MEGA ae2 stuff now requires naq instead of a singularity

* coke and coal are no longer gems, and moss is no longer dirt

* fixed some icon sets

* the nether now has a gas collector recipe

* update changelog

* some more ae2 tweaking

* better recipe for the universal wireless terminal

* swapped colors of nickel and platinum, so nickel more closely matches the tfc textures

* doubled capacity of greate shafts! also adjusted the alternator to match

* fix: gui_main_menu

* pakku update

* fix: gui_main_menu 2

* Update mods

* removed beneath's cursecoal and sylvite veins, made tfg ones instead so they're added to the field guide

* new main menu panorama!

* update changelog

* update changelog

* added death punishment mod + config

* updated the greate mixer workaround quest

* Rubber processing recipes audit (#949)

* Rubber recipe changes
- Latex can now be extracted from rubber trees' logs, saplings, leaves via the vacuum chamber (ULV) or extractor(LV)
- values: 1000mB per log, 100mB per sapling, 50mB per leaves; Extractor recipes do this in bulk and output 1000mB per operation
- Dandelions and goldenrods can, with added sodium hydroxide, be turned into latex in a chem reactor
- Sticky resin recipes (from both conifer pitch and latex) require wood ash now instead of sulfur
- Latex -> Vulcanized latex recipe now requires sulfur instead of wood ash
- Vulcanized latex now becomes raw rubber pulp in a solidifier or vacuum chamber at a rate of 250mB/raw pulp
- Latex soaked glove recipe now is a barrel recipe that takes 50 seconds instead of a vat recipe

* Correctly set latex soaked gloves recipe to 50 seconds (was 100 seconds in previous commit)

* Quest/patchouli book updates
- Tried to catch every mention of the old rubber making recipes.

* Revert Latex-soaked gloves recipe change as it didn't need to change
- Originally I wanted to make vulc latex -> raw rubber a Vat recipe, this isn't the case anymore so there is no reason to change this recipe.

* Rebalanced recipe values
- Logs now only give 250mB of latex
- Increase overall in time required vacuumizing directly into latex (now roughly takes 150 seconds per 1000mB, logs slightly faster)
- Gregtech fluid extraction recipes for these have been rebalanced to be around 4x faster and in bulk (roughly 37.5 seconds per 1000mB, logs slightly faster)
- Made vacuum chamber recipes use kubejs tag: field for allowing tags in recipe

* Lang & Quest updates
- Changed rubber ingot quest dependency to be on vacuum chamber instead of extractor
- Removed LV circuit quest dependency on rubber (this hasn't required rubber for a while)
- Lang changes - fix ambiguous wording, typos, titles too long for book

* updated langs

* oops, missed quest langs

* pushing algo_rithm's lang changes

* updated punishment-for-death pakku

* update configs

* langs

* Update CHANGELOG.md

* Update mods

* CHANGELOG

* Update build.yml

---------

Signed-off-by: NobleWasTaken <137561393+NobleWasTaken@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: NobleWasTaken <137561393+NobleWasTaken@users.noreply.github.com>
Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Nebby1999 <nebby131999@gmail.com>
Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com>
Co-authored-by: AirRice <jpumph2@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
2025-05-05 21:58:47 +05:00
Pyritie
3c0688a4a3 lang merging 2025-04-26 17:39:59 +01:00
Pyritie
fc6993d32a lang merge 2025-04-26 17:21:09 +01:00
Redeix
29bf80dba4
Merge branch 'dev' into dev
Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
2025-04-25 22:49:01 -05:00
Pyritie
5ca7d80c9b buffed piglin bartering table 2025-04-25 23:49:20 +01:00
Redeix
ee55e713b1 - Added support for armor trims + new materials
- Added fishing nets
- Added more cloth alternatives
2025-04-25 01:38:06 -05:00
Pyritie
d7f89a1b49 field guide cleanup 2025-04-21 23:52:58 +01:00
Risuga
c1ef170b1e
Update field guide for 0.9 (#895)
* fieldguiderevisionfor0.9.1v1

* revision2

* Update hazards.json

Signed-off-by: Pyritie <pyritie@gmail.com>

* Update blast_furnace.json

Signed-off-by: Pyritie <pyritie@gmail.com>

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
2025-04-20 18:47:42 +01:00
Pyritie
189f5aebce
Alpha Release: additions 0.9.0 (#880)
Signed-off-by: Pyritie <pyritie@gmail.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Signed-off-by: Adora <adoradyne.58@gmail.com>
Signed-off-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com>
Signed-off-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com>
Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru>
Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
Signed-off-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: aidie8 <aidenvanzuilen@gmail.com>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Zleub <debray.arnaud@gmail.com>
Co-authored-by: Adora <adoradyne.58@gmail.com>
Co-authored-by: Curtis Merrill <curtis.r.merrill@gmail.com>
Co-authored-by: julia <97713533+juliakity@users.noreply.github.com>
Co-authored-by: GamerDadDave <gamerdaddave@gmail.com>
Co-authored-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com>
Co-authored-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com>
Co-authored-by: SverhRazum-Nah <leon.trol@mail.ru>
Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
Co-authored-by: Nebby1999 <nebby131999@gmail.com>
2025-04-18 14:49:56 +05:00
Pyritie
ec2e3cd3c4
Alpha Release: 0.9.0 (#849)
Signed-off-by: Pyritie <pyritie@gmail.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: aidie8 <aidenvanzuilen@gmail.com>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Zleub <debray.arnaud@gmail.com>
2025-04-15 23:27:17 +05:00
Pyritie
c50f5966f6
Merge branch 'main' into patch-1 2025-01-25 17:01:24 +00:00
Dmitry
d8fa521bc9
Merge pull request #739 from Nebby1999/main
Feature:  Papermaking Overhaul with Wood
2025-01-26 00:00:21 +07:00
Dmitry
ab9a22d29d
Merge pull request #753 from CaptainGold1/processed-ores-heat
Adds heat values for items with valid heating recipes but no heat values
2025-01-25 23:52:11 +07:00
Dmitry
a9a682bd3d
Merge pull request #760 from Nebby1999/feature/forging_guide_in_guidebook
Add a Forging Guide to the Field Guide
2025-01-25 23:43:17 +07:00
Nebby1999
194af34182 Patchouli Entry 2025-01-25 00:42:36 -03:00
CaptainGold1
a0b08da739 Removed the entry on valid inputs to blast furnace
This entry is now unnecessary as all inputs should work in the blast furnace.
2025-01-23 22:28:49 -06:00
Nebby_G
6bc6af4641 Comply with Initial Review 2025-01-20 20:57:32 -03:00
Nebby_G
382fa8c4c5 Finished Implementation, added to Field Guide 2025-01-20 14:29:42 -03:00
Pyritie
7c93969d4b
Adjusted LV machines book entry
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-20 10:45:20 +00:00
Nebby_G
68b08cddc3 Merge upstream 2025-01-19 21:30:53 -03:00
Pyritie
ce6e2838d9
Update deep_sapphire.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-19 01:56:07 +00:00
Pyritie
b7b51ede75
Update deep_sapphire.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-19 01:55:51 +00:00
Pyritie
63f4285bdc
Update deep_sapphire.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-19 01:55:36 +00:00
Pyritie
ee4a580a98
Update normal_bauxite.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-19 01:54:49 +00:00
Pyritie
c1a69bb3b1
Update normal_quartz.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-19 01:54:10 +00:00
Pyritie
024a7b1b31
Update deep_sapphire.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-19 01:52:17 +00:00
Pyritie
32c575e370
Update deep_garnet_opal.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-19 01:51:15 +00:00
Pyritie
c084d412b3
Update deep_garnet_amethyst.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-19 01:51:01 +00:00
Dmitry
eeff30cf46
Merge pull request #727 from MetenBouldry/main
Добавления язиков Украинского(мной) і Італянсокого(@Lollovader)
2025-01-18 12:38:49 +07:00
Dmitry
b50b15e361
Merge pull request #706 from CaptainGold1/main
Add blast furnace tips entry
2025-01-18 00:29:49 +07:00
MetenBouldry
0882a92ab4
Add files via upload
Исправления в glassworking которие визивали ошибку в книге

Signed-off-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com>
2025-01-16 23:11:18 +02:00
MetenBouldry
39377c34e7
Translation into Italian
Переведено 9% от всех доступних файлов

Signed-off-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com>
2025-01-16 16:26:01 +02:00
MetenBouldry
46bbf8c16d
Translation into Ukrainian
Перевод 100% на доступние в даний момент файли

Signed-off-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com>
2025-01-16 16:24:34 +02:00
CaptainGold1
650d054582 Added the preheating entry and valid inputs entry to the blast furnace tips, along with adding a note about replacing tuyeres with hoppers. 2025-01-13 15:36:01 -06:00
Pyritie
dbf29787c9
Add files via upload
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-13 15:15:05 +00:00
CaptainGold1
1c841d8a72 Updated the blast furnace entry to be better 2025-01-12 21:16:35 -06:00
CaptainGold1
637712ae01 Add blast furnace tips entry 2025-01-12 20:46:57 -06:00
Pyritie
15ffc51f1b
added tips files
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-11 17:16:16 +00:00
Pyritie
fc8a824a53
Update tfg_tips.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-11 17:15:47 +00:00
Pyritie
5fdeb8442c
Merge branch 'TerraFirmaGreg-Team:main' into main 2025-01-11 11:42:52 +00:00
Pyritie
46a49c0f4a
Delete kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_faqs directory
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-11 01:02:01 +00:00
Pyritie
1f4e289ca6
Delete kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_tips/infinite_resources.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-11 00:58:13 +00:00
Pyritie
2c7560735c
Update and rename tfg_faqs.json to tfg_tips.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-11 00:56:48 +00:00
Pyritie
7fa49554e7
Update tfg_faqs.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-11 00:54:24 +00:00
Pyritie
fede9c252a
Update index.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-11 00:51:25 +00:00
Pyritie
fec5cad599
Update index.json
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-11 00:40:29 +00:00
Pyritie
9bf15cedfa
deleted faqs.json, moved to separate category
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-10 18:06:03 +00:00
Pyritie
522e15644b
initial faqs
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-10 18:05:15 +00:00
Pyritie
11f97200d3
Add files via upload
Signed-off-by: Pyritie <pyritie@gmail.com>
2025-01-10 18:03:29 +00:00
BoyNextDoor
c006a36e86
Add files via upload
Signed-off-by: BoyNextDoor <130379681+8oyNextDoor@users.noreply.github.com>
2025-01-10 16:33:53 +03:00