Skip to content

Commit

Permalink
fix patches for 24w04a, closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Apr 23, 2024
1 parent fc6bfe6 commit ff58afe
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/net/minecraft/commands/Commands.java
+++ b/net/minecraft/commands/Commands.java
@@ -369,7 +_,7 @@
@@ -371,7 +_,7 @@
) {
for (CommandNode<CommandSourceStack> commandNode : rootCommandSource.getChildren()) {
if (commandNode.canUse(source)) {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/MinecraftServer.java
+++ b/net/minecraft/server/MinecraftServer.java
@@ -787,7 +_,7 @@
@@ -829,7 +_,7 @@
}

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/level/ServerLevel.java
+++ b/net/minecraft/server/level/ServerLevel.java
@@ -1554,7 +_,7 @@
@@ -1558,7 +_,7 @@

return map.object2IntEntrySet()
.stream()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/net/minecraft/world/entity/SpawnPlacements.java
+++ b/net/minecraft/world/entity/SpawnPlacements.java
@@ -68,7 +_,7 @@
@@ -73,7 +_,7 @@
EntityType<T> entityType, ServerLevelAccessor serverLevel, MobSpawnType spawnType, BlockPos pos, RandomSource random
) {
SpawnPlacements.Data data = DATA_BY_TYPE.get(entityType);
Expand Down

0 comments on commit ff58afe

Please sign in to comment.