更新到Minecraft 26.2

This commit is contained in:
TheWhiteDog9487
2026-06-17 09:35:26 +08:00
parent 50e7bb0a77
commit 39027e398e
5 changed files with 38 additions and 13 deletions
@@ -12,7 +12,6 @@ import net.minecraft.network.chat.Component
import net.minecraft.server.commands.TeleportCommand
import net.minecraft.server.level.ServerLevel
import net.minecraft.world.entity.Entity
import net.minecraft.world.level.block.Block
import net.minecraft.world.level.block.Blocks
import net.minecraft.world.level.chunk.status.ChunkStatus
import net.minecraft.world.level.levelgen.Heightmap.Types.MOTION_BLOCKING_NO_LEAVES
+3 -3
View File
@@ -31,10 +31,10 @@
}
],
"depends": {
"fabricloader": ">=0.18.6",
"minecraft": "26.1.2",
"fabricloader": ">=0.9.3",
"minecraft": "26.2",
"java": ">=25",
"fabric-api": ">=0.145.4",
"fabric-api": ">=0.152.1",
"fabric-language-kotlin": "*"
},
"suggests": {