mirror of
https://github.com/MinecraftForge/MinecraftForge
synced 2026-08-22 04:26:10 -04:00
- Creative mode tabs are now a registry; the `BuildContents` event was renamed to `BuildCreativeModeTabContentsEvent` and moved it to its own class - The pack format is now 15 for both resource packs and data packs - `ScreenUtils` was deprecated in favor of a `GuiGraphics` extension - Forge and the MDK were updated to Gradle 8 and FG6 - The Forge common config file was removed (it only contained the deprecated old fields for resource caching, which was removed in 1.19.3) - Registry dummy entries were removed - `RemappingVertexPipeline` was fixed to forward the `endVertex()` call - Forge tool tags were removed in favor of vanilla ones Co-authored-by: ChampionAsh5357 <ash@ashwork.net> Co-authored-by: coehlrich <coehlrich@users.noreply.github.com> Co-authored-by: Dennis C <11262040+XFactHD@users.noreply.github.com> Co-authored-by: Matyrobbrt <matyrobbrt@gmail.com>
49 lines
654 B
Text
49 lines
654 B
Text
#eclipse
|
|
**/bin
|
|
**/.settings
|
|
**/.classpath
|
|
*.project
|
|
|
|
#In case people make their workspace in the repo
|
|
/eclipse/
|
|
|
|
#idea
|
|
/.idea
|
|
/*/out
|
|
/classes
|
|
*.iml
|
|
|
|
#gradle
|
|
/build
|
|
/.gradle
|
|
/*/build
|
|
/*/.gradle
|
|
|
|
# Projects repo, either ignore it, or ignore patches.
|
|
/projects/mcp/
|
|
/projects/clean/
|
|
/projects/forge/
|
|
/projects/fmlonly/
|
|
#/patches/*
|
|
|
|
#occupational hazards
|
|
/projects/**/build/
|
|
/projects/**/out/
|
|
/projects/**/run/
|
|
/projects/**/*.launch
|
|
/repo/
|
|
src/generated/resources/.cache/
|
|
src/generated_test/resources/.cache/
|
|
src/generated_mdk/resources/.cache/
|
|
|
|
#Patch rejects
|
|
#/patches-/
|
|
#*.patch.rej
|
|
#/projects/*/rejects/
|
|
|
|
# FML changelog
|
|
changelog.txt
|
|
*.py
|
|
*.7z
|
|
/logs/
|
|
|