新建2023-01-25

Fix stepsound for blocks in the inside_step_sound_blocks tag. (#9318)

你已经到达了世界的尽头..
新建2023-01-25

Fire TickEvent.WorldTickEvent on ClientLevel tick (#9304)

2022-08-27

Fix circular dependency in static init of RecipeBookRegistry. (#8996)

2022-08-08

Backport: Load custom ITransformationServices from the classpath in dev. (#8350)

未知时间

[1.18.x] Backport: Cache resource listing calls in resource packs (#8868)

2022-08-08

Backport: Re-add PotentialSpawns event. (#8944)

2022-08-08

[1.18.2][Backport] Let isRemotePresent check minecraft:register for packet ids from other mod loaders (#8943)

2022-08-03

Fix crossbows not firing ArrowLooseEvent. (#8888)

2022-07-17

[1.18] Allow blocks to provide a dynamic MaterialColor for display on maps (#8855)

2022-07-17

[1.18.x] Add RenderLevelStageEvent to expand on and replace RenderLevelLastEvent (#8603)

未知时间

[1.18] Fix EnumArgument to use enum names for suggestions (#8746)
Previously, the suggestions used the string representation of the enum
through Enum#toString, which can differ from the name of the enum as
required by Enum#valueOf, causing invalid suggestions (both in gui and
through the error message).
Using Enum#name fixes this discrepancy, so now the suggestions are
always valid inputs regardless of the return of Enum#toString.
Fixes #8618

未知时间

[1.18] Add MC-105317 fix into patch to rotate entities in structures properly (#8793)

未知时间

[1.18] Update to the latest JarJar (#8848)

未知时间

[1.18.x] Fix a weird interaction between shulker boxes and hoppers. (#8824)

2022-07-17

[1.18.x] Implement full support for IPv6 (#8376)

2022-07-17

[1.16] Make tryEmptyContainer respect doDrain (#8318)

2022-07-09

Jar-In-Jar (#8657)
* Jar-In-Jar
* Change to use the custom 4.x SPI.
* Bump JarJar to fix some version range selectors.
* Address requested changes.
* Mark the JiJ locator as a locator.
* Remove the unused imports.

2022-07-09

Fix static member ordering crash in UnitSprite (#8839)
The previous ordering caused LOCATION to be null during the construction of the UnitSprite INSTANCE, leading to errors as the atlas location for the sprite would be null.
Fixes #8795

2022-09-03

Backport version-checker user-agent changes to 1.18 (#8975)

2022-09-03

Backport Reach Distance fix. (#9008)

未知时间

LTS Backport of #8927. (#9012)

2022-09-08

LTS Backport of ModMismachEvent. (#8989) (#9010)

2022-09-08

[1.18.x] Backport #8981 ("Add event to growing fungus") to 1.18 (#8998)

2022-09-10

Revert "[1.18.x] Backport: Cache resource listing calls in resource packs (#8868)" (#9026)
This reverts commit 4df024ef43524d8ec48928c70f561903f7a8e184.

你已经到达了世界的尽头..
新建2022-11-08

Improve extensibility of DetectorRailBlock and PoweredRailBlock (#9130)

2022-09-08

Change codestyle for BookShelves tag. Closes #9027
Add IS_CAVE tag Closes #8885
Add IS_DESERT tag Closes #8979
Simplify Mangrove Swamp tags Closes #8980

2022-09-08

Allow faces of an "elements" model to have disabled ambient occlusion. (#9019)

2022-09-08

[1.19.x] Recipe ID-based grouping between modded and vanilla recipes. (#8876)

未知时间

Update fence_gates/wooden. (#8936)

未知时间

[1.19.x] Added event for growing fungus (#8981)

未知时间

Added Bookshelves block tag. (#8991)

未知时间

Create a Forge EntityType Tag for Bosses. (#9017)

未知时间

Allow mods to specify shader import namespace. (#9021)

2022-09-08

Grindstone Events (#8934)
One to modify the output, and one to modify the input.

2022-09-04

Fix the serialized names of the enum. (#9014)

2022-09-03

Fix `tryEmptyContainerAndStow` duping fluids with stackable containers. (#9004)

2022-09-03

Add mod mismatch event. (#8989)

2022-09-03

[1.19.x] add methods with more context to tree growers (#8956)

2022-09-03

[1.19.X] Adding more precise events for Advancements (#8360)

未知时间

Default IItemHandler capability for shulker box itemstacks (#8827)
Co-authored-by: LexManos <LexManos@gmail.com>

2022-09-03

[1.19] Add hook for items to remain in the hotbar when picking blocks/entities (#8872)

未知时间

[1.19.x] Block Model Builder Root Transform Support (#8860)
Co-authored-by: sciwhiz12 <sciwhiz12@gmail.com>

未知时间

[1.19.x] Make LivingSetAttackTargetEvent compatible with the Brain/Behavior system. (Port of PR #8918) (#8954)

2022-09-03

[1.19.x] Add IForgeBlock#onTreeGrow to replace IForgeBlock#onPlantGrow from 1.16 (#8999)

未知时间

[1.19.x] Moved Player.resetAttackStrengthTicker() to the end of Player.attack() (#9000)

未知时间

fix misplaced patch in sapling block. (#9005)

2022-09-03

Fix failed entity interactions consuming the click. (#9007)

2022-08-25

Fix entity selector permission check to check original source (#8995)
Permission checks should be against the command source and not the target entity, as is done in vanilla.
Fixes #8994

2022-08-20

Hotfix for 1.19.2 item animation bug (#8987)

* [HOT FIX]: Fixes #8985 by no-oping for vanilla models instead of throwing error

2022-08-17

 Add ability to Auto register capabilities via annotation. (#8972)

2022-08-17

1.19.2 RB

2022-08-17

Added ItemDecorator API. (#8794)

2022-08-17

[1.19.x] Custom usage animations for items (#8932)

2022-08-17

Allow registering custom `ColorResolver`s. (#8880)

2022-08-16

[1.19] Allow custom outline rendering on EntityRenderers and BlockEntityRenderers (#8938)

2022-08-16

          Redirect checks for entity selector use to a permission (#8947)
          This allows greater flexibility for configuring servers with
          operator-like permissions to user groups through the permissions API and
          their permissions handler of choice without needing to grant the
          vanilla operator permission to any player.
          The new permission is "forge:use_entity_selectors", which is granted by
          default to players with permission level 2 (GAMEMASTERS) and above.
          The hook falls back to checking the permission level if the source of
          the command is not a ServerPlayer, such as for command blocks and
          functions.

2022-08-16

Allow FakePlayer to report its position. (#8963)

2022-08-16

Add alternate version of renderEntityInInventory to allow for directly specifying the angles. (#8961)

2022-08-16

Add cancellable ToastAddEvent. (#8952)

未知时间

Modify ScreenEvent.RenderInventoryMobEffects to allow moving the effect stack left or right (#8951)

2022-08-16

Fix Enchantment#doPostHurt and Enchantment#doPostAttack being called twice for players. Fixes MC-248272 (#8948)

2022-08-16

Remove reflective implementation of ICustomPacket. (#8973)
Make vanilla custom packets able to be sent multiple times. Closes #8969

2022-08-14

Filter name spaces to directories only. Closes #8413

2022-08-14

Fix a corner case where the UMLB can not extract a version from a library. (#8967)

2022-08-11

Fix issue where unknown chunk generators would cause DFU to fail. (#8957)

2022-08-09

Fix comments and documentation that were missed during the review of #8712 (#8945)

2022-08-09

Fix `LivingEntity#isBlocking` to use `ToolActions#SHIELD_BLOCK` instead of `UseAnim#BLOCK` (#8933)

2022-08-09

Add Custom HolderSet Types allowing for logical combining of sets. (#8928)

2022-08-09

Add values to VersionSupportMatrix to support loading mods that restrict versions to 1.19.1 on 1.19.2 (#8946)

2022-08-08

Fix certain particles not updating their bounding box when their position changes (#8925)

2022-08-08

Update EventBus to address concurrency issue in ModLauncher Factory. Closes #8924

2022-08-05

1.19.2

你已经到达了世界的尽头..
新建2022-08-05

Remove calls to getStepHeight in Player#maybeBackOffFromEdge (#8927)

2022-08-05

Add forge tags for tools and armors, these DO NOT replace ToolActions, and are designed just for Recipes. (#8914)

2022-08-05

Add an event for when the chunk ticket level is updated (#8909)

2022-08-05

Re-add PotentialSpawns event (#8712)

2022-08-05

Fix misplaced patch in ItemEntityRenderer breaking ItemEntityRenderer#shouldBob() (#8919)

2022-08-03

[1.19] [HotFix] Fix the dedicated server not having access to the JiJ filesystems. (#8931)

2022-07-29

Match Mojang's action bar fix for MC-72687 (#8917)

2022-07-28
  • Forge 1.19.1

  • Load natives from classpath

  • Make command argument types a forge registry

  • Add `EntityMobGriefingEvent` to `Allay#wantsToPickUp`

  • Overhaul `ServerChatEvent` to use `ChatDecorator` system

  • Remove `ClientChatEvent#setMessage` for now

  • Gradle 7.5

你已经到达了世界的尽头..
新建2022-07-27

Mark 1.19 RB

2022-07-26
41.0.113

Allow faces of an "elements" model to be made emissive (#8890)

2022-07-26
41.0.112

Fix invalid channel names sent from the server causing the network thread to error. (#8902)

2022-07-25
41.0.111

Fix PlayerEvent.BreakSpeed using magic block position to signify invalid position. Closes #8906

2022-07-23
41.0.110

Fix cases where URIs would not work properly with JarInJar (#8900)

2022-07-22
41.0.109

Add new hook to allow modification of lightmap via Dimension special effects (#8863)

2022-07-22
41.0.108

Fix Forge's packet handling on play messages. (#8875)

你已经到达了世界的尽头..