mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-21 11:46:49 +01:00
Cleanup
This commit is contained in:
parent
0c151ddf05
commit
e00a9816b1
@ -40,6 +40,7 @@ import java.util.concurrent.CompletableFuture;
|
||||
* - Entity#baseTick doesn't set prev rotation anymore at top
|
||||
* - LivingEntity movement code got refactored completely
|
||||
* - BundleItem#use, ConsumableComponent behaviour in use functions
|
||||
* - Check all screen handlers for changes
|
||||
*
|
||||
* TODO | Port 1.20.6
|
||||
* - ClientPlayerInteractionManager#interactBlockInternal added new condition
|
||||
|
@ -212,16 +212,13 @@
|
||||
"fixes.viaversion.MixinWorldPacketRewriter1_19",
|
||||
"viabedrock.MixinJoinPackets",
|
||||
"vialegacy.MixinExtensionProtocolMetadataStorage",
|
||||
"vialegacy.MixinViaLegacyConfig"
|
||||
"vialegacy.MixinViaLegacyConfig",
|
||||
"fixes.minecraft.item.MixinLeadItem"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
},
|
||||
"overwrites": {
|
||||
"requireAnnotations": true
|
||||
},
|
||||
"mixins": [
|
||||
"fixes.minecraft.item.MixinEmptyMapItem",
|
||||
"fixes.minecraft.item.MixinLeadItem"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user