This commit is contained in:
FlorianMichael 2024-10-29 20:59:45 +01:00
parent 0c151ddf05
commit e00a9816b1
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 4 additions and 6 deletions

View File

@ -40,6 +40,7 @@ import java.util.concurrent.CompletableFuture;
* - Entity#baseTick doesn't set prev rotation anymore at top * - Entity#baseTick doesn't set prev rotation anymore at top
* - LivingEntity movement code got refactored completely * - LivingEntity movement code got refactored completely
* - BundleItem#use, ConsumableComponent behaviour in use functions * - BundleItem#use, ConsumableComponent behaviour in use functions
* - Check all screen handlers for changes
* *
* TODO | Port 1.20.6 * TODO | Port 1.20.6
* - ClientPlayerInteractionManager#interactBlockInternal added new condition * - ClientPlayerInteractionManager#interactBlockInternal added new condition

View File

@ -212,16 +212,13 @@
"fixes.viaversion.MixinWorldPacketRewriter1_19", "fixes.viaversion.MixinWorldPacketRewriter1_19",
"viabedrock.MixinJoinPackets", "viabedrock.MixinJoinPackets",
"vialegacy.MixinExtensionProtocolMetadataStorage", "vialegacy.MixinExtensionProtocolMetadataStorage",
"vialegacy.MixinViaLegacyConfig" "vialegacy.MixinViaLegacyConfig",
"fixes.minecraft.item.MixinLeadItem"
], ],
"injectors": { "injectors": {
"defaultRequire": 1 "defaultRequire": 1
}, },
"overwrites": { "overwrites": {
"requireAnnotations": true "requireAnnotations": true
}, }
"mixins": [
"fixes.minecraft.item.MixinEmptyMapItem",
"fixes.minecraft.item.MixinLeadItem"
]
} }