From 98fe52e373bbffea1f4f4ae279977e86c9d6e8c3 Mon Sep 17 00:00:00 2001 From: Samsuik Date: Mon, 7 Apr 2025 22:34:43 +0100 Subject: [PATCH] Clean up update remnants --- build-data/dev-imports.txt | 14 ---------- build-data/dev-imports.txt.bin | 26 ------------------- .../minecraft-patches/unapplied/update | 9 ------- 3 files changed, 49 deletions(-) delete mode 100644 build-data/dev-imports.txt delete mode 100644 build-data/dev-imports.txt.bin delete mode 100644 sakura-server/minecraft-patches/unapplied/update diff --git a/build-data/dev-imports.txt b/build-data/dev-imports.txt deleted file mode 100644 index 1d9862a..0000000 --- a/build-data/dev-imports.txt +++ /dev/null @@ -1,14 +0,0 @@ -# You can use this file to import files from minecraft libraries into the project -# format: -# -# both fully qualified and a file based syntax are accepted for : -# authlib com/mojang/authlib/yggdrasil/YggdrasilGameProfileRepository.java -# datafixerupper com.mojang.datafixers.DataFixerBuilder -# datafixerupper com/mojang/datafixers/util/Either.java -# To import classes from the vanilla Minecraft jar use `minecraft` as the artifactId: -# minecraft net.minecraft.world.level.entity.LevelEntityGetterAdapter -# minecraft net/minecraft/world/level/entity/LevelEntityGetter.java -# To import minecraft data files, like the default chat type, use `mc_data` as the prefix: -# mc_data chat_type/chat.json -# mc_data dimension_type/overworld.json -# diff --git a/build-data/dev-imports.txt.bin b/build-data/dev-imports.txt.bin deleted file mode 100644 index 84b074d..0000000 --- a/build-data/dev-imports.txt.bin +++ /dev/null @@ -1,26 +0,0 @@ -# You can use this file to import files from minecraft libraries into the project -# format: -# -# both fully qualified and a file based syntax are accepted for : -# authlib com/mojang/authlib/yggdrasil/YggdrasilGameProfileRepository.java -# datafixerupper com.mojang.datafixers.DataFixerBuilder -# datafixerupper com/mojang/datafixers/util/Either.java -# To import classes from the vanilla Minecraft jar use `minecraft` as the artifactId: -# minecraft net.minecraft.world.level.entity.LevelEntityGetterAdapter -# minecraft net/minecraft/world/level/entity/LevelEntityGetter.java -minecraft net.minecraft.world.level.block.piston.PistonStructureResolver -minecraft net.minecraft.network.protocol.game.ClientboundSectionBlocksUpdatePacket -minecraft net.minecraft.world.item.ItemNameBlockItem -minecraft net.minecraft.world.level.block.FallingBlock -minecraft net.minecraft.world.level.block.piston.MovingPistonBlock -minecraft net.minecraft.world.level.block.piston.PistonHeadBlock -minecraft net.minecraft.world.level.block.LadderBlock -minecraft net.minecraft.world.level.block.Blocks -minecraft net.minecraft.world.entity.projectile.ProjectileUtil -minecraft net.minecraft.world.level.block.CarpetBlock -minecraft net.minecraft.world.item.Item -minecraft net.minecraft.world.item.SwordItem -minecraft net.minecraft.world.item.DiggerItem -minecraft net.minecraft.world.food.Foods -minecraft net.minecraft.world.item.Items -minecraft net.minecraft.world.level.material.Fluid diff --git a/sakura-server/minecraft-patches/unapplied/update b/sakura-server/minecraft-patches/unapplied/update deleted file mode 100644 index e29dd88..0000000 --- a/sakura-server/minecraft-patches/unapplied/update +++ /dev/null @@ -1,9 +0,0 @@ -need to look into the cactusblock changes -update the blockable sword logic - -rework & update cannon physics patch - -1.21.5 block effects are no longer applied to entities while being pushed by a piston -falldistance is now a double - -move classes into feature patches (so that the project can be built without moonrise)