-
Notifications
You must be signed in to change notification settings - Fork 434
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: FabricMC/fabric
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.94.0+1.20.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: FabricMC/fabric
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.94.1+1.20.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 54 files changed
- 11 contributors
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06274a4 - Browse repository at this point
Copy the full SHA 06274a4View commit details -
Add Client After Block Break Event (#3367)
* Add clientside after block break event * Update tests * Checkstyle, of course * Update Javadoc * New Event * Checkstyle 2 electric boogaloo * Remove block entity parameter * Refactor ClientPlayerBlockBreakEvents * Update Javadoc
Configuration menu - View commit details
-
Copy full SHA for 389931e - Browse repository at this point
Copy the full SHA 389931eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1681346 - Browse repository at this point
Copy the full SHA 1681346View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 875cc14 - Browse repository at this point
Copy the full SHA 875cc14View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf67aa - Browse repository at this point
Copy the full SHA dbf67aaView commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e843423 - Browse repository at this point
Copy the full SHA e843423View commit details -
Check for the correct BE type in the lookup API (#3510)
The block lookup API's registerForBlockEntities method currently just registers the passed provider for each valid block for that block entity. However, in some situations (such as update suppression or a misbehaving mod), the wrong block entity will be present for one of these blocks. This means that the (incorrect) block entity will be passed off to the provider. Providers (especially those registered with registerForBlockEntity) will often blind-cast the supplied BE, leading to crashes. While the wrong BE being present is a bug, we should follow vanilla's lead and handle this more gracefully. In this case, we just check whether the correct BE type is present before forwarding it to the main provider.
Configuration menu - View commit details
-
Copy full SHA for 82b1bb3 - Browse repository at this point
Copy the full SHA 82b1bb3View commit details -
Add a system property for a custom output directory for gametest stru…
…ctures (#3509) * Add a check for the output directory in the test command * Fix style and add a run configuration with the output directory set * Update fabric-gametest-api-v1/build.gradle --------- Co-authored-by: modmuss <modmuss50@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a21facc - Browse repository at this point
Copy the full SHA a21faccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e1463 - Browse repository at this point
Copy the full SHA b7e1463View commit details -
add fabric-api-bom and fabric-api-catalog (#3487)
* feat: add fabric-api-bom and fabric-api-catalog * spotlessApply * Apply suggestions from code review Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> --------- Co-authored-by: modmuss <modmuss50@gmail.com> Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 679aae3 - Browse repository at this point
Copy the full SHA 679aae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd1430 - Browse repository at this point
Copy the full SHA 0fd1430View commit details -
Exclude meta projects from main maven artifact.
This fixes being unable to depend on it in dev.
Configuration menu - View commit details
-
Copy full SHA for 7eebb47 - Browse repository at this point
Copy the full SHA 7eebb47View commit details -
Configuration menu - View commit details
-
Copy full SHA for a462da6 - Browse repository at this point
Copy the full SHA a462da6View commit details
Commits on Jan 15, 2024
-
Add mob conversion event (#3511)
* Add mob conversion event * spacing * use a smarter mixin strategy * add pig and villager lightning triggers * tyop Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> * handle tadpole -> frog conversion - update javadoc to clarify the handled cases - document keepEquipment parameter - improve mixin handler names --------- Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 44c0f8c - Browse repository at this point
Copy the full SHA 44c0f8cView commit details -
Stack aware
getFoodComponent
(#3520)* Stack aware `getFoodComponent` Co-authored-by: Phoupraw <50520903+phoupraw@users.noreply.github.com> * Back to redirects --------- Co-authored-by: Phoupraw <50520903+phoupraw@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d6f2b08 - Browse repository at this point
Copy the full SHA d6f2b08View commit details -
Don't tick gametests if the server isn't ticking (#3528)
* Don't tick gametests if the server isn't ticking * Fix import order
Configuration menu - View commit details
-
Copy full SHA for 85d85a9 - Browse repository at this point
Copy the full SHA 85d85a9View commit details -
* Update to loom 1.5 * Continue to use the mixin AP for now. * Bump (cherry picked from commit 05ec3fa)
Configuration menu - View commit details
-
Copy full SHA for a438717 - Browse repository at this point
Copy the full SHA a438717View commit details -
Configuration menu - View commit details
-
Copy full SHA for e572f21 - Browse repository at this point
Copy the full SHA e572f21View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf1eca5 - Browse repository at this point
Copy the full SHA bf1eca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 502a698 - Browse repository at this point
Copy the full SHA 502a698View commit details
There are no files selected for viewing