-
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.96.11+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.97.0+1.20.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 217 files changed
- 8 contributors
Commits on Mar 20, 2024
-
# Removed - FabricItemStack.isSuitableFor (replaced with vanilla component) - FabricItemStack.getFoodComponent (replaced with vanilla component) - ResourceReloadListenerKeys.LOOT_TABLES - fabric-resource-conditions-api-v1 support for loot tables # Disabled modules - fabric-loot-api-v2 - fabric-mining-level-api-v1
Configuration menu - View commit details
-
Copy full SHA for e9d2a72 - Browse repository at this point
Copy the full SHA e9d2a72View commit details
Commits on Mar 27, 2024
-
* Bump yarn * Apply yarn update * Sync map decorations type registry * Remove Mining Level API * Port loot API * whoops * Rename LootManagerMixin * Fix javadoc * Fix registerGiftLootTable * RegistryKey is traditionally compared using identity * Fix wrong loot source being used
Configuration menu - View commit details
-
Copy full SHA for 9b3069f - Browse repository at this point
Copy the full SHA 9b3069fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e78eae2 - Browse repository at this point
Copy the full SHA e78eae2View commit details -
Fixes #3669 Co-authored-by: Drex <nicknamedrex@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b21c00c - Browse repository at this point
Copy the full SHA b21c00cView commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3844af0 - Browse repository at this point
Copy the full SHA 3844af0View commit details -
Improve data attachment port (#3678)
* Bump yarn * Apply yarn update * Fix porting of Data Attachment block entity support * Fix FrameBlockEntity testmod
Configuration menu - View commit details
-
Copy full SHA for 97f703d - Browse repository at this point
Copy the full SHA 97f703dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1e646e - Browse repository at this point
Copy the full SHA f1e646eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ecfae - Browse repository at this point
Copy the full SHA a0ecfaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7bca69 - Browse repository at this point
Copy the full SHA e7bca69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8968f - Browse repository at this point
Copy the full SHA 9d8968fView commit details
Commits on Apr 10, 2024
-
[1.20.5] Codec-based Resource Conditions and refactors (#3690)
* Initial move to codec-based resource conditions * Move default condition types to DefaultResourceConditionTypes * Move built-in condition types to impl * Run spotlessApply * Move default condition registration to entrypoint in imp * Formatting fixes * Add back package-info.java * Make it compatible with new DFU * checkstyle * Refactor FeaturesEnabledResourceCondition * Pass RegistryWrapper and reduce reliance on statics * Some more improvements * Add back some tests * Add more tests * Add back tags_populated support, clean up code * Some more improvements * add javadocs (wip) * Fix unfixed merge conflict * Javadocs * Fix null condition in addConditions * Allow empty arrays in certain codecs * Move addConditions to datagen impl * Address reviews * add debug log * Store features in normal static field * Fix TagsPopulatedResourceCondition#getType --------- Co-authored-by: Apollo <102649729+Apollounknowndev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3b6dc5d - Browse repository at this point
Copy the full SHA 3b6dc5dView commit details -
* 1.20.5-pre1 * BrewingRecipeRegistryBuilderCallback * Remove debug line * Fix build * Bump version
Configuration menu - View commit details
-
Copy full SHA for 74e2f56 - Browse repository at this point
Copy the full SHA 74e2f56View commit details -
* New translations en_us.json (Korean) * New translations en_us.json (Vietnamese) * New translations en_us.json (Korean) * New translations en_us.json (Korean) * New translations en_us.json (Vietnamese) * New translations en_us.json (Korean) * New translations en_us.json (Portuguese, Brazilian) * New translations en_us.json (French) * New translations en_us.json (Portuguese, Brazilian) * New translations en_us.json (Estonian) * New translations en_us.json (Malay) * New translations en_us.json (Malay) * New translations en_us.json (Malay) * New translations en_us.json (German) * New translations en_us.json (Czech) * New translations en_us.json (Chinese Simplified) * New translations en_us.json (Chinese Simplified) * New translations en_us.json (Spanish, Chile) * New translations en_us.json (Spanish, Chile) * New translations en_us.json (Spanish, Chile) * New translations en_us.json (Chinese Traditional) * New translations en_us.json (Chinese Traditional) * New translations en_us.json (Polish) * New translations en_us.json (Toki Pona) * New translations en_us.json (Toki Pona)
Configuration menu - View commit details
-
Copy full SHA for aae0949 - Browse repository at this point
Copy the full SHA aae0949View commit details -
Configuration menu - View commit details
-
Copy full SHA for d73f365 - Browse repository at this point
Copy the full SHA d73f365View commit details -
Deprecate FabricEntityTypeBuilder & FabricBlockEntityTypeBuilder in f…
…avour of the vanilla classes (#3677) * Replace FabricEntityTypeBuilder with EntityTypeBuilder + iface injection * Finish and test entity type builder * Deprecate FabricBlockEntityTypeBuilder * Review fix * Fixes based on review * Some fixes * Checkstyle
Configuration menu - View commit details
-
Copy full SHA for 44e6689 - Browse repository at this point
Copy the full SHA 44e6689View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6793dde - Browse repository at this point
Copy the full SHA 6793ddeView commit details -
* ALLOW_ENCHANTING event * Intrinsic enchantments + testmod also fixed a bug in the testmod that prevented the custom damage handler from ever working * Item-based override mechanism * Replaces part of the use cases of the event with a convenient method to override in FabricItem. * Updated and tested the testmod. * javadoc * Move event logic to FabricItemStack * oops * Simplify mixin * Replace ActionResult with TriState * Use TriState in testmod * requests * Clarify jdoc * Ship without intrinsic enchantments at first * Checkstyle * Checkstyle --------- Co-authored-by: modmuss50 <modmuss50@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f5205a - Browse repository at this point
Copy the full SHA 8f5205aView commit details
Commits on Apr 14, 2024
-
Finish port to 1.20.5-pre1 (#3706)
* Buildscript changes * Particle API: port and some refactor * Add support for Ingredient in FabricBrewingRecipeRegistry * Add private ctor to ClientPlayerBlockBreakEvents Not related to port, but something I've found during the process. Also adds final to CommonLifecycleEvents. * Fix Sound API testmod * Fix broken javadocs * Codec-related changes * Document behavior of SUCCESS_NO_ITEM_USED in UseEntityCallback * Add getEnabledFeatures * checkstyle
Configuration menu - View commit details
-
Copy full SHA for c5fc38b - Browse repository at this point
Copy the full SHA c5fc38bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb0a2d - Browse repository at this point
Copy the full SHA cfb0a2dView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.