159 Commits

Author SHA1 Message Date
Integer Limit
1bca3ffd3b
Change Default Sort Keybind back to Middle Click (#888)
[SKIP]
2024-08-11 19:19:33 +10:00
Integer Limit
3a18e43a77
Fix Inventory BogoSorter Default Sort Keybind (#887)
[BUG]
2024-08-11 16:15:37 +10:00
Integer Limit
794235157b
Small Quest Book Cleanup (#883)
[SKIP]
2024-08-10 15:18:58 +10:00
Integer Limit
174a60a455
Improve Packaged Draconic and Drac Fusion Quests (#880)
[QB]
2024-08-09 22:30:23 +10:00
Doniazade
cd3897a08c
Reinstate that PAuto Packagers can be Placed Anywhere (#877)
[QB]


Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-08-09 22:17:20 +10:00
Doniazade
36189efb70
P2P + EU to RF Quest Improvements (#865)
[QB]
2024-08-06 14:04:47 +10:00
Integer Limit
4653b62d72
Add Linear XP Scaling (#855)
[FEATURE]
[QOL]

[DETAILS]
details = [
  "Each XP Level now requires the Same Amount of XP!",
  "Exactly 25 XP is required for each XP Level! (One `Extraterrestrial Matter`)",
]
[DETAILS]
2024-08-04 17:44:46 +10:00
Integer Limit
bf4055fbe4
Update Nomi-Labs, GT, GCYM, GrS and More (#790)
This PR updates Nomi-Labs to 0.7.0, allowing for associate updates to GT, GCYM, GrS and Architecture Craft, as well as the removal of Random Patches, Just Enough Dimensions, and Difficulty Lock.

Although GT 2.8.10 also fixed Extreme RAM Usage in Alfheim 1.3, (See PR https://github.com/GregTechCEu/GregTech/pull/2475) this PR **does not** update Alfheim to 1.3. This is because Alfheim 1.3, although not consuming large amounts of memory, still consumes more memory than 1.1.1, and causes fps spikes.

Also, because Nomi-Labs now implements a native and better difficulty lock, of which works on dedicated servers, `server.properties` overrides, as well as previously changed parts in README and Pack Mode Switchers (in https://github.com/Nomi-CEu/Nomi-CEu/pull/292), have been removed.

This PR also fixes an issue with corrupted images and jar files in built packs.

/* Github Stuff */

[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = '''
  [EXPAND]
  [[messages]]
    messageTitle = "Update GT to 2.8+, add Nomi Labs"
    messageBody = """
      [BREAKING]
      [DETAILS]
      details = [
        \"**Please DO NOT revert any saves that have been loaded in this release to 1.6.1b, 1.6.1a, or prior!**\",
        \"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\",
        \"Adds Assembly Line Research\",
        \"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\",
        \"Adds Filtered Output Hatches\",
        \"Adds EU Multiblock Power Storage\",
        \"Adds Multiblock Transformer and Laser Power Transfer\",
        \"Adds Long Distance Pipes\",
        \"Creating Waypoints in the Prospector\",
        \"Fixing many Bugs\",
        \"And many more!\"
      ]
      [DETAILS]
      [PRIORITY]
        priority = 100
      [PRIORITY]
    """

  [[messages]]
    messageTitle = "Multiblock Changes"
    messageBody = """
      [BREAKING]
      [DETAILS]
      details = [
        \"Multiblocks accept a new **maximum** of 2 Energy Hatches.\",
        \"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\",
        \"Some Custom Multiblocks now have Distinct Mode\",
        \"All Custom Multiblocks now have custom Front Overlays\",
        \"Reworked & Improved Multiblock UIs\"
      ]
      [DETAILS]
      [PRIORITY]
        priority = 50
      [PRIORITY]
    """
  [EXPAND]
  '''
[FIXUP]

[EXPAND]
  [[messages]]
  messageTitle = "Upgrade AE2 Stuff to AE2 Stuff Unofficial"
  messageBody = '''
    [BREAKING]
  
    [DETAILS]
      details = [
        "Pattern Encoders have been Removed!",
        "Any existing Pattern Encoders, whether items, in patterns or placed, have been remapped to AE2 Interfaces.",
        "All Usages in Recipes have also been changed to AE2 Interfaces!",
      ]
    [DETAILS]
    
    [PRIORITY]
      priority=25
    [PRIORITY]
  '''
  
  [[messages]]
  messageTitle = "Update GT to 2.8.10"
  messageBody = '''
    [BREAKING]
  
    [DETAILS]
      details = [
        "Allows GregTech Data Sticks to Copy ME Hatch Settings",
        "Adds an 'Stocking' Version of ME Hatches and Buses",
        "Support for Displaying Power Substation on Central Monitor",
      ]
    [DETAILS]
    
    [PRIORITY]
      priority=20
    [PRIORITY]
    
    [IGNORE]
      checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
    [IGNORE]
  '''
  
  [[messages]]
  messageTitle = "Update Nomi Labs to 0.7.0"
  messageBody = '''
    [BREAKING]
    
    [DETAILS]
      details = [
        "Improvement of DME Simulation Chamber (now increases Tiers and Data Counts of Models)",
        "Custom Implementation of Difficulty Lock, now works on Dedicated Servers",
        "Replacement of the Void Dimension, fixing issues with Difficulty Changing",
        "Replacement of Custom Window Titles and Logos, Allowing the Removal of Random Patches",
        "Improvements to FTB Utils and Effortless Building",
        "Allows Setting of Default Keybinds for New Players",
      ]
    [DETAILS]
    
    [PRIORITY]
      priority=15
    [PRIORITY]
    
    [IGNORE]
      checks = { compareBefore = "1.7-alpha-4" } # Only apply this if the commit being compared against is 1.7-alpha-4 or newer
    [IGNORE]
  '''
[EXPAND]

[MOD INFO]
  [[infos]]
  projectID = 254317
  info = "Replaced by Nomi Labs"


  [[infos]]
  projectID = 285612
  info = "Replaced by Nomi Labs"
  
  [[infos]]
  projectID = 390886
  info = "Replaced by Nomi Labs"
  
  [[infos]]
  projectID = 538092
  info = "Replaced by Betterer P2P"
[MOD INFO]
2024-07-11 21:32:57 +10:00
tracer4b
ea9d4ca8e4
Add Packaged Draconic (#776)
[FEATURE]
[QOL]
[DETAILS]
detail="Makes Automating your Draconic Evolution Fusion Setups Much Easier!"
[DETAILS]

---------

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-07-09 20:18:25 +10:00
Demonessica
edf20cb39a
Questbook Update for Multi-Input P2P (#784)
[QB]
2024-07-01 21:28:07 +10:00
Aaron Avdeev
fd5fcf92ff
Fix RTM-Alloy and Tungstensteel Related Quests (#750)
[QB]

[DETAILS]
detail = "Fixes #749"
[DETAILS]

[IGNORE]
checks = { compareNot = "1.7-alpha-4" }
[IGNORE]

---------

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-06-16 12:32:43 +10:00
Integer Limit
8e667af1d5
Fix #756, Port Silicone/Styrene Choice to HM (#759)
[EXPAND]
[[messages]]
messageTitle = "Fix #756"
messageBody = "[QB]"

[[messages]]
messageTitle = "Allow New Cable Coverings Quest to Accept SiR or SBR"
messageBody = "[QB]\n[HM]"
[EXPAND]
2024-06-12 20:57:09 +10:00
Aaron Avdeev
6936d9f38b
Fix Fish Oil Quest Task (#747)
[QB]

Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
2024-05-26 19:18:22 +10:00
tracer4b
b526677126 Questbook Update + Buildscript Improvements (#681)
[EXPAND]
[[messages]]
messageTitle = "QB Update for GT 2.8 (#681)"
messageBody = """
[QB]
[DETAILS]
details = ["Fixes many Quest Book issues", "Updates QB with changes in GT 2.8"]
[DETAILS]
"""

[[messages]]
messageTitle = "Buildscript Refactor (#681)"
messageBody = """
[INTERNAL]
[DETAILS]
details = ["**Important: Buildscript has changed from `npx gulp...` or `gulp...` to `npm run gulp...`**!", "Moves to Node 16 Package Management + Typescript Strict Mode", "New Port QB, Check QB and Fix QB Tasks"]
[DETAILS]
"""
[EXPAND]


Co-authored-by: Integer Limit <103940576+IntegerLimit@users.noreply.github.com>
Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com>
Co-authored-by: SparkedTheorem <162088357+SparkedTheorem@users.noreply.github.com>
2024-05-14 21:57:00 +10:00
nomi-ceu-management[bot]
bf5f7d0177 Alpha Release 1.7-alpha-4
[NO CATEGORY]
2024-03-31 11:26:41 +00:00
Integer Limit
35629300be
Disable Vanilla Ores & Slightly Reduce HM Ore Gen (#682)
[EXPAND]
[[messages]]
messageTitle = "Disable Vanilla Ores (#682)"
messageBody = '''
[BUG]
[IGNORE]
checks = { compareNot = "1.7-alpha-3" } # Only apply this if the commit being compared against is 1.7-alpha-3
[IGNORE]
'''

[[messages]]
messageTitle = "Slightly Reduce HM Ore Generation (#682)"
messageBody = '''
[BALANCING]
[HM]
[DETAILS]
detail = "Now More Consistent and Less Chaotic"
[DETAILS]
'''
[EXPAND]
2024-03-26 22:50:00 +11:00
nomi-ceu-management[bot]
6938959ed1 Alpha Release 1.7-alpha-3
[NO CATEGORY]
2024-03-24 12:46:58 +00:00
Integer Limit
2cfdcb10e2
Update to GT 2.8.* & Integrate Nomi Labs (#619)
Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
Co-authored-by: Serenibyss <10861407+serenibyss@users.noreply.github.com>
Co-authored-by: Sylvia <skraman1999@gmail.com>
Co-authored-by: windyknight <windyknight@users.noreply.github.com>
Co-authored-by: Ghzdude <44148655+ghzdude@users.noreply.github.com>

[BREAKING]
2024-03-24 23:45:47 +11:00
Integer Limit
f11d1790a6
Update BQu from v4.1.0 to v4.2.1 (#646) 2024-03-11 18:26:14 +11:00
Integer Limit
d3c0eac94f
Replace §f with §r in Secondary NM QB & HM QB (#623)
[SKIP]
2024-02-18 18:10:32 +11:00
github-actions[bot]
2704b1b60c Alpha Release 1.7-alpha-2a
[NO CATEGORY]
2023-12-09 01:29:46 +00:00
github-actions[bot]
ae2f25afc8 Alpha Release 1.7-alpha-2
[NO CATEGORY]
2023-12-08 02:27:31 +00:00
Integer Limit
1bee7c1776
Refactor QB CI System (#555)
This reverts it back to the old way of building the JSON files and the lang at build time, instead of storing the built JSON and lang files.

Requested by @NotMyWing

[INTERNAL]
[IGNORE]
checks = { compareNot = "1.7-alpha-1" }
[IGNORE]
2023-12-04 22:57:11 +11:00
Integer Limit
8a4b323505
Improve Build CI/CD System (#552)
This improves the Build CI/CD System and the Release Commit Workflows.

The CD system now builds and zips the pack in parallel, increasing the speed twofold.
The CI system now does not produce double zips, but remains the same speed, thanks to parallel processing.

The CI system now also changes server.properties and random patches config files for the build, and the buildscript has been edited for that.

Since the CI system replaces the nightly task, the nightly workflow has been deleted. The makeArtifactNames task is now used, and has been changed to remove usage of deprecated features.

The release commit workflows now supports updating files without version input, and the version is grabbed from versions.txt.' The code for the release commit workflows has also been greatly cleaned up.

The changes made to the random patches template files have also been updated. The changes made incorrectly to the issue templates in #487 have also been fixed.

The README badges have also been changed. The issue badge has been replaced by a nightly builds badge.

Finally, this changes the forge download process to try again if the response is null, resulting in a decrease, to almost none, test build pack and build pack failures.

[INTERNAL]
[IGNORE]
checks = { compareNot = "1.7-alpha-1" }
[IGNORE]
2023-12-04 21:56:24 +11:00
github-actions[bot]
00a04e5426 Update Quest Book Jsons and Lang
[SKIP]
2023-11-29 04:57:40 +00:00
CrossTech
39355a3382
Restore Hard Recipes for HM (#530)
Closes #506 #498 #497 by copying over the 1.6 config.


/* CHANGELOG STUFF */
[BUG]
[HM]
[IGNORE]
  checks = { compareNot = "1.7-alpha-1" }
[IGNORE]

[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = """
  [EXPAND]
  [[messages]]
    messageTitle = \"Update GT to 2.7.4\"
    messageBody = \"\"\"
      [BREAKING]
      [DETAILS]
      details = [
        \\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research**\\",
        \\"**Recipe Changes, such as:**\\",
        \\"\\"\\"
          [DETAILS]
          details = [
            \\\\"Maintenance Hatch Assembler Recipe: Circuit changed from 1 -> 8\\\\",
            \\\\"Hatch and Bus Recipe Changes\\\\",
            \\\\"And more... Check your machines!\\\\"
          ]
          [DETAILS]
        \\"\\"\\",
        \\"Adds Assembly Line Research\\",
        \\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\\",
        \\"Adds Filtered Output Hatches\\",
        \\"Adds EU Multiblock Power Storage\\",
        \\"Adds Multiblock Transformer and Laser Power Transfer\\",
        \\"Adds Long Distance Pipes\\",
        \\"Creating Waypoints in the Prospector\\",
        \\"Fixing many bugs\\",
        \\"And many more!\\"
      ]
      [DETAILS]
    \"\"\"

  [[messages]]
    messageTitle = \"Multiblock Changes\"
    messageBody = \"\"\"
      [BREAKING]
      [DETAILS]
      details = [
        \\"Multiblocks now have a **maximum of 2 Energy Hatches** (Down from 3)\\",
        \\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and need a **maintenance hatch**\\",
        \\"Naquadah Reactors now have a **maximum of 1 Dynamo Hatch**\\",
        \\"Some Custom Multiblocks now allow for Distinct Buses Mode\\",
        \\"All Custom Multiblocks now have custom Front Overlays\\",
        \\"Reworked & Improved Multiblock UIs\\"
      ]
      [DETAILS]
    \"\"\"
  [EXPAND]
  """
[FIXUP]
2023-11-13 21:34:32 +11:00
github-actions[bot]
92edad53ec Alpha Release 1.7-alpha-1
[NO CATEGORY]
2023-10-24 09:52:38 +00:00
github-actions[bot]
425c8c737d Update Quest Book Jsons and Lang
[SKIP]
2023-10-24 09:31:42 +00:00
tracer4b
25c53f16a8
1.7 Balance and Recipe Changes (#451)
[EXPAND]
[[messages]]
messageTitle = "Balancing Changes For GregTech 2.7"
messageBody = "[BALANCING]"

[[messages]]
messageTitle = "Copper Buff in Platinum Line (See [#407](https://github.com/Nomi-CEu/Nomi-CEu/issues/407))"
messageBody = "[BALANCING]\n[HM]"

[[messages]]
messageTitle = "Rebalance ABS Recipe for Fluxed Electrum's Duration"
messageBody = "[BALANCING]"
[EXPAND]

Co-authored-by: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com>
2023-10-23 21:42:25 +11:00
github-actions[bot]
78448dfe84 Update Issue, Server and RP Config Files from Templates
[SKIP]
2023-10-21 01:12:05 +00:00
github-actions[bot]
f36557b813 Update Quest Book Jsons and Lang
[SKIP]
2023-10-21 01:10:53 +00:00
IntegerLimit
fbd1584e7b
New Buildscript (#434)
/* Category: */
[INTERNAL]

/* Fixup for previous commits' bad syntax: */
[FIXUP]
[[fixes]]
sha = "4f966073890315ae0eb103b6011cdac7e6e960c0"
newTitle = "Update GregTech CEu to v2.7.4"
newBody = """
  [COMBINE]
  commits = ["bd58b9072f45d647734ae66168cbd27bf9b2f220"]
  [COMBINE]
  """

[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = """
  [EXPAND]
  [[messages]]
    messageTitle = \"Update GT to 2.7.4\"
    messageBody = \"\"\"
      [BREAKING]
      [DETAILS]
      details = [
        \\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\\",
        \\"Adds Assembly Line Research\\",
        \\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\\",
        \\"Adds EU Multiblock Power Storage\\",
        \\"Adds Multiblock Transformer and Laser Power Transfer\\",
        \\"Adds Long Distance Pipes\\",
        \\"Reworked & Improved Multiblock UIs\\",
        \\"Creating Waypoints in the Prospector\\",
        \\"Fixing many bugs\\",
        \\"And many more!\\"
      ]
      [DETAILS]
    \"\"\"
  [EXPAND]
  """

[[fixes]]
sha = "1a40bd87f9c648429059c77a90470e55e0e39c5e"
newTitle = "Update QB Jsons and Lang"
newBody = "[SKIP]"

[[fixes]]
sha = "bcae6f4eebf5616766edcc3e735df7cbf6276440"
newTitle = "Russian Content Tweaker Translation (#429)"
newBody = "[FEATURE]"

[[fixes]]
sha = "ca64e658083d5ff41f15ce37fe817842018031d3"
newTitle = "Update NAE2 to v1.3.1 (#424)"
newBody = "[BUG]"

[[fixes]]
sha = "1a35ae82d9830c5444c5634d93268e3b857f07bd"
newTitle = "Fix Description of The First Tier Two Circuits Quest"
newBody = "[QB]"

[[fixes]]
sha = "c66f5428818e02051b77d84fa01792bf2a6d9dcf"
newTitle = "Make Neeve Quest Ignore NBT"
newBody = "[QB]"

[[fixes]]
sha = "5b5d13710abe0f96c41ba4a3505969c0a98e23bc"
newTitle = "Update and Rewrite Mixer Quest"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "342d988e322a45e0d141227c9aa34ec8e53663e7"
newTitle = "Remove Mention of HV Batteries in Iron Quest"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "d037ee5f466cec066fac1d14a762a377426a032d"
newTitle = "Remove Reward for Bending Machine Quest"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "03d61c8d5fbaa0439fc823b5aef3a4859b17a444"
newTitle = "Move Multiblock Machine Previews Quest"
newBody = """
[QB]
[DETAILS]
details = [\"Moved From `The Beginning` to `Genesis`\"]
[DETAILS]
"""

[[fixes]]
sha = "a52b91d97ac6849fe74623e3cc08362eb3ad99fa"
newTitle = "Change Mold Quest Task from Ball Mold -> Rotor Mold"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "fcb48d4bc9f27058c6a2dcca7bf813f3d7f6a6d9"
newTitle = "Mention how to Mute Machines in Steam Machines Quest"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "f59eecad41745f65348da88a3f4c057300459782"
newTitle = "Adjust Steam Dynamo Quest"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "02eaf67bd168eb11a7a71f4d346eb591841d0af3"
newTitle = "Specify that Alloy Smelter is used to make Rubber Sheets"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "a988d2df30e4d01b973870cc85350962a9125f5c"
newTitle = "Fix Grammar Errors in 'From Ingots to Wires' Quest"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "8df9f6e3180323946cc6553cd0fb5e1e96f0ac03"
newTitle = "Add Molds Quest to Genesis, Make Glass Quest"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "5d51fda1c6740edc5021657f90f6ecd1de954d29"
newTitle = "Make Drawer Quest Accept Either Task"
newBody = "[QB]\n[HM]"

[[fixes]]
sha = "a02ef21fbae24df59e5fa9a5ef4640752baf835f"
newTitle = "New Data Textures (#419)"
newBody = "[FEATURE]"

[[fixes]]
sha = "758f7e704ca8b13031f7ca859e6bc9c0f0a9e786"
newTitle = "Fix DML Multiblock Recipes"
newBody = "[BUG]"

[[fixes]]
sha = "5671bca7fe7b685ac3495ef2497c3711a0baa2a0"
newTitle = "Improve Mac/Linux Pack Mode Switcher"
newBody = "[INTERNAL]"

[[fixes]]
sha = "5538fe4524dcb0b64a333b756bfeeec34e12661c"
newTitle = "Enable shufflemode on main menu (#414)"
newBody = "[FEATURE]"

[[fixes]]
sha = "644491a9f53c0ee300dbaf345f23e5b3f08b3c8a"
newTitle = "Release 1.6.1a"
newBody = "[NO CATEGORY]"
[FIXUP]

/* Description: */
TODO:
- [x] Changelog Generation
  - [x] Decomp Expand
  - [x] Decomp Details
  - [x] Add Commit Details to Mod Changes
  - [x] Allow changing of dir
  - [x] Catch parsing errors
- [x] Move to TOML instead of YAML
- [x] GHA Workflows
  - [x] Split workflows into called and callers (See https://docs.github.com/en/actions/using-workflows/reusing-workflows)
  - [x] Create workflow to generate Release Commit + Changelog, changelog in another branch
  - [x] Create workflow to grab Changelog from another branch, then deploy
  - [x] Create workflow to combine previous two
  - [x] Create workflow to test new commits' body syntax
  - [x] Split workflows into jobs
- [x] Cleanup Code
  - [x] Split code into multiple files 
- [x] Document Code (JS Docs)
- [x] CONTRIBUTING.md Documentation on workflows, and on templates
- [x] Remove changelog files

New TODO:
- [x] Make workflow to update modlist
- [x] Add modlist updating to release commit workflow, split into jobs
- [x] https://discord.com/channels/927050775073534012/1131899853052575785/1162897825173086299
- [ ] Update Documentation

/* Commits: */
* Create releasecommit.yml

* Update releasecommit.yml

* Update setup-node & various tasks to v3, improve .gitignore

* Working method to add version to Issue Templates

Produces weird artifacts...

* Revert "Working method to add version to Issue Templates"

This reverts commit f63480e2eba4b8ef5269ebc0a26cebd146fbe45e.

* WIP method to update release content, using templates

* Finish Release Commit Npx Gulp Task

* Update Files

* Allow for non-release commits

* Actually update version.txt

* Remove unneded env in updateqb.yml

* Fix releasecommit.yml

* Remove random patches config file transforming in `version.ts`

* Remove note about regex

* Add tag to release commits

* Allow changelog task to compare with any commit, seperate changelog task

* Add generation for CF changelog, begin detailed changelog

* Add new formatted commitList

* test change to CHANGELOG.md

* Fix HTML file formatting; test new MD file formatting

* Another HTML File formatting fix

* New formatting logic

* cleanup quest transform npx task

* Cleanup

* Progress

* Small Fixes

* Fix formatting

* Fix commits appearing twice

* Changelog Categories

* Remove Tags from Commit Messages

* New Storage System for ChangelogSections

* Fix Formatting

* Progress of version info for changed mods

* Allow external deps

* Cleanup Version,  Fix Crash, temp change compare to 1.5.2...1.6

* Cleanup code

* Cleanup Code, use templates instead of ifs

* Expand Decomp, fix some commits not being added

* Testing time

* What the changelog looks like

* Test

* Sort logs, with newest on top. Sort Commit Log

* Transform markdown entries into HTML at end

* Remove section matter npm package

* Test

* Update changelog

* Test nested Details

* update changelog files

* Begin Commit SHAs of Mod Changes Section

Just need to add support, in formatting funct, for multi commits

* Test new formatting

* Formatting Test

* Allow for multi commits in changelog messages

* Fix not showing multi commits

* Fix formatting

* formatting

* Add Performance Category

* Remove debug messages + date in changelog messages

* sort multi authors

* Allow for commits to go in multi categories

* Start Cleanup Code

* Allow changing of output dir

* More Cleanup + Create Post 1.7 Version

* Catch parsing errors of manifest.json

View the magical changelog, from the first file commit, to this commit!

* Catch errors in Expand Task, more cleanup

* Catch parsing errors in Details task

* Make UpdateQB Task not return an error if no changes

* Remove Comma Expressions

* Catch edge case parsing errors, improve error descriptions

* Cleanup parsing errors code, display original body

* TOML Test

* TOML

* Delete test.txt

* Update Post 1.7 Version

* Test no error qb task

* Test

* cleanup updateqb.yml

* Formatting

* Update Changelogs (after rebase to TOML syntax)

* Fix Deploy GH Task

* Remove uneeded code

* Allow for fetching/making changelog in build task

* Fix Changelog Fetching

* Change Changelog Output Dir to build root dir

* Add new features to Github Release Task

* Combine Version & GitHub_TAG

* Create GHA files, improve TS code (#446)

* Setup Action

* test

* test again

* Update releasecommit.yml

* Move setup.yml

* Update releasecommit.yml

* Update releasecommit.yml

* Update setup.yml

* Update releasecommit.yml

* Update deploygh.yml

* Delete .github/workflows/setup.yml

* Create build-pack.yml

* Update build-pack.yml

* test

* Update build-pack.yml

* more test

* Stupid me using download job for upload

* more testing...

* Update build-pack.yml

* Update build-pack.yml

* Update build-pack.yml

* Update build-pack.yml

* Create build-pack-manual.yml

* Move file

* Revert "Move file"

This reverts commit 506a523aed2d5d8af21094b943aa2b7e2b7ee688.

* Update build-pack-manual.yml

* Update build-pack-manual.yml

* Create deploy.yml

* Delete .github/workflows/deploygh.yml

* Rename deploy.yml to deploygh.yml

* Update deploygh.yml

* Create deploy.yml

* Update deploy.yml

* Update deploy.yml

* Update deploy.yml

* Update deploygh.yml

* Remove debug logging

* Update build-pack.yml

* Delete .github/workflows/build-pack-manual.yml

* Update deploygh.yml

* Update build-pack.yml

* Update deploy.yml

* Update deploygh.yml

* Update deploygh.yml

* Update build-pack.yml

* Update build-pack.yml

* Update deploy.yml

* Update build-pack.yml

* Update deploygh.yml

* Update deploy.yml

* Update releasecommit.yml

* Release 5.0

* Update releasecommit.yml

* Release 6.0

* Update Issue, Server and RP Config Files from Templates

* Update releasecommit.yml

* Release 7.0

* Add release title in changelog, remove more code

* Add link to full changelog, format release name

* Release 7.1

* Update deploy.yml

* Alpha Release 7.2

* Fix tags excaping, improve full changelog

* Release 7.3

* Add to CF Release, Cleanup Code

* Delete .github/workflows/deploycfrc.yml

* Update deploycf.yml

* Update deploy.yml

* Update gulpfile

* Alpha Release 8.0-alpha-1

* Update deploycf.yml

* Update deploycf.yml

* Fix Curseforge Changelog

* Beta Release 8.0-beta-2

* Update releasecommit.yml

* Rename build-pack.yml to buildpack.yml

* Update deploy.yml

* Add CF redirect

* Fix existing version detection

* Create releasedeploy.yml

* Update releasedeploy.yml

* Update releasedeploy.yml

* Release 8.0

* Update releasedeploy.yml

* Create test.yml

* Delete .github/workflows/test.yml

* Create makechangelog.yml

* Update makechangelog.yml

* Update and rename makechangelog.yml to createchangelog.yml

* Rename: MakeChangelog -> CreateChangelog

* Update createchangelog.yml

* Create releasechangelog.yml

* Update releasechangelog.yml

* Update createchangelog.yml

* Beta Release 9.0-beta-1

* Release 9.0

* Release 9.1

* Update releasechangelog.yml

* Alpha Release 9.1-alpha-1

* Remove extra versions

* Fix more changed version numbers

* Update Issue, Server and RP Config Files from Templates

* Update versions.txt

* Update Issue, Server and RP Config Files from Templates

* Update Post 1.7 Version

* Start writing more in CONTRIBUTING

* Add basic Table Of Contents structure, qb contributing

* test

* Fix wrong html tag

* Final Formatting

* Script contributing information + cleanup

* More Contribution Information

* Begin Maintainer Information

* Improve documentation, make submessages not include author/sha

* Finish Changelog Workflow Documentation

* Create structure

* Write section for create release commit workflow

* Provide a overview table of all keys

* Documentation on Deploy Task

* Artifacts information + start build pack documentation

* test new way to center elements

* Allow for Cutting Edge Build in build task

* Actually use release_type input in build task

* Finish Contributing information

* Remove changelog files

* JS documentation

* MMC zips + allow for build pack task to upload seperately

* test

* test selective artifact method, allow for selectively deploying

* Finish Buildscript (#457)

* mention contributing stuff in wiki

* Transform PR Tags in Message into links
2023-10-20 11:00:55 +11:00
htmlcsjs
bd58b9072f
update mods (#450)
* Update mods:
- foamfix-0.10.15-1.12.2.jar
- multiblocktweaker-1.12.2-stable-gtceu-1.9.0.jar
- devtech-2.1.4.jar
- gregtech-1.12.2-2.7.3-beta.jar
- GregicalityMultiblocks-1.2.5.jar
- appliedenergistics2-rv6-stable-7-extended_life-v0.55.22.jar
- modularui-2.1.0.jar
- bogosorter-1.3.0.jar

* Now launches

* fix #381, and move mufflers

* Mostly working scripts

* fix lang

* double plate flag addition

* missed one

---------

Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com>
2023-10-13 18:01:55 +08:00
github-actions[bot]
1a40bd87f9 Update Quest Book Jsons and Lang
[SKIP]
2023-09-18 05:36:24 +00:00
IntegerLimit
5aecff8b4d
Allow for QB Translations of Normal and Expert Quest Books (#432)
[FEATURE]

/* Description: */
Also moves all nodejs stuff into `tools` package.

Also adds a basic `CONTRIBUTING.md` file. 

Superseeds https://github.com/Nomi-CEu/Nomi-CEu/pull/431, which was closed as the branch needed to be renamed, due to the last two items on this list.

TODO:
- [x] Make it only run on master repo.
- [x] Remove qb-lang-revamp branch from the events
- [x] Allow workflow to run on all branches starting with test_buildscript?

/* Commits: */

* Buildscript Changes

* Make Contributing Docs a .md file

* updateqb.yml v1

* Test QB change

* Add lang file to commit file list

* Another Test Change

* Test with only lang path, + `./` at beginning of path

* Test QB change

* updateqb.yml v3

* Test QB Change

* Add some debug settings

* Remove debug, branch input. Switch to auto-commit action

* Make activate: branches prefix `test_buildscript`, commit author GHA bot

* Add branch prefix note into CONTRIBUTING.md

* Make workflow only run if on master repo
2023-09-17 22:44:48 +10:00
IntegerLimit
1a35ae82d9 [QB] Fix Description of The First Tier Two Circuits Quest
[HM] Mentioned two Tier One Circuits, actually three.
[NM] Removed unneeded colouring.

Addresses part of https://github.com/Nomi-CEu/Nomi-CEu/issues/367.
2023-09-07 21:56:40 +10:00
IntegerLimit
c66f542881 [QB] Fix Neeve Quest, make it ignore NBT 2023-09-07 20:38:56 +10:00
IntegerLimit
5b5d13710a [QB HM] Fix up Mixer Quest 2023-09-07 18:42:00 +10:00
IntegerLimit
342d988e32 [QB HM] Don't mention HV Batteries in Iron Quest 2023-09-07 17:30:02 +10:00
IntegerLimit
d037ee5f46 [QB HM] Remove Reward for Bending Machine Quest
Why wasn't this removed?
2023-09-07 16:56:03 +10:00
IntegerLimit
03d61c8d5f [QB] Move Multiblock Machine Previews Quest
From The Beginning to Genesis
2023-09-07 16:12:43 +10:00
IntegerLimit
a52b91d97a [QB HM] Change Mold Quest from Ball Mold -> Rotor 2023-09-07 15:36:55 +10:00
IntegerLimit
fcb48d4bc9 [QB HM] Mention how to Mute Machines in Steam Machines Quest 2023-09-07 14:57:45 +10:00
IntegerLimit
f59eecad41 [QB HM] Adjust Steam Dynamo Quest 2023-09-07 13:58:25 +10:00
IntegerLimit
02eaf67bd1 [QB HM] Clarify that Alloy Smelter used to make Rubber Sheets 2023-09-07 13:28:50 +10:00
IntegerLimit
a988d2df30 [QB HM] Fix missing space in 'From Ingots to Wires' Quest 2023-09-07 13:15:13 +10:00
IntegerLimit
8df9f6e318 [QB HM] Add Molds Quest to Genesis, Add Glass Quest 2023-09-07 12:05:25 +10:00
IntegerLimit
5d51fda1c6 [QB HM] Make Drawer Quest Task Logic OR 2023-09-02 12:29:08 +10:00
IntegerLimit
644491a9f5 Release 1.6.1a 2023-08-27 20:16:22 +10:00
IntegerLimit
848813b470 Release 1.6.1 2023-08-27 17:21:33 +10:00