mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-05 19:47:00 -04:00
1.21.5-rc1
This commit is contained in:
parent
d5cddc9c68
commit
dd23b927b0
2 changed files with 3 additions and 3 deletions
fabric-data-attachment-api-v1/src/testmod/java/net/fabricmc/fabric/test/attachment
gradle.properties
|
@ -78,7 +78,7 @@ public class AttachmentTestMod implements ModInitializer {
|
|||
builder -> builder
|
||||
.initializer(() -> false)
|
||||
.persistent(Codec.BOOL)
|
||||
.syncWith(PacketCodecs.BOOLEAN, (target, player) -> player.method_68878())
|
||||
.syncWith(PacketCodecs.BOOLEAN, (target, player) -> player.isCreative())
|
||||
);
|
||||
public static final AttachmentType<ItemStack> SYNCED_ITEM = AttachmentRegistry.create(
|
||||
Identifier.of(MOD_ID, "synced_item"),
|
||||
|
|
|
@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx2560M
|
|||
org.gradle.parallel=true
|
||||
|
||||
version=0.119.2
|
||||
minecraft_version=1.21.5-pre3
|
||||
yarn_version=+build.1
|
||||
minecraft_version=1.21.5-rc1
|
||||
yarn_version=+build.2
|
||||
loader_version=0.16.10
|
||||
installer_version=1.0.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue