Commit graph

63 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
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
Alex Bramley
28c95a7b61 Controversial: remove in-world certus transformation; buff mixer recipes to compensate. 2025-01-06 14:24:57 +00:00
Alex Bramley
eb5a0e5c15 Recipes for certus/nether quartz cutting knives. 2025-01-06 14:24:57 +00:00
Alex Bramley
868defd38f Reduce costs of covered and smart cables. 2025-01-06 14:24:57 +00:00
FriendlyCube
22709cbfb4 fix2 2024-06-24 22:38:06 +02:00
FriendlyCube
19e03d4936 fix 2024-06-24 22:37:29 +02:00
FriendlyCube
98487ba8fc доделал екстендид делаю мегу
квесты и тикеты подождут
2024-05-25 18:57:41 +02:00
FriendlyCube
de369ebc80 день сбился со счета
кажется осталось 3 блока квесты и тикеты на гите
2024-05-25 18:57:40 +02:00
Dmitry
f804da1613 recipes 2024-04-30 16:32:27 +07:00
Dmitry
0836d5506f Port #322 - part 3 2024-04-28 17:28:13 +07:00
Dmitry
fe3260ab07 Update recipes.js
more charged certus quartz recipes
2024-03-16 10:36:27 +07:00
Dmitry
d7ce6b690c dead 2024-02-10 15:11:51 +07:00
Dmitry
2e4366acf5 Теперь банить предметы стало еще проще 2024-01-26 16:53:02 +07:00
Dmitry
3931c1ebad new system of hiding items example 2024-01-26 12:06:44 +07:00
Dmitry
fec7d9ab3c some emi improvements 2024-01-26 12:01:34 +07:00
Dmitry
511b6656b4 oh no, use gtceu item names instead of tag keys 2024-01-21 08:34:47 +07:00
Dmitry
2344b2173a use gtceu namespace instead of forge 2024-01-18 16:14:59 +07:00
FriendlyCube
06544ade2a изменил крафты
беспроводной терминал теперь крафтится из обычного терминала а не из крафтинг терминала, а остальные беспроводные термины вместо денс енерджи блока из ае2 , который был удален админами,
используется лапотрон кристалл iv
2024-01-06 22:43:01 +02:00
Dmitry
82db15d8ff дурка 2023-12-22 17:32:00 +07:00
Dmitry
39d016e258 Подчистил за собой и кубом 2023-12-21 09:49:48 +07:00
Dmitry
3b53132b2f рецеееепты 2023-12-20 23:09:14 +07:00
Dmitry
bc6d6bad7c fix ae2 press recipes 2023-12-20 13:53:59 +07:00
Xikaro
e2d16d1ad4 Update recipes.js 2023-12-15 08:20:16 +05:00
Dmitry
18bd2a2320 finish ae2 2023-12-12 09:05:51 +07:00
Dmitry
730787ace2 Update recipes.js 2023-12-12 09:03:45 +07:00
Dmitry
b82be30ee6 demove energy cells 2023-12-12 08:54:22 +07:00
Dmitry
90500d1a65 formatting and fixes 2023-12-12 07:51:05 +07:00
Dmitry
bb7cf8a66a fix rod recipes 2023-12-11 20:31:45 +07:00
Dmitry
1d85b16284 fix names 2023-12-11 20:20:49 +07:00
Dmitry
dc5ff62a26 Merge branch 'main' into mod-ae2-recipes 2023-12-11 20:18:05 +07:00
Dmitry
fb8c201d0a cc and ae2 2023-12-11 08:46:19 +07:00
FriendlyCube
4b3e169452 почти всё
осталось решить 2 проблемы:
1 в реи не появляется крафт  прессов из пластин обычного железа(строки ивентов 1838, 1854, 1870, 1886
2 при ивенте удалении крафтов(строка 6)  крафт сингулярности всё равно удаляется, не смотря на добавления этого крафта в список not
2023-12-09 23:46:30 +02:00
FriendlyCube
820f4bf6f7 800 строчек дубликата(по нос кода) 2023-12-09 14:43:16 +02:00
FriendlyCube
99ab483628 измененные теги , спасибо разрабам 2023-12-09 13:50:45 +02:00
FriendlyCube
c40e7302f8 чуточку г*внокода
главное признать свои ошибки
2023-12-09 13:50:44 +02:00
FriendlyCube
29d83c916e decoration blocksz+craft fixs 2023-12-09 13:50:02 +02:00
FriendlyCube
10bc8d7efc Update recipes.js 2023-12-09 13:49:34 +02:00
FriendlyCube
89d49ea0ba обнова 2023-12-09 13:49:12 +02:00
FriendlyCube
4702012daf выключил крафты 2023-12-09 13:48:14 +02:00
FriendlyCube
7ce0864b68 некоторые обновления
убрал кварц и всё что связано с метеоритами из ае2, привязал все крафты к кварцу из грега
2023-12-09 13:48:14 +02:00
FriendlyCube
e7e5534b5f Update recipes.js 2023-12-09 13:47:49 +02:00
FriendlyCube
2cce3586ce фиксики серия 1
димдимыч сталкивается проблемой цикла
2023-12-09 13:43:55 +02:00
FriendlyCube
a8ba91694f (НЕ ЗАБЫТЬ(СМ ОПИСАНИЕ)) recipes engraver for laser
НЕ ЗАБЫТЬ СДЕЛАТЬ FLUIX LENS ДЛЯ КРАФТА НИЖЕ (В 1 12 в крафте используется fluix lens)
так же надеюсь ты не забыл сделать жидкости для истин кварц и fluix, для крафта fluix pearl, fluix glass cable, fluix plate
решить проблему с 'ae2:printed_logic_processor'
2023-12-09 13:41:40 +02:00
FriendlyCube
125d91bae8 крафты для chemical_bath и circuit_assembler 2023-12-09 13:41:02 +02:00
Xikaro
9b570e639a Update recipes.js 2023-12-09 13:40:36 +02:00
FriendlyCube
6208d318d0 фиксики серия 1
димдимыч сталкивается проблемой цикла
2023-12-09 13:40:36 +02:00
FriendlyCube
d63feca6ac чуточку г*внокода
главное признать свои ошибки
2023-12-09 13:32:52 +02:00
FriendlyCube
976ee25ec4 decoration blocksz+craft fixs 2023-12-09 13:32:52 +02:00