diff --git a/build.gradle.kts b/build.gradle.kts index 065aa5173..55e86ba3c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { java `maven-publish` id("com.github.johnrengelman.shadow") version "7.1.0" apply false - id("io.papermc.paperweight.patcher") version "1.2.0" + id("io.papermc.paperweight.patcher") version "1.3.0-SNAPSHOT" } repositories { @@ -15,8 +15,8 @@ repositories { } dependencies { - remapper("net.fabricmc:tiny-remapper:0.6.0:fat") - decompiler("net.minecraftforge:forgeflower:1.5.498.12") + remapper("net.fabricmc:tiny-remapper:0.7.0:fat") + decompiler("net.minecraftforge:forgeflower:1.5.498.22") paperclip("io.papermc:paperclip:2.0.1") } @@ -26,13 +26,13 @@ subprojects { java { toolchain { - languageVersion.set(JavaLanguageVersion.of(16)) + languageVersion.set(JavaLanguageVersion.of(17)) } } tasks.withType().configureEach { options.encoding = "UTF-8" - options.release.set(16) + options.release.set(17) } repositories { diff --git a/gradle.properties b/gradle.properties index a0e238cee..a19ef711f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ group = net.pl3x.purpur -version = 1.17.1-R0.1-SNAPSHOT +version = 1.18-pre5-R0.1-SNAPSHOT -mcVersion = 1.17.1 -packageVersion = 1_17_R1 +mcVersion = 1.18-pre5 +packageVersion = 1_18_R1 -paperCommit = 22aaf913686c8518e375deb01c6cde74942d3ac2 +paperCommit = 9af14f154713661253c908b2a9cb1a822fe6fd4e org.gradle.caching = true org.gradle.parallel = true diff --git a/patches/api/0001-Build-System-Changes.patch b/patches/unapplied/api/0001-Build-System-Changes.patch similarity index 100% rename from patches/api/0001-Build-System-Changes.patch rename to patches/unapplied/api/0001-Build-System-Changes.patch diff --git a/patches/api/0002-Purpur-config-files.patch b/patches/unapplied/api/0002-Purpur-config-files.patch similarity index 100% rename from patches/api/0002-Purpur-config-files.patch rename to patches/unapplied/api/0002-Purpur-config-files.patch diff --git a/patches/api/0003-Purpur-client-support.patch b/patches/unapplied/api/0003-Purpur-client-support.patch similarity index 100% rename from patches/api/0003-Purpur-client-support.patch rename to patches/unapplied/api/0003-Purpur-client-support.patch diff --git a/patches/api/0004-Default-permissions.patch b/patches/unapplied/api/0004-Default-permissions.patch similarity index 100% rename from patches/api/0004-Default-permissions.patch rename to patches/unapplied/api/0004-Default-permissions.patch diff --git a/patches/api/0005-Ridables.patch b/patches/unapplied/api/0005-Ridables.patch similarity index 100% rename from patches/api/0005-Ridables.patch rename to patches/unapplied/api/0005-Ridables.patch diff --git a/patches/api/0006-Allow-inventory-resizing.patch b/patches/unapplied/api/0006-Allow-inventory-resizing.patch similarity index 100% rename from patches/api/0006-Allow-inventory-resizing.patch rename to patches/unapplied/api/0006-Allow-inventory-resizing.patch diff --git a/patches/api/0007-Llama-API.patch b/patches/unapplied/api/0007-Llama-API.patch similarity index 100% rename from patches/api/0007-Llama-API.patch rename to patches/unapplied/api/0007-Llama-API.patch diff --git a/patches/api/0008-AFK-API.patch b/patches/unapplied/api/0008-AFK-API.patch similarity index 100% rename from patches/api/0008-AFK-API.patch rename to patches/unapplied/api/0008-AFK-API.patch diff --git a/patches/api/0009-Bring-back-server-name.patch b/patches/unapplied/api/0009-Bring-back-server-name.patch similarity index 100% rename from patches/api/0009-Bring-back-server-name.patch rename to patches/unapplied/api/0009-Bring-back-server-name.patch diff --git a/patches/api/0010-ExecuteCommandEvent.patch b/patches/unapplied/api/0010-ExecuteCommandEvent.patch similarity index 100% rename from patches/api/0010-ExecuteCommandEvent.patch rename to patches/unapplied/api/0010-ExecuteCommandEvent.patch diff --git a/patches/api/0011-LivingEntity-safeFallDistance.patch b/patches/unapplied/api/0011-LivingEntity-safeFallDistance.patch similarity index 100% rename from patches/api/0011-LivingEntity-safeFallDistance.patch rename to patches/unapplied/api/0011-LivingEntity-safeFallDistance.patch diff --git a/patches/api/0012-Lagging-threshold.patch b/patches/unapplied/api/0012-Lagging-threshold.patch similarity index 100% rename from patches/api/0012-Lagging-threshold.patch rename to patches/unapplied/api/0012-Lagging-threshold.patch diff --git a/patches/api/0013-PlayerSetSpawnerTypeWithEggEvent.patch b/patches/unapplied/api/0013-PlayerSetSpawnerTypeWithEggEvent.patch similarity index 100% rename from patches/api/0013-PlayerSetSpawnerTypeWithEggEvent.patch rename to patches/unapplied/api/0013-PlayerSetSpawnerTypeWithEggEvent.patch diff --git a/patches/api/0014-EMC-MonsterEggSpawnEvent.patch b/patches/unapplied/api/0014-EMC-MonsterEggSpawnEvent.patch similarity index 100% rename from patches/api/0014-EMC-MonsterEggSpawnEvent.patch rename to patches/unapplied/api/0014-EMC-MonsterEggSpawnEvent.patch diff --git a/patches/api/0015-Player-invulnerabilities.patch b/patches/unapplied/api/0015-Player-invulnerabilities.patch similarity index 100% rename from patches/api/0015-Player-invulnerabilities.patch rename to patches/unapplied/api/0015-Player-invulnerabilities.patch diff --git a/patches/api/0016-Anvil-API.patch b/patches/unapplied/api/0016-Anvil-API.patch similarity index 100% rename from patches/api/0016-Anvil-API.patch rename to patches/unapplied/api/0016-Anvil-API.patch diff --git a/patches/api/0017-ItemStack-convenience-methods.patch b/patches/unapplied/api/0017-ItemStack-convenience-methods.patch similarity index 100% rename from patches/api/0017-ItemStack-convenience-methods.patch rename to patches/unapplied/api/0017-ItemStack-convenience-methods.patch diff --git a/patches/api/0018-Phantoms-attracted-to-crystals-and-crystals-shoot-ph.patch b/patches/unapplied/api/0018-Phantoms-attracted-to-crystals-and-crystals-shoot-ph.patch similarity index 100% rename from patches/api/0018-Phantoms-attracted-to-crystals-and-crystals-shoot-ph.patch rename to patches/unapplied/api/0018-Phantoms-attracted-to-crystals-and-crystals-shoot-ph.patch diff --git a/patches/api/0019-ChatColor-conveniences.patch b/patches/unapplied/api/0019-ChatColor-conveniences.patch similarity index 100% rename from patches/api/0019-ChatColor-conveniences.patch rename to patches/unapplied/api/0019-ChatColor-conveniences.patch diff --git a/patches/api/0020-LivingEntity-broadcastItemBreak.patch b/patches/unapplied/api/0020-LivingEntity-broadcastItemBreak.patch similarity index 100% rename from patches/api/0020-LivingEntity-broadcastItemBreak.patch rename to patches/unapplied/api/0020-LivingEntity-broadcastItemBreak.patch diff --git a/patches/api/0021-Item-entity-immunities.patch b/patches/unapplied/api/0021-Item-entity-immunities.patch similarity index 100% rename from patches/api/0021-Item-entity-immunities.patch rename to patches/unapplied/api/0021-Item-entity-immunities.patch diff --git a/patches/api/0022-Spigot-Improve-output-of-plugins-command.patch b/patches/unapplied/api/0022-Spigot-Improve-output-of-plugins-command.patch similarity index 100% rename from patches/api/0022-Spigot-Improve-output-of-plugins-command.patch rename to patches/unapplied/api/0022-Spigot-Improve-output-of-plugins-command.patch diff --git a/patches/api/0023-Add-option-to-disable-zombie-aggressiveness-towards-.patch b/patches/unapplied/api/0023-Add-option-to-disable-zombie-aggressiveness-towards-.patch similarity index 100% rename from patches/api/0023-Add-option-to-disable-zombie-aggressiveness-towards-.patch rename to patches/unapplied/api/0023-Add-option-to-disable-zombie-aggressiveness-towards-.patch diff --git a/patches/api/0024-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch b/patches/unapplied/api/0024-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch similarity index 100% rename from patches/api/0024-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch rename to patches/unapplied/api/0024-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch diff --git a/patches/api/0025-Alphabetize-in-game-plugins-list.patch b/patches/unapplied/api/0025-Alphabetize-in-game-plugins-list.patch similarity index 100% rename from patches/api/0025-Alphabetize-in-game-plugins-list.patch rename to patches/unapplied/api/0025-Alphabetize-in-game-plugins-list.patch diff --git a/patches/api/0026-Rabid-Wolf-API.patch b/patches/unapplied/api/0026-Rabid-Wolf-API.patch similarity index 100% rename from patches/api/0026-Rabid-Wolf-API.patch rename to patches/unapplied/api/0026-Rabid-Wolf-API.patch diff --git a/patches/api/0027-Fix-javadoc-warnings-missing-param-and-return.patch b/patches/unapplied/api/0027-Fix-javadoc-warnings-missing-param-and-return.patch similarity index 100% rename from patches/api/0027-Fix-javadoc-warnings-missing-param-and-return.patch rename to patches/unapplied/api/0027-Fix-javadoc-warnings-missing-param-and-return.patch diff --git a/patches/api/0028-PlayerBookTooLargeEvent.patch b/patches/unapplied/api/0028-PlayerBookTooLargeEvent.patch similarity index 100% rename from patches/api/0028-PlayerBookTooLargeEvent.patch rename to patches/unapplied/api/0028-PlayerBookTooLargeEvent.patch diff --git a/patches/api/0029-Full-netherite-armor-grants-fire-resistance.patch b/patches/unapplied/api/0029-Full-netherite-armor-grants-fire-resistance.patch similarity index 100% rename from patches/api/0029-Full-netherite-armor-grants-fire-resistance.patch rename to patches/unapplied/api/0029-Full-netherite-armor-grants-fire-resistance.patch diff --git a/patches/api/0030-Add-EntityTeleportHinderedEvent.patch b/patches/unapplied/api/0030-Add-EntityTeleportHinderedEvent.patch similarity index 100% rename from patches/api/0030-Add-EntityTeleportHinderedEvent.patch rename to patches/unapplied/api/0030-Add-EntityTeleportHinderedEvent.patch diff --git a/patches/api/0031-Add-StructureGenerateEvent.patch b/patches/unapplied/api/0031-Add-StructureGenerateEvent.patch similarity index 100% rename from patches/api/0031-Add-StructureGenerateEvent.patch rename to patches/unapplied/api/0031-Add-StructureGenerateEvent.patch diff --git a/patches/api/0032-Conflict-on-change-for-adventure-deprecations.patch b/patches/unapplied/api/0032-Conflict-on-change-for-adventure-deprecations.patch similarity index 100% rename from patches/api/0032-Conflict-on-change-for-adventure-deprecations.patch rename to patches/unapplied/api/0032-Conflict-on-change-for-adventure-deprecations.patch diff --git a/patches/api/0033-Add-enchantment-target-for-bows-and-crossbows.patch b/patches/unapplied/api/0033-Add-enchantment-target-for-bows-and-crossbows.patch similarity index 100% rename from patches/api/0033-Add-enchantment-target-for-bows-and-crossbows.patch rename to patches/unapplied/api/0033-Add-enchantment-target-for-bows-and-crossbows.patch diff --git a/patches/api/0034-Iron-golem-poppy-calms-anger.patch b/patches/unapplied/api/0034-Iron-golem-poppy-calms-anger.patch similarity index 100% rename from patches/api/0034-Iron-golem-poppy-calms-anger.patch rename to patches/unapplied/api/0034-Iron-golem-poppy-calms-anger.patch diff --git a/patches/api/0035-API-for-any-mob-to-burn-daylight.patch b/patches/unapplied/api/0035-API-for-any-mob-to-burn-daylight.patch similarity index 100% rename from patches/api/0035-API-for-any-mob-to-burn-daylight.patch rename to patches/unapplied/api/0035-API-for-any-mob-to-burn-daylight.patch diff --git a/patches/api/0036-Flying-Fall-Damage-API.patch b/patches/unapplied/api/0036-Flying-Fall-Damage-API.patch similarity index 100% rename from patches/api/0036-Flying-Fall-Damage-API.patch rename to patches/unapplied/api/0036-Flying-Fall-Damage-API.patch diff --git a/patches/api/0037-Add-back-player-spawned-endermite-API.patch b/patches/unapplied/api/0037-Add-back-player-spawned-endermite-API.patch similarity index 100% rename from patches/api/0037-Add-back-player-spawned-endermite-API.patch rename to patches/unapplied/api/0037-Add-back-player-spawned-endermite-API.patch diff --git a/patches/api/0038-Fix-default-permission-system.patch b/patches/unapplied/api/0038-Fix-default-permission-system.patch similarity index 100% rename from patches/api/0038-Fix-default-permission-system.patch rename to patches/unapplied/api/0038-Fix-default-permission-system.patch diff --git a/patches/api/0039-Summoner-API.patch b/patches/unapplied/api/0039-Summoner-API.patch similarity index 100% rename from patches/api/0039-Summoner-API.patch rename to patches/unapplied/api/0039-Summoner-API.patch diff --git a/patches/api/0040-Clean-up-version-command-output-for-console.patch b/patches/unapplied/api/0040-Clean-up-version-command-output-for-console.patch similarity index 100% rename from patches/api/0040-Clean-up-version-command-output-for-console.patch rename to patches/unapplied/api/0040-Clean-up-version-command-output-for-console.patch diff --git a/patches/api/0041-Add-force-and-prompt-parameters-to-resource-pack-api.patch b/patches/unapplied/api/0041-Add-force-and-prompt-parameters-to-resource-pack-api.patch similarity index 100% rename from patches/api/0041-Add-force-and-prompt-parameters-to-resource-pack-api.patch rename to patches/unapplied/api/0041-Add-force-and-prompt-parameters-to-resource-pack-api.patch diff --git a/patches/api/0042-Extended-OfflinePlayer-API.patch b/patches/unapplied/api/0042-Extended-OfflinePlayer-API.patch similarity index 100% rename from patches/api/0042-Extended-OfflinePlayer-API.patch rename to patches/unapplied/api/0042-Extended-OfflinePlayer-API.patch diff --git a/patches/api/0043-Added-the-ability-to-add-combustible-items.patch b/patches/unapplied/api/0043-Added-the-ability-to-add-combustible-items.patch similarity index 100% rename from patches/api/0043-Added-the-ability-to-add-combustible-items.patch rename to patches/unapplied/api/0043-Added-the-ability-to-add-combustible-items.patch diff --git a/patches/server/0001-Decompile-Fixes.patch b/patches/unapplied/server/0001-Decompile-Fixes.patch similarity index 100% rename from patches/server/0001-Decompile-Fixes.patch rename to patches/unapplied/server/0001-Decompile-Fixes.patch diff --git a/patches/server/0002-Rebrand.patch b/patches/unapplied/server/0002-Rebrand.patch similarity index 100% rename from patches/server/0002-Rebrand.patch rename to patches/unapplied/server/0002-Rebrand.patch diff --git a/patches/server/0003-Purpur-config-files.patch b/patches/unapplied/server/0003-Purpur-config-files.patch similarity index 100% rename from patches/server/0003-Purpur-config-files.patch rename to patches/unapplied/server/0003-Purpur-config-files.patch diff --git a/patches/server/0004-Purpur-client-support.patch b/patches/unapplied/server/0004-Purpur-client-support.patch similarity index 100% rename from patches/server/0004-Purpur-client-support.patch rename to patches/unapplied/server/0004-Purpur-client-support.patch diff --git a/patches/server/0005-Component-related-conveniences.patch b/patches/unapplied/server/0005-Component-related-conveniences.patch similarity index 100% rename from patches/server/0005-Component-related-conveniences.patch rename to patches/unapplied/server/0005-Component-related-conveniences.patch diff --git a/patches/server/0006-Ridables.patch b/patches/unapplied/server/0006-Ridables.patch similarity index 100% rename from patches/server/0006-Ridables.patch rename to patches/unapplied/server/0006-Ridables.patch diff --git a/patches/server/0007-Configurable-entity-base-attributes.patch b/patches/unapplied/server/0007-Configurable-entity-base-attributes.patch similarity index 100% rename from patches/server/0007-Configurable-entity-base-attributes.patch rename to patches/unapplied/server/0007-Configurable-entity-base-attributes.patch diff --git a/patches/server/0008-Timings-stuff.patch b/patches/unapplied/server/0008-Timings-stuff.patch similarity index 100% rename from patches/server/0008-Timings-stuff.patch rename to patches/unapplied/server/0008-Timings-stuff.patch diff --git a/patches/server/0009-Barrels-and-enderchests-6-rows.patch b/patches/unapplied/server/0009-Barrels-and-enderchests-6-rows.patch similarity index 100% rename from patches/server/0009-Barrels-and-enderchests-6-rows.patch rename to patches/unapplied/server/0009-Barrels-and-enderchests-6-rows.patch diff --git a/patches/server/0010-Llama-API.patch b/patches/unapplied/server/0010-Llama-API.patch similarity index 100% rename from patches/server/0010-Llama-API.patch rename to patches/unapplied/server/0010-Llama-API.patch diff --git a/patches/server/0011-AFK-API.patch b/patches/unapplied/server/0011-AFK-API.patch similarity index 100% rename from patches/server/0011-AFK-API.patch rename to patches/unapplied/server/0011-AFK-API.patch diff --git a/patches/server/0012-Bring-back-server-name.patch b/patches/unapplied/server/0012-Bring-back-server-name.patch similarity index 100% rename from patches/server/0012-Bring-back-server-name.patch rename to patches/unapplied/server/0012-Bring-back-server-name.patch diff --git a/patches/server/0013-Configurable-server-mod-name.patch b/patches/unapplied/server/0013-Configurable-server-mod-name.patch similarity index 100% rename from patches/server/0013-Configurable-server-mod-name.patch rename to patches/unapplied/server/0013-Configurable-server-mod-name.patch diff --git a/patches/server/0014-LivingEntity-safeFallDistance.patch b/patches/unapplied/server/0014-LivingEntity-safeFallDistance.patch similarity index 100% rename from patches/server/0014-LivingEntity-safeFallDistance.patch rename to patches/unapplied/server/0014-LivingEntity-safeFallDistance.patch diff --git a/patches/server/0015-Lagging-threshold.patch b/patches/unapplied/server/0015-Lagging-threshold.patch similarity index 100% rename from patches/server/0015-Lagging-threshold.patch rename to patches/unapplied/server/0015-Lagging-threshold.patch diff --git a/patches/server/0016-PlayerSetSpawnerTypeWithEggEvent.patch b/patches/unapplied/server/0016-PlayerSetSpawnerTypeWithEggEvent.patch similarity index 100% rename from patches/server/0016-PlayerSetSpawnerTypeWithEggEvent.patch rename to patches/unapplied/server/0016-PlayerSetSpawnerTypeWithEggEvent.patch diff --git a/patches/server/0017-EMC-MonsterEggSpawnEvent.patch b/patches/unapplied/server/0017-EMC-MonsterEggSpawnEvent.patch similarity index 100% rename from patches/server/0017-EMC-MonsterEggSpawnEvent.patch rename to patches/unapplied/server/0017-EMC-MonsterEggSpawnEvent.patch diff --git a/patches/server/0018-Player-invulnerabilities.patch b/patches/unapplied/server/0018-Player-invulnerabilities.patch similarity index 100% rename from patches/server/0018-Player-invulnerabilities.patch rename to patches/unapplied/server/0018-Player-invulnerabilities.patch diff --git a/patches/server/0019-Anvil-API.patch b/patches/unapplied/server/0019-Anvil-API.patch similarity index 100% rename from patches/server/0019-Anvil-API.patch rename to patches/unapplied/server/0019-Anvil-API.patch diff --git a/patches/server/0020-Configurable-villager-brain-ticks.patch b/patches/unapplied/server/0020-Configurable-villager-brain-ticks.patch similarity index 100% rename from patches/server/0020-Configurable-villager-brain-ticks.patch rename to patches/unapplied/server/0020-Configurable-villager-brain-ticks.patch diff --git a/patches/server/0021-Alternative-Keepalive-Handling.patch b/patches/unapplied/server/0021-Alternative-Keepalive-Handling.patch similarity index 100% rename from patches/server/0021-Alternative-Keepalive-Handling.patch rename to patches/unapplied/server/0021-Alternative-Keepalive-Handling.patch diff --git a/patches/server/0022-Silk-touch-spawners.patch b/patches/unapplied/server/0022-Silk-touch-spawners.patch similarity index 100% rename from patches/server/0022-Silk-touch-spawners.patch rename to patches/unapplied/server/0022-Silk-touch-spawners.patch diff --git a/patches/server/0023-MC-168772-Fix-Add-turtle-egg-block-options.patch b/patches/unapplied/server/0023-MC-168772-Fix-Add-turtle-egg-block-options.patch similarity index 100% rename from patches/server/0023-MC-168772-Fix-Add-turtle-egg-block-options.patch rename to patches/unapplied/server/0023-MC-168772-Fix-Add-turtle-egg-block-options.patch diff --git a/patches/server/0024-Fix-vanilla-command-permission-handler.patch b/patches/unapplied/server/0024-Fix-vanilla-command-permission-handler.patch similarity index 100% rename from patches/server/0024-Fix-vanilla-command-permission-handler.patch rename to patches/unapplied/server/0024-Fix-vanilla-command-permission-handler.patch diff --git a/patches/server/0025-Logger-settings-suppressing-pointless-logs.patch b/patches/unapplied/server/0025-Logger-settings-suppressing-pointless-logs.patch similarity index 100% rename from patches/server/0025-Logger-settings-suppressing-pointless-logs.patch rename to patches/unapplied/server/0025-Logger-settings-suppressing-pointless-logs.patch diff --git a/patches/server/0026-Disable-outdated-build-check.patch b/patches/unapplied/server/0026-Disable-outdated-build-check.patch similarity index 100% rename from patches/server/0026-Disable-outdated-build-check.patch rename to patches/unapplied/server/0026-Disable-outdated-build-check.patch diff --git a/patches/server/0027-Giants-AI-settings.patch b/patches/unapplied/server/0027-Giants-AI-settings.patch similarity index 100% rename from patches/server/0027-Giants-AI-settings.patch rename to patches/unapplied/server/0027-Giants-AI-settings.patch diff --git a/patches/server/0028-Zombie-horse-naturally-spawn.patch b/patches/unapplied/server/0028-Zombie-horse-naturally-spawn.patch similarity index 100% rename from patches/server/0028-Zombie-horse-naturally-spawn.patch rename to patches/unapplied/server/0028-Zombie-horse-naturally-spawn.patch diff --git a/patches/server/0029-Charged-creeper-naturally-spawn.patch b/patches/unapplied/server/0029-Charged-creeper-naturally-spawn.patch similarity index 100% rename from patches/server/0029-Charged-creeper-naturally-spawn.patch rename to patches/unapplied/server/0029-Charged-creeper-naturally-spawn.patch diff --git a/patches/server/0030-Rabbit-naturally-spawn-toast-and-killer.patch b/patches/unapplied/server/0030-Rabbit-naturally-spawn-toast-and-killer.patch similarity index 100% rename from patches/server/0030-Rabbit-naturally-spawn-toast-and-killer.patch rename to patches/unapplied/server/0030-Rabbit-naturally-spawn-toast-and-killer.patch diff --git a/patches/server/0031-Fix-outdated-server-showing-in-ping-before-server-fu.patch b/patches/unapplied/server/0031-Fix-outdated-server-showing-in-ping-before-server-fu.patch similarity index 100% rename from patches/server/0031-Fix-outdated-server-showing-in-ping-before-server-fu.patch rename to patches/unapplied/server/0031-Fix-outdated-server-showing-in-ping-before-server-fu.patch diff --git a/patches/server/0032-Dont-send-useless-entity-packets.patch b/patches/unapplied/server/0032-Dont-send-useless-entity-packets.patch similarity index 100% rename from patches/server/0032-Dont-send-useless-entity-packets.patch rename to patches/unapplied/server/0032-Dont-send-useless-entity-packets.patch diff --git a/patches/server/0033-Tulips-change-fox-type.patch b/patches/unapplied/server/0033-Tulips-change-fox-type.patch similarity index 100% rename from patches/server/0033-Tulips-change-fox-type.patch rename to patches/unapplied/server/0033-Tulips-change-fox-type.patch diff --git a/patches/server/0034-Breedable-Polar-Bears.patch b/patches/unapplied/server/0034-Breedable-Polar-Bears.patch similarity index 100% rename from patches/server/0034-Breedable-Polar-Bears.patch rename to patches/unapplied/server/0034-Breedable-Polar-Bears.patch diff --git a/patches/server/0035-Chickens-can-retaliate.patch b/patches/unapplied/server/0035-Chickens-can-retaliate.patch similarity index 100% rename from patches/server/0035-Chickens-can-retaliate.patch rename to patches/unapplied/server/0035-Chickens-can-retaliate.patch diff --git a/patches/server/0036-Add-option-to-set-armorstand-step-height.patch b/patches/unapplied/server/0036-Add-option-to-set-armorstand-step-height.patch similarity index 100% rename from patches/server/0036-Add-option-to-set-armorstand-step-height.patch rename to patches/unapplied/server/0036-Add-option-to-set-armorstand-step-height.patch diff --git a/patches/server/0037-Cat-spawning-options.patch b/patches/unapplied/server/0037-Cat-spawning-options.patch similarity index 100% rename from patches/server/0037-Cat-spawning-options.patch rename to patches/unapplied/server/0037-Cat-spawning-options.patch diff --git a/patches/server/0038-MC-147659-Fix-non-black-cats-spawning-in-swamp-huts.patch b/patches/unapplied/server/0038-MC-147659-Fix-non-black-cats-spawning-in-swamp-huts.patch similarity index 100% rename from patches/server/0038-MC-147659-Fix-non-black-cats-spawning-in-swamp-huts.patch rename to patches/unapplied/server/0038-MC-147659-Fix-non-black-cats-spawning-in-swamp-huts.patch diff --git a/patches/server/0039-Cows-eat-mushrooms.patch b/patches/unapplied/server/0039-Cows-eat-mushrooms.patch similarity index 100% rename from patches/server/0039-Cows-eat-mushrooms.patch rename to patches/unapplied/server/0039-Cows-eat-mushrooms.patch diff --git a/patches/server/0040-Fix-cow-rotation-when-shearing-mooshroom.patch b/patches/unapplied/server/0040-Fix-cow-rotation-when-shearing-mooshroom.patch similarity index 100% rename from patches/server/0040-Fix-cow-rotation-when-shearing-mooshroom.patch rename to patches/unapplied/server/0040-Fix-cow-rotation-when-shearing-mooshroom.patch diff --git a/patches/server/0041-Pigs-give-saddle-back.patch b/patches/unapplied/server/0041-Pigs-give-saddle-back.patch similarity index 100% rename from patches/server/0041-Pigs-give-saddle-back.patch rename to patches/unapplied/server/0041-Pigs-give-saddle-back.patch diff --git a/patches/server/0042-Snowman-drop-and-put-back-pumpkin.patch b/patches/unapplied/server/0042-Snowman-drop-and-put-back-pumpkin.patch similarity index 100% rename from patches/server/0042-Snowman-drop-and-put-back-pumpkin.patch rename to patches/unapplied/server/0042-Snowman-drop-and-put-back-pumpkin.patch diff --git a/patches/server/0043-Ender-dragon-always-drop-full-exp.patch b/patches/unapplied/server/0043-Ender-dragon-always-drop-full-exp.patch similarity index 100% rename from patches/server/0043-Ender-dragon-always-drop-full-exp.patch rename to patches/unapplied/server/0043-Ender-dragon-always-drop-full-exp.patch diff --git a/patches/server/0044-Signs-editable-on-right-click.patch b/patches/unapplied/server/0044-Signs-editable-on-right-click.patch similarity index 100% rename from patches/server/0044-Signs-editable-on-right-click.patch rename to patches/unapplied/server/0044-Signs-editable-on-right-click.patch diff --git a/patches/server/0045-Signs-allow-color-codes.patch b/patches/unapplied/server/0045-Signs-allow-color-codes.patch similarity index 100% rename from patches/server/0045-Signs-allow-color-codes.patch rename to patches/unapplied/server/0045-Signs-allow-color-codes.patch diff --git a/patches/server/0046-Allow-soil-to-moisten-from-water-directly-under-it.patch b/patches/unapplied/server/0046-Allow-soil-to-moisten-from-water-directly-under-it.patch similarity index 100% rename from patches/server/0046-Allow-soil-to-moisten-from-water-directly-under-it.patch rename to patches/unapplied/server/0046-Allow-soil-to-moisten-from-water-directly-under-it.patch diff --git a/patches/server/0047-Minecart-settings-and-WASD-controls.patch b/patches/unapplied/server/0047-Minecart-settings-and-WASD-controls.patch similarity index 100% rename from patches/server/0047-Minecart-settings-and-WASD-controls.patch rename to patches/unapplied/server/0047-Minecart-settings-and-WASD-controls.patch diff --git a/patches/server/0048-Disable-loot-drops-on-death-by-cramming.patch b/patches/unapplied/server/0048-Disable-loot-drops-on-death-by-cramming.patch similarity index 100% rename from patches/server/0048-Disable-loot-drops-on-death-by-cramming.patch rename to patches/unapplied/server/0048-Disable-loot-drops-on-death-by-cramming.patch diff --git a/patches/server/0049-Option-to-toggle-milk-curing-bad-omen.patch b/patches/unapplied/server/0049-Option-to-toggle-milk-curing-bad-omen.patch similarity index 100% rename from patches/server/0049-Option-to-toggle-milk-curing-bad-omen.patch rename to patches/unapplied/server/0049-Option-to-toggle-milk-curing-bad-omen.patch diff --git a/patches/server/0050-End-gateway-should-check-if-entity-can-use-portal.patch b/patches/unapplied/server/0050-End-gateway-should-check-if-entity-can-use-portal.patch similarity index 100% rename from patches/server/0050-End-gateway-should-check-if-entity-can-use-portal.patch rename to patches/unapplied/server/0050-End-gateway-should-check-if-entity-can-use-portal.patch diff --git a/patches/server/0051-Fix-the-dead-lagging-the-server.patch b/patches/unapplied/server/0051-Fix-the-dead-lagging-the-server.patch similarity index 100% rename from patches/server/0051-Fix-the-dead-lagging-the-server.patch rename to patches/unapplied/server/0051-Fix-the-dead-lagging-the-server.patch diff --git a/patches/server/0052-Skip-events-if-there-s-no-listeners.patch b/patches/unapplied/server/0052-Skip-events-if-there-s-no-listeners.patch similarity index 100% rename from patches/server/0052-Skip-events-if-there-s-no-listeners.patch rename to patches/unapplied/server/0052-Skip-events-if-there-s-no-listeners.patch diff --git a/patches/server/0053-Add-permission-for-F3-N-debug.patch b/patches/unapplied/server/0053-Add-permission-for-F3-N-debug.patch similarity index 100% rename from patches/server/0053-Add-permission-for-F3-N-debug.patch rename to patches/unapplied/server/0053-Add-permission-for-F3-N-debug.patch diff --git a/patches/server/0054-Configurable-TPS-Catchup.patch b/patches/unapplied/server/0054-Configurable-TPS-Catchup.patch similarity index 100% rename from patches/server/0054-Configurable-TPS-Catchup.patch rename to patches/unapplied/server/0054-Configurable-TPS-Catchup.patch diff --git a/patches/server/0055-Add-option-to-allow-loyalty-on-tridents-to-work-in-t.patch b/patches/unapplied/server/0055-Add-option-to-allow-loyalty-on-tridents-to-work-in-t.patch similarity index 100% rename from patches/server/0055-Add-option-to-allow-loyalty-on-tridents-to-work-in-t.patch rename to patches/unapplied/server/0055-Add-option-to-allow-loyalty-on-tridents-to-work-in-t.patch diff --git a/patches/server/0056-Add-enderman-and-creeper-griefing-controls.patch b/patches/unapplied/server/0056-Add-enderman-and-creeper-griefing-controls.patch similarity index 100% rename from patches/server/0056-Add-enderman-and-creeper-griefing-controls.patch rename to patches/unapplied/server/0056-Add-enderman-and-creeper-griefing-controls.patch diff --git a/patches/server/0057-Villagers-follow-emerald-blocks.patch b/patches/unapplied/server/0057-Villagers-follow-emerald-blocks.patch similarity index 100% rename from patches/server/0057-Villagers-follow-emerald-blocks.patch rename to patches/unapplied/server/0057-Villagers-follow-emerald-blocks.patch diff --git a/patches/server/0058-Allow-leashing-villagers.patch b/patches/unapplied/server/0058-Allow-leashing-villagers.patch similarity index 100% rename from patches/server/0058-Allow-leashing-villagers.patch rename to patches/unapplied/server/0058-Allow-leashing-villagers.patch diff --git a/patches/server/0059-Implement-configurable-search-radius-for-villagers-t.patch b/patches/unapplied/server/0059-Implement-configurable-search-radius-for-villagers-t.patch similarity index 100% rename from patches/server/0059-Implement-configurable-search-radius-for-villagers-t.patch rename to patches/unapplied/server/0059-Implement-configurable-search-radius-for-villagers-t.patch diff --git a/patches/server/0060-Implement-infinite-liquids.patch b/patches/unapplied/server/0060-Implement-infinite-liquids.patch similarity index 100% rename from patches/server/0060-Implement-infinite-liquids.patch rename to patches/unapplied/server/0060-Implement-infinite-liquids.patch diff --git a/patches/server/0061-Make-lava-flow-speed-configurable.patch b/patches/unapplied/server/0061-Make-lava-flow-speed-configurable.patch similarity index 100% rename from patches/server/0061-Make-lava-flow-speed-configurable.patch rename to patches/unapplied/server/0061-Make-lava-flow-speed-configurable.patch diff --git a/patches/server/0062-Add-player-death-exp-control-options.patch b/patches/unapplied/server/0062-Add-player-death-exp-control-options.patch similarity index 100% rename from patches/server/0062-Add-player-death-exp-control-options.patch rename to patches/unapplied/server/0062-Add-player-death-exp-control-options.patch diff --git a/patches/server/0063-Configurable-void-damage-height-and-damage.patch b/patches/unapplied/server/0063-Configurable-void-damage-height-and-damage.patch similarity index 100% rename from patches/server/0063-Configurable-void-damage-height-and-damage.patch rename to patches/unapplied/server/0063-Configurable-void-damage-height-and-damage.patch diff --git a/patches/server/0064-Add-canSaveToDisk-to-Entity.patch b/patches/unapplied/server/0064-Add-canSaveToDisk-to-Entity.patch similarity index 100% rename from patches/server/0064-Add-canSaveToDisk-to-Entity.patch rename to patches/unapplied/server/0064-Add-canSaveToDisk-to-Entity.patch diff --git a/patches/server/0065-Dispenser-curse-of-binding-protection.patch b/patches/unapplied/server/0065-Dispenser-curse-of-binding-protection.patch similarity index 100% rename from patches/server/0065-Dispenser-curse-of-binding-protection.patch rename to patches/unapplied/server/0065-Dispenser-curse-of-binding-protection.patch diff --git a/patches/server/0066-Add-option-for-boats-to-eject-players-on-land.patch b/patches/unapplied/server/0066-Add-option-for-boats-to-eject-players-on-land.patch similarity index 100% rename from patches/server/0066-Add-option-for-boats-to-eject-players-on-land.patch rename to patches/unapplied/server/0066-Add-option-for-boats-to-eject-players-on-land.patch diff --git a/patches/server/0067-Mending-mends-most-damages-equipment-first.patch b/patches/unapplied/server/0067-Mending-mends-most-damages-equipment-first.patch similarity index 100% rename from patches/server/0067-Mending-mends-most-damages-equipment-first.patch rename to patches/unapplied/server/0067-Mending-mends-most-damages-equipment-first.patch diff --git a/patches/server/0068-Add-5-second-tps-average-in-tps.patch b/patches/unapplied/server/0068-Add-5-second-tps-average-in-tps.patch similarity index 100% rename from patches/server/0068-Add-5-second-tps-average-in-tps.patch rename to patches/unapplied/server/0068-Add-5-second-tps-average-in-tps.patch diff --git a/patches/server/0069-Implement-elytra-settings.patch b/patches/unapplied/server/0069-Implement-elytra-settings.patch similarity index 100% rename from patches/server/0069-Implement-elytra-settings.patch rename to patches/unapplied/server/0069-Implement-elytra-settings.patch diff --git a/patches/server/0070-Item-entity-immunities.patch b/patches/unapplied/server/0070-Item-entity-immunities.patch similarity index 100% rename from patches/server/0070-Item-entity-immunities.patch rename to patches/unapplied/server/0070-Item-entity-immunities.patch diff --git a/patches/server/0071-Add-ping-command.patch b/patches/unapplied/server/0071-Add-ping-command.patch similarity index 100% rename from patches/server/0071-Add-ping-command.patch rename to patches/unapplied/server/0071-Add-ping-command.patch diff --git a/patches/server/0072-Add-demo-command.patch b/patches/unapplied/server/0072-Add-demo-command.patch similarity index 100% rename from patches/server/0072-Add-demo-command.patch rename to patches/unapplied/server/0072-Add-demo-command.patch diff --git a/patches/server/0073-Add-credits-command.patch b/patches/unapplied/server/0073-Add-credits-command.patch similarity index 100% rename from patches/server/0073-Add-credits-command.patch rename to patches/unapplied/server/0073-Add-credits-command.patch diff --git a/patches/server/0074-Configurable-jockey-options.patch b/patches/unapplied/server/0074-Configurable-jockey-options.patch similarity index 100% rename from patches/server/0074-Configurable-jockey-options.patch rename to patches/unapplied/server/0074-Configurable-jockey-options.patch diff --git a/patches/server/0075-Phantoms-attracted-to-crystals-and-crystals-shoot-ph.patch b/patches/unapplied/server/0075-Phantoms-attracted-to-crystals-and-crystals-shoot-ph.patch similarity index 100% rename from patches/server/0075-Phantoms-attracted-to-crystals-and-crystals-shoot-ph.patch rename to patches/unapplied/server/0075-Phantoms-attracted-to-crystals-and-crystals-shoot-ph.patch diff --git a/patches/server/0076-Add-phantom-spawning-options.patch b/patches/unapplied/server/0076-Add-phantom-spawning-options.patch similarity index 100% rename from patches/server/0076-Add-phantom-spawning-options.patch rename to patches/unapplied/server/0076-Add-phantom-spawning-options.patch diff --git a/patches/server/0077-Implement-bed-explosion-options.patch b/patches/unapplied/server/0077-Implement-bed-explosion-options.patch similarity index 100% rename from patches/server/0077-Implement-bed-explosion-options.patch rename to patches/unapplied/server/0077-Implement-bed-explosion-options.patch diff --git a/patches/server/0078-Implement-respawn-anchor-explosion-options.patch b/patches/unapplied/server/0078-Implement-respawn-anchor-explosion-options.patch similarity index 100% rename from patches/server/0078-Implement-respawn-anchor-explosion-options.patch rename to patches/unapplied/server/0078-Implement-respawn-anchor-explosion-options.patch diff --git a/patches/server/0079-Add-allow-water-in-end-world-option.patch b/patches/unapplied/server/0079-Add-allow-water-in-end-world-option.patch similarity index 100% rename from patches/server/0079-Add-allow-water-in-end-world-option.patch rename to patches/unapplied/server/0079-Add-allow-water-in-end-world-option.patch diff --git a/patches/server/0080-Allow-color-codes-in-books.patch b/patches/unapplied/server/0080-Allow-color-codes-in-books.patch similarity index 100% rename from patches/server/0080-Allow-color-codes-in-books.patch rename to patches/unapplied/server/0080-Allow-color-codes-in-books.patch diff --git a/patches/server/0081-Entity-lifespan.patch b/patches/unapplied/server/0081-Entity-lifespan.patch similarity index 100% rename from patches/server/0081-Entity-lifespan.patch rename to patches/unapplied/server/0081-Entity-lifespan.patch diff --git a/patches/server/0082-Add-option-to-teleport-to-spawn-if-outside-world-bor.patch b/patches/unapplied/server/0082-Add-option-to-teleport-to-spawn-if-outside-world-bor.patch similarity index 100% rename from patches/server/0082-Add-option-to-teleport-to-spawn-if-outside-world-bor.patch rename to patches/unapplied/server/0082-Add-option-to-teleport-to-spawn-if-outside-world-bor.patch diff --git a/patches/server/0083-Squid-EAR-immunity.patch b/patches/unapplied/server/0083-Squid-EAR-immunity.patch similarity index 100% rename from patches/server/0083-Squid-EAR-immunity.patch rename to patches/unapplied/server/0083-Squid-EAR-immunity.patch diff --git a/patches/server/0084-Phantoms-burn-in-light.patch b/patches/unapplied/server/0084-Phantoms-burn-in-light.patch similarity index 100% rename from patches/server/0084-Phantoms-burn-in-light.patch rename to patches/unapplied/server/0084-Phantoms-burn-in-light.patch diff --git a/patches/server/0085-Configurable-villager-breeding.patch b/patches/unapplied/server/0085-Configurable-villager-breeding.patch similarity index 100% rename from patches/server/0085-Configurable-villager-breeding.patch rename to patches/unapplied/server/0085-Configurable-villager-breeding.patch diff --git a/patches/server/0086-Redstone-deactivates-spawners.patch b/patches/unapplied/server/0086-Redstone-deactivates-spawners.patch similarity index 100% rename from patches/server/0086-Redstone-deactivates-spawners.patch rename to patches/unapplied/server/0086-Redstone-deactivates-spawners.patch diff --git a/patches/server/0087-Totems-work-in-inventory.patch b/patches/unapplied/server/0087-Totems-work-in-inventory.patch similarity index 100% rename from patches/server/0087-Totems-work-in-inventory.patch rename to patches/unapplied/server/0087-Totems-work-in-inventory.patch diff --git a/patches/server/0088-Add-vindicator-johnny-spawn-chance.patch b/patches/unapplied/server/0088-Add-vindicator-johnny-spawn-chance.patch similarity index 100% rename from patches/server/0088-Add-vindicator-johnny-spawn-chance.patch rename to patches/unapplied/server/0088-Add-vindicator-johnny-spawn-chance.patch diff --git a/patches/server/0089-Add-option-to-disable-certain-block-updates.patch b/patches/unapplied/server/0089-Add-option-to-disable-certain-block-updates.patch similarity index 100% rename from patches/server/0089-Add-option-to-disable-certain-block-updates.patch rename to patches/unapplied/server/0089-Add-option-to-disable-certain-block-updates.patch diff --git a/patches/server/0090-Dispensers-place-anvils-option.patch b/patches/unapplied/server/0090-Dispensers-place-anvils-option.patch similarity index 100% rename from patches/server/0090-Dispensers-place-anvils-option.patch rename to patches/unapplied/server/0090-Dispensers-place-anvils-option.patch diff --git a/patches/server/0091-Allow-anvil-colors.patch b/patches/unapplied/server/0091-Allow-anvil-colors.patch similarity index 100% rename from patches/server/0091-Allow-anvil-colors.patch rename to patches/unapplied/server/0091-Allow-anvil-colors.patch diff --git a/patches/server/0092-Add-no-random-tick-block-list.patch b/patches/unapplied/server/0092-Add-no-random-tick-block-list.patch similarity index 100% rename from patches/server/0092-Add-no-random-tick-block-list.patch rename to patches/unapplied/server/0092-Add-no-random-tick-block-list.patch diff --git a/patches/server/0093-Add-option-to-disable-dolphin-treasure-searching.patch b/patches/unapplied/server/0093-Add-option-to-disable-dolphin-treasure-searching.patch similarity index 100% rename from patches/server/0093-Add-option-to-disable-dolphin-treasure-searching.patch rename to patches/unapplied/server/0093-Add-option-to-disable-dolphin-treasure-searching.patch diff --git a/patches/server/0094-Short-enderman-height.patch b/patches/unapplied/server/0094-Short-enderman-height.patch similarity index 100% rename from patches/server/0094-Short-enderman-height.patch rename to patches/unapplied/server/0094-Short-enderman-height.patch diff --git a/patches/server/0095-Stop-squids-floating-on-top-of-water.patch b/patches/unapplied/server/0095-Stop-squids-floating-on-top-of-water.patch similarity index 100% rename from patches/server/0095-Stop-squids-floating-on-top-of-water.patch rename to patches/unapplied/server/0095-Stop-squids-floating-on-top-of-water.patch diff --git a/patches/server/0096-Use-configured-height-for-nether-surface-builders.patch b/patches/unapplied/server/0096-Use-configured-height-for-nether-surface-builders.patch similarity index 100% rename from patches/server/0096-Use-configured-height-for-nether-surface-builders.patch rename to patches/unapplied/server/0096-Use-configured-height-for-nether-surface-builders.patch diff --git a/patches/server/0097-Crying-obsidian-valid-for-portal-frames.patch b/patches/unapplied/server/0097-Crying-obsidian-valid-for-portal-frames.patch similarity index 100% rename from patches/server/0097-Crying-obsidian-valid-for-portal-frames.patch rename to patches/unapplied/server/0097-Crying-obsidian-valid-for-portal-frames.patch diff --git a/patches/server/0098-Entities-can-use-portals-configuration.patch b/patches/unapplied/server/0098-Entities-can-use-portals-configuration.patch similarity index 100% rename from patches/server/0098-Entities-can-use-portals-configuration.patch rename to patches/unapplied/server/0098-Entities-can-use-portals-configuration.patch diff --git a/patches/server/0099-LivingEntity-broadcastItemBreak.patch b/patches/unapplied/server/0099-LivingEntity-broadcastItemBreak.patch similarity index 100% rename from patches/server/0099-LivingEntity-broadcastItemBreak.patch rename to patches/unapplied/server/0099-LivingEntity-broadcastItemBreak.patch diff --git a/patches/server/0100-Customizable-wither-health-and-healing.patch b/patches/unapplied/server/0100-Customizable-wither-health-and-healing.patch similarity index 100% rename from patches/server/0100-Customizable-wither-health-and-healing.patch rename to patches/unapplied/server/0100-Customizable-wither-health-and-healing.patch diff --git a/patches/server/0101-Allow-toggling-special-MobSpawners-per-world.patch b/patches/unapplied/server/0101-Allow-toggling-special-MobSpawners-per-world.patch similarity index 100% rename from patches/server/0101-Allow-toggling-special-MobSpawners-per-world.patch rename to patches/unapplied/server/0101-Allow-toggling-special-MobSpawners-per-world.patch diff --git a/patches/server/0102-Raid-cooldown-setting.patch b/patches/unapplied/server/0102-Raid-cooldown-setting.patch similarity index 100% rename from patches/server/0102-Raid-cooldown-setting.patch rename to patches/unapplied/server/0102-Raid-cooldown-setting.patch diff --git a/patches/server/0103-Despawn-rate-config-options-per-projectile-type.patch b/patches/unapplied/server/0103-Despawn-rate-config-options-per-projectile-type.patch similarity index 100% rename from patches/server/0103-Despawn-rate-config-options-per-projectile-type.patch rename to patches/unapplied/server/0103-Despawn-rate-config-options-per-projectile-type.patch diff --git a/patches/server/0104-Add-option-to-disable-zombie-aggressiveness-towards-.patch b/patches/unapplied/server/0104-Add-option-to-disable-zombie-aggressiveness-towards-.patch similarity index 100% rename from patches/server/0104-Add-option-to-disable-zombie-aggressiveness-towards-.patch rename to patches/unapplied/server/0104-Add-option-to-disable-zombie-aggressiveness-towards-.patch diff --git a/patches/server/0105-Persistent-TileEntity-Lore-and-DisplayName.patch b/patches/unapplied/server/0105-Persistent-TileEntity-Lore-and-DisplayName.patch similarity index 100% rename from patches/server/0105-Persistent-TileEntity-Lore-and-DisplayName.patch rename to patches/unapplied/server/0105-Persistent-TileEntity-Lore-and-DisplayName.patch diff --git a/patches/server/0106-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch b/patches/unapplied/server/0106-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch similarity index 100% rename from patches/server/0106-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch rename to patches/unapplied/server/0106-Add-predicate-to-recipe-s-ExactChoice-ingredient.patch diff --git a/patches/server/0107-Flying-squids-Oh-my.patch b/patches/unapplied/server/0107-Flying-squids-Oh-my.patch similarity index 100% rename from patches/server/0107-Flying-squids-Oh-my.patch rename to patches/unapplied/server/0107-Flying-squids-Oh-my.patch diff --git a/patches/server/0108-Infinity-bow-settings.patch b/patches/unapplied/server/0108-Infinity-bow-settings.patch similarity index 100% rename from patches/server/0108-Infinity-bow-settings.patch rename to patches/unapplied/server/0108-Infinity-bow-settings.patch diff --git a/patches/server/0109-Stonecutter-damage.patch b/patches/unapplied/server/0109-Stonecutter-damage.patch similarity index 100% rename from patches/server/0109-Stonecutter-damage.patch rename to patches/unapplied/server/0109-Stonecutter-damage.patch diff --git a/patches/server/0110-Configurable-daylight-cycle.patch b/patches/unapplied/server/0110-Configurable-daylight-cycle.patch similarity index 100% rename from patches/server/0110-Configurable-daylight-cycle.patch rename to patches/unapplied/server/0110-Configurable-daylight-cycle.patch diff --git a/patches/server/0111-Allow-infinite-and-mending-enchantments-together.patch b/patches/unapplied/server/0111-Allow-infinite-and-mending-enchantments-together.patch similarity index 100% rename from patches/server/0111-Allow-infinite-and-mending-enchantments-together.patch rename to patches/unapplied/server/0111-Allow-infinite-and-mending-enchantments-together.patch diff --git a/patches/server/0112-Furnace-uses-lava-from-underneath.patch b/patches/unapplied/server/0112-Furnace-uses-lava-from-underneath.patch similarity index 100% rename from patches/server/0112-Furnace-uses-lava-from-underneath.patch rename to patches/unapplied/server/0112-Furnace-uses-lava-from-underneath.patch diff --git a/patches/server/0113-Arrows-should-not-reset-despawn-counter.patch b/patches/unapplied/server/0113-Arrows-should-not-reset-despawn-counter.patch similarity index 100% rename from patches/server/0113-Arrows-should-not-reset-despawn-counter.patch rename to patches/unapplied/server/0113-Arrows-should-not-reset-despawn-counter.patch diff --git a/patches/server/0114-Ability-to-re-add-farmland-mechanics-from-Alpha.patch b/patches/unapplied/server/0114-Ability-to-re-add-farmland-mechanics-from-Alpha.patch similarity index 100% rename from patches/server/0114-Ability-to-re-add-farmland-mechanics-from-Alpha.patch rename to patches/unapplied/server/0114-Ability-to-re-add-farmland-mechanics-from-Alpha.patch diff --git a/patches/server/0115-Add-adjustable-breeding-cooldown-to-config.patch b/patches/unapplied/server/0115-Add-adjustable-breeding-cooldown-to-config.patch similarity index 100% rename from patches/server/0115-Add-adjustable-breeding-cooldown-to-config.patch rename to patches/unapplied/server/0115-Add-adjustable-breeding-cooldown-to-config.patch diff --git a/patches/server/0116-Make-entity-breeding-times-configurable.patch b/patches/unapplied/server/0116-Make-entity-breeding-times-configurable.patch similarity index 100% rename from patches/server/0116-Make-entity-breeding-times-configurable.patch rename to patches/unapplied/server/0116-Make-entity-breeding-times-configurable.patch diff --git a/patches/server/0117-Apply-display-names-from-item-forms-of-entities-to-e.patch b/patches/unapplied/server/0117-Apply-display-names-from-item-forms-of-entities-to-e.patch similarity index 100% rename from patches/server/0117-Apply-display-names-from-item-forms-of-entities-to-e.patch rename to patches/unapplied/server/0117-Apply-display-names-from-item-forms-of-entities-to-e.patch diff --git a/patches/server/0118-Set-name-visible-when-using-a-Name-Tag-on-an-Armor-S.patch b/patches/unapplied/server/0118-Set-name-visible-when-using-a-Name-Tag-on-an-Armor-S.patch similarity index 100% rename from patches/server/0118-Set-name-visible-when-using-a-Name-Tag-on-an-Armor-S.patch rename to patches/unapplied/server/0118-Set-name-visible-when-using-a-Name-Tag-on-an-Armor-S.patch diff --git a/patches/server/0119-Add-twisting-and-weeping-vines-growth-rates.patch b/patches/unapplied/server/0119-Add-twisting-and-weeping-vines-growth-rates.patch similarity index 100% rename from patches/server/0119-Add-twisting-and-weeping-vines-growth-rates.patch rename to patches/unapplied/server/0119-Add-twisting-and-weeping-vines-growth-rates.patch diff --git a/patches/server/0120-Kelp-weeping-and-twisting-vines-configurable-max-gro.patch b/patches/unapplied/server/0120-Kelp-weeping-and-twisting-vines-configurable-max-gro.patch similarity index 100% rename from patches/server/0120-Kelp-weeping-and-twisting-vines-configurable-max-gro.patch rename to patches/unapplied/server/0120-Kelp-weeping-and-twisting-vines-configurable-max-gro.patch diff --git a/patches/server/0121-Add-config-for-allowing-Endermen-to-despawn-even-whi.patch b/patches/unapplied/server/0121-Add-config-for-allowing-Endermen-to-despawn-even-whi.patch similarity index 100% rename from patches/server/0121-Add-config-for-allowing-Endermen-to-despawn-even-whi.patch rename to patches/unapplied/server/0121-Add-config-for-allowing-Endermen-to-despawn-even-whi.patch diff --git a/patches/server/0122-Add-configurable-snowball-damage.patch b/patches/unapplied/server/0122-Add-configurable-snowball-damage.patch similarity index 100% rename from patches/server/0122-Add-configurable-snowball-damage.patch rename to patches/unapplied/server/0122-Add-configurable-snowball-damage.patch diff --git a/patches/server/0123-Changeable-Mob-Left-Handed-Chance.patch b/patches/unapplied/server/0123-Changeable-Mob-Left-Handed-Chance.patch similarity index 100% rename from patches/server/0123-Changeable-Mob-Left-Handed-Chance.patch rename to patches/unapplied/server/0123-Changeable-Mob-Left-Handed-Chance.patch diff --git a/patches/server/0124-Add-boat-fall-damage-config.patch b/patches/unapplied/server/0124-Add-boat-fall-damage-config.patch similarity index 100% rename from patches/server/0124-Add-boat-fall-damage-config.patch rename to patches/unapplied/server/0124-Add-boat-fall-damage-config.patch diff --git a/patches/server/0125-Snow-Golem-rate-of-fire-config.patch b/patches/unapplied/server/0125-Snow-Golem-rate-of-fire-config.patch similarity index 100% rename from patches/server/0125-Snow-Golem-rate-of-fire-config.patch rename to patches/unapplied/server/0125-Snow-Golem-rate-of-fire-config.patch diff --git a/patches/server/0126-EMC-Configurable-disable-give-dropping.patch b/patches/unapplied/server/0126-EMC-Configurable-disable-give-dropping.patch similarity index 100% rename from patches/server/0126-EMC-Configurable-disable-give-dropping.patch rename to patches/unapplied/server/0126-EMC-Configurable-disable-give-dropping.patch diff --git a/patches/server/0127-Lobotomize-stuck-villagers.patch b/patches/unapplied/server/0127-Lobotomize-stuck-villagers.patch similarity index 100% rename from patches/server/0127-Lobotomize-stuck-villagers.patch rename to patches/unapplied/server/0127-Lobotomize-stuck-villagers.patch diff --git a/patches/server/0128-Option-for-Villager-Clerics-to-farm-Nether-Wart.patch b/patches/unapplied/server/0128-Option-for-Villager-Clerics-to-farm-Nether-Wart.patch similarity index 100% rename from patches/server/0128-Option-for-Villager-Clerics-to-farm-Nether-Wart.patch rename to patches/unapplied/server/0128-Option-for-Villager-Clerics-to-farm-Nether-Wart.patch diff --git a/patches/server/0129-Toggle-for-Zombified-Piglin-death-always-counting-as.patch b/patches/unapplied/server/0129-Toggle-for-Zombified-Piglin-death-always-counting-as.patch similarity index 100% rename from patches/server/0129-Toggle-for-Zombified-Piglin-death-always-counting-as.patch rename to patches/unapplied/server/0129-Toggle-for-Zombified-Piglin-death-always-counting-as.patch diff --git a/patches/server/0130-Spread-out-and-optimise-player-list-ticksSpread-out-.patch b/patches/unapplied/server/0130-Spread-out-and-optimise-player-list-ticksSpread-out-.patch similarity index 100% rename from patches/server/0130-Spread-out-and-optimise-player-list-ticksSpread-out-.patch rename to patches/unapplied/server/0130-Spread-out-and-optimise-player-list-ticksSpread-out-.patch diff --git a/patches/server/0131-Configurable-chance-for-wolves-to-spawn-rabid.patch b/patches/unapplied/server/0131-Configurable-chance-for-wolves-to-spawn-rabid.patch similarity index 100% rename from patches/server/0131-Configurable-chance-for-wolves-to-spawn-rabid.patch rename to patches/unapplied/server/0131-Configurable-chance-for-wolves-to-spawn-rabid.patch diff --git a/patches/server/0132-Configurable-default-collar-color.patch b/patches/unapplied/server/0132-Configurable-default-collar-color.patch similarity index 100% rename from patches/server/0132-Configurable-default-collar-color.patch rename to patches/unapplied/server/0132-Configurable-default-collar-color.patch diff --git a/patches/server/0133-Phantom-flames-on-swoop.patch b/patches/unapplied/server/0133-Phantom-flames-on-swoop.patch similarity index 100% rename from patches/server/0133-Phantom-flames-on-swoop.patch rename to patches/unapplied/server/0133-Phantom-flames-on-swoop.patch diff --git a/patches/server/0134-Option-for-chests-to-open-even-with-a-solid-block-on.patch b/patches/unapplied/server/0134-Option-for-chests-to-open-even-with-a-solid-block-on.patch similarity index 100% rename from patches/server/0134-Option-for-chests-to-open-even-with-a-solid-block-on.patch rename to patches/unapplied/server/0134-Option-for-chests-to-open-even-with-a-solid-block-on.patch diff --git a/patches/server/0135-Implement-TPSBar.patch b/patches/unapplied/server/0135-Implement-TPSBar.patch similarity index 100% rename from patches/server/0135-Implement-TPSBar.patch rename to patches/unapplied/server/0135-Implement-TPSBar.patch diff --git a/patches/server/0136-Striders-give-saddle-back.patch b/patches/unapplied/server/0136-Striders-give-saddle-back.patch similarity index 100% rename from patches/server/0136-Striders-give-saddle-back.patch rename to patches/unapplied/server/0136-Striders-give-saddle-back.patch diff --git a/patches/server/0137-PlayerBookTooLargeEvent.patch b/patches/unapplied/server/0137-PlayerBookTooLargeEvent.patch similarity index 100% rename from patches/server/0137-PlayerBookTooLargeEvent.patch rename to patches/unapplied/server/0137-PlayerBookTooLargeEvent.patch diff --git a/patches/server/0138-Full-netherite-armor-grants-fire-resistance.patch b/patches/unapplied/server/0138-Full-netherite-armor-grants-fire-resistance.patch similarity index 100% rename from patches/server/0138-Full-netherite-armor-grants-fire-resistance.patch rename to patches/unapplied/server/0138-Full-netherite-armor-grants-fire-resistance.patch diff --git a/patches/server/0139-Fix-rotating-UP-DOWN-CW-and-CCW.patch b/patches/unapplied/server/0139-Fix-rotating-UP-DOWN-CW-and-CCW.patch similarity index 100% rename from patches/server/0139-Fix-rotating-UP-DOWN-CW-and-CCW.patch rename to patches/unapplied/server/0139-Fix-rotating-UP-DOWN-CW-and-CCW.patch diff --git a/patches/server/0140-Add-mobGriefing-bypass-to-everything-affected.patch b/patches/unapplied/server/0140-Add-mobGriefing-bypass-to-everything-affected.patch similarity index 100% rename from patches/server/0140-Add-mobGriefing-bypass-to-everything-affected.patch rename to patches/unapplied/server/0140-Add-mobGriefing-bypass-to-everything-affected.patch diff --git a/patches/server/0141-Config-to-allow-Note-Block-sounds-when-blocked.patch b/patches/unapplied/server/0141-Config-to-allow-Note-Block-sounds-when-blocked.patch similarity index 100% rename from patches/server/0141-Config-to-allow-Note-Block-sounds-when-blocked.patch rename to patches/unapplied/server/0141-Config-to-allow-Note-Block-sounds-when-blocked.patch diff --git a/patches/server/0142-Add-EntityTeleportHinderedEvent.patch b/patches/unapplied/server/0142-Add-EntityTeleportHinderedEvent.patch similarity index 100% rename from patches/server/0142-Add-EntityTeleportHinderedEvent.patch rename to patches/unapplied/server/0142-Add-EntityTeleportHinderedEvent.patch diff --git a/patches/server/0143-Add-StructureGenerateEvent.patch b/patches/unapplied/server/0143-Add-StructureGenerateEvent.patch similarity index 100% rename from patches/server/0143-Add-StructureGenerateEvent.patch rename to patches/unapplied/server/0143-Add-StructureGenerateEvent.patch diff --git a/patches/server/0144-Farmland-trampling-changes.patch b/patches/unapplied/server/0144-Farmland-trampling-changes.patch similarity index 100% rename from patches/server/0144-Farmland-trampling-changes.patch rename to patches/unapplied/server/0144-Farmland-trampling-changes.patch diff --git a/patches/server/0145-Movement-options-for-armor-stands.patch b/patches/unapplied/server/0145-Movement-options-for-armor-stands.patch similarity index 100% rename from patches/server/0145-Movement-options-for-armor-stands.patch rename to patches/unapplied/server/0145-Movement-options-for-armor-stands.patch diff --git a/patches/server/0146-Fix-stuck-in-portals.patch b/patches/unapplied/server/0146-Fix-stuck-in-portals.patch similarity index 100% rename from patches/server/0146-Fix-stuck-in-portals.patch rename to patches/unapplied/server/0146-Fix-stuck-in-portals.patch diff --git a/patches/server/0147-Toggle-for-water-sensitive-mob-damage.patch b/patches/unapplied/server/0147-Toggle-for-water-sensitive-mob-damage.patch similarity index 100% rename from patches/server/0147-Toggle-for-water-sensitive-mob-damage.patch rename to patches/unapplied/server/0147-Toggle-for-water-sensitive-mob-damage.patch diff --git a/patches/server/0148-Config-to-always-tame-in-Creative.patch b/patches/unapplied/server/0148-Config-to-always-tame-in-Creative.patch similarity index 100% rename from patches/server/0148-Config-to-always-tame-in-Creative.patch rename to patches/unapplied/server/0148-Config-to-always-tame-in-Creative.patch diff --git a/patches/server/0149-End-crystal-explosion-options.patch b/patches/unapplied/server/0149-End-crystal-explosion-options.patch similarity index 100% rename from patches/server/0149-End-crystal-explosion-options.patch rename to patches/unapplied/server/0149-End-crystal-explosion-options.patch diff --git a/patches/server/0150-Configs-for-if-Wither-Ender-Dragon-can-ride-vehicles.patch b/patches/unapplied/server/0150-Configs-for-if-Wither-Ender-Dragon-can-ride-vehicles.patch similarity index 100% rename from patches/server/0150-Configs-for-if-Wither-Ender-Dragon-can-ride-vehicles.patch rename to patches/unapplied/server/0150-Configs-for-if-Wither-Ender-Dragon-can-ride-vehicles.patch diff --git a/patches/server/0151-Dont-run-with-scissors.patch b/patches/unapplied/server/0151-Dont-run-with-scissors.patch similarity index 100% rename from patches/server/0151-Dont-run-with-scissors.patch rename to patches/unapplied/server/0151-Dont-run-with-scissors.patch diff --git a/patches/server/0152-One-Punch-Man.patch b/patches/unapplied/server/0152-One-Punch-Man.patch similarity index 100% rename from patches/server/0152-One-Punch-Man.patch rename to patches/unapplied/server/0152-One-Punch-Man.patch diff --git a/patches/server/0153-Add-config-for-snow-on-blue-ice.patch b/patches/unapplied/server/0153-Add-config-for-snow-on-blue-ice.patch similarity index 100% rename from patches/server/0153-Add-config-for-snow-on-blue-ice.patch rename to patches/unapplied/server/0153-Add-config-for-snow-on-blue-ice.patch diff --git a/patches/server/0154-Configurable-Ender-Pearl-cooldown-damage-and-Endermi.patch b/patches/unapplied/server/0154-Configurable-Ender-Pearl-cooldown-damage-and-Endermi.patch similarity index 100% rename from patches/server/0154-Configurable-Ender-Pearl-cooldown-damage-and-Endermi.patch rename to patches/unapplied/server/0154-Configurable-Ender-Pearl-cooldown-damage-and-Endermi.patch diff --git a/patches/server/0155-Config-to-ignore-nearby-mobs-when-sleeping.patch b/patches/unapplied/server/0155-Config-to-ignore-nearby-mobs-when-sleeping.patch similarity index 100% rename from patches/server/0155-Config-to-ignore-nearby-mobs-when-sleeping.patch rename to patches/unapplied/server/0155-Config-to-ignore-nearby-mobs-when-sleeping.patch diff --git a/patches/server/0156-Add-back-player-spawned-endermite-API.patch b/patches/unapplied/server/0156-Add-back-player-spawned-endermite-API.patch similarity index 100% rename from patches/server/0156-Add-back-player-spawned-endermite-API.patch rename to patches/unapplied/server/0156-Add-back-player-spawned-endermite-API.patch diff --git a/patches/server/0157-Config-Enderman-aggressiveness-towards-Endermites.patch b/patches/unapplied/server/0157-Config-Enderman-aggressiveness-towards-Endermites.patch similarity index 100% rename from patches/server/0157-Config-Enderman-aggressiveness-towards-Endermites.patch rename to patches/unapplied/server/0157-Config-Enderman-aggressiveness-towards-Endermites.patch diff --git a/patches/server/0158-Config-to-ignore-Dragon-Head-wearers-and-stare-aggro.patch b/patches/unapplied/server/0158-Config-to-ignore-Dragon-Head-wearers-and-stare-aggro.patch similarity index 100% rename from patches/server/0158-Config-to-ignore-Dragon-Head-wearers-and-stare-aggro.patch rename to patches/unapplied/server/0158-Config-to-ignore-Dragon-Head-wearers-and-stare-aggro.patch diff --git a/patches/server/0159-Tick-fluids-config.patch b/patches/unapplied/server/0159-Tick-fluids-config.patch similarity index 100% rename from patches/server/0159-Tick-fluids-config.patch rename to patches/unapplied/server/0159-Tick-fluids-config.patch diff --git a/patches/server/0160-Config-to-disable-Llama-caravans.patch b/patches/unapplied/server/0160-Config-to-disable-Llama-caravans.patch similarity index 100% rename from patches/server/0160-Config-to-disable-Llama-caravans.patch rename to patches/unapplied/server/0160-Config-to-disable-Llama-caravans.patch diff --git a/patches/server/0161-Config-to-make-Creepers-explode-on-death.patch b/patches/unapplied/server/0161-Config-to-make-Creepers-explode-on-death.patch similarity index 100% rename from patches/server/0161-Config-to-make-Creepers-explode-on-death.patch rename to patches/unapplied/server/0161-Config-to-make-Creepers-explode-on-death.patch diff --git a/patches/server/0162-Configurable-ravager-griefable-blocks-list.patch b/patches/unapplied/server/0162-Configurable-ravager-griefable-blocks-list.patch similarity index 100% rename from patches/server/0162-Configurable-ravager-griefable-blocks-list.patch rename to patches/unapplied/server/0162-Configurable-ravager-griefable-blocks-list.patch diff --git a/patches/server/0163-Sneak-to-bulk-process-composter.patch b/patches/unapplied/server/0163-Sneak-to-bulk-process-composter.patch similarity index 100% rename from patches/server/0163-Sneak-to-bulk-process-composter.patch rename to patches/unapplied/server/0163-Sneak-to-bulk-process-composter.patch diff --git a/patches/server/0164-Config-for-skipping-night.patch b/patches/unapplied/server/0164-Config-for-skipping-night.patch similarity index 100% rename from patches/server/0164-Config-for-skipping-night.patch rename to patches/unapplied/server/0164-Config-for-skipping-night.patch diff --git a/patches/server/0165-Add-config-for-villager-trading.patch b/patches/unapplied/server/0165-Add-config-for-villager-trading.patch similarity index 100% rename from patches/server/0165-Add-config-for-villager-trading.patch rename to patches/unapplied/server/0165-Add-config-for-villager-trading.patch diff --git a/patches/server/0166-Allow-infinity-on-crossbows.patch b/patches/unapplied/server/0166-Allow-infinity-on-crossbows.patch similarity index 100% rename from patches/server/0166-Allow-infinity-on-crossbows.patch rename to patches/unapplied/server/0166-Allow-infinity-on-crossbows.patch diff --git a/patches/server/0167-Drowning-Settings.patch b/patches/unapplied/server/0167-Drowning-Settings.patch similarity index 100% rename from patches/server/0167-Drowning-Settings.patch rename to patches/unapplied/server/0167-Drowning-Settings.patch diff --git a/patches/server/0168-Break-individual-slabs-when-sneaking.patch b/patches/unapplied/server/0168-Break-individual-slabs-when-sneaking.patch similarity index 100% rename from patches/server/0168-Break-individual-slabs-when-sneaking.patch rename to patches/unapplied/server/0168-Break-individual-slabs-when-sneaking.patch diff --git a/patches/server/0169-Config-to-disable-hostile-mob-spawn-on-ice.patch b/patches/unapplied/server/0169-Config-to-disable-hostile-mob-spawn-on-ice.patch similarity index 100% rename from patches/server/0169-Config-to-disable-hostile-mob-spawn-on-ice.patch rename to patches/unapplied/server/0169-Config-to-disable-hostile-mob-spawn-on-ice.patch diff --git a/patches/server/0170-Config-to-show-Armor-Stand-arms-on-spawn.patch b/patches/unapplied/server/0170-Config-to-show-Armor-Stand-arms-on-spawn.patch similarity index 100% rename from patches/server/0170-Config-to-show-Armor-Stand-arms-on-spawn.patch rename to patches/unapplied/server/0170-Config-to-show-Armor-Stand-arms-on-spawn.patch diff --git a/patches/server/0171-Option-to-make-doors-require-redstone.patch b/patches/unapplied/server/0171-Option-to-make-doors-require-redstone.patch similarity index 100% rename from patches/server/0171-Option-to-make-doors-require-redstone.patch rename to patches/unapplied/server/0171-Option-to-make-doors-require-redstone.patch diff --git a/patches/server/0172-Config-to-allow-for-unsafe-enchants.patch b/patches/unapplied/server/0172-Config-to-allow-for-unsafe-enchants.patch similarity index 100% rename from patches/server/0172-Config-to-allow-for-unsafe-enchants.patch rename to patches/unapplied/server/0172-Config-to-allow-for-unsafe-enchants.patch diff --git a/patches/server/0173-Configurable-sponge-absorption.patch b/patches/unapplied/server/0173-Configurable-sponge-absorption.patch similarity index 100% rename from patches/server/0173-Configurable-sponge-absorption.patch rename to patches/unapplied/server/0173-Configurable-sponge-absorption.patch diff --git a/patches/server/0174-Projectile-offset-config.patch b/patches/unapplied/server/0174-Projectile-offset-config.patch similarity index 100% rename from patches/server/0174-Projectile-offset-config.patch rename to patches/unapplied/server/0174-Projectile-offset-config.patch diff --git a/patches/server/0175-Config-for-powered-rail-activation-distance.patch b/patches/unapplied/server/0175-Config-for-powered-rail-activation-distance.patch similarity index 100% rename from patches/server/0175-Config-for-powered-rail-activation-distance.patch rename to patches/unapplied/server/0175-Config-for-powered-rail-activation-distance.patch diff --git a/patches/server/0176-Piglin-portal-spawn-modifier.patch b/patches/unapplied/server/0176-Piglin-portal-spawn-modifier.patch similarity index 100% rename from patches/server/0176-Piglin-portal-spawn-modifier.patch rename to patches/unapplied/server/0176-Piglin-portal-spawn-modifier.patch diff --git a/patches/server/0177-Config-to-change-max-number-of-bees.patch b/patches/unapplied/server/0177-Config-to-change-max-number-of-bees.patch similarity index 100% rename from patches/server/0177-Config-to-change-max-number-of-bees.patch rename to patches/unapplied/server/0177-Config-to-change-max-number-of-bees.patch diff --git a/patches/server/0178-Configurable-damage-settings-for-magma-blocks.patch b/patches/unapplied/server/0178-Configurable-damage-settings-for-magma-blocks.patch similarity index 100% rename from patches/server/0178-Configurable-damage-settings-for-magma-blocks.patch rename to patches/unapplied/server/0178-Configurable-damage-settings-for-magma-blocks.patch diff --git a/patches/server/0179-Config-for-wither-explosion-radius.patch b/patches/unapplied/server/0179-Config-for-wither-explosion-radius.patch similarity index 100% rename from patches/server/0179-Config-for-wither-explosion-radius.patch rename to patches/unapplied/server/0179-Config-for-wither-explosion-radius.patch diff --git a/patches/server/0180-Gamemode-extra-permissions.patch b/patches/unapplied/server/0180-Gamemode-extra-permissions.patch similarity index 100% rename from patches/server/0180-Gamemode-extra-permissions.patch rename to patches/unapplied/server/0180-Gamemode-extra-permissions.patch diff --git a/patches/server/0181-Config-for-changing-the-blocks-that-turn-into-dirt-p.patch b/patches/unapplied/server/0181-Config-for-changing-the-blocks-that-turn-into-dirt-p.patch similarity index 100% rename from patches/server/0181-Config-for-changing-the-blocks-that-turn-into-dirt-p.patch rename to patches/unapplied/server/0181-Config-for-changing-the-blocks-that-turn-into-dirt-p.patch diff --git a/patches/server/0182-Configurable-piston-push-limit.patch b/patches/unapplied/server/0182-Configurable-piston-push-limit.patch similarity index 100% rename from patches/server/0182-Configurable-piston-push-limit.patch rename to patches/unapplied/server/0182-Configurable-piston-push-limit.patch diff --git a/patches/server/0183-Configurable-broadcast-settings.patch b/patches/unapplied/server/0183-Configurable-broadcast-settings.patch similarity index 100% rename from patches/server/0183-Configurable-broadcast-settings.patch rename to patches/unapplied/server/0183-Configurable-broadcast-settings.patch diff --git a/patches/server/0184-Fix-SPIGOT-6278.patch b/patches/unapplied/server/0184-Fix-SPIGOT-6278.patch similarity index 100% rename from patches/server/0184-Fix-SPIGOT-6278.patch rename to patches/unapplied/server/0184-Fix-SPIGOT-6278.patch diff --git a/patches/server/0185-Configurable-mob-blindness.patch b/patches/unapplied/server/0185-Configurable-mob-blindness.patch similarity index 100% rename from patches/server/0185-Configurable-mob-blindness.patch rename to patches/unapplied/server/0185-Configurable-mob-blindness.patch diff --git a/patches/server/0186-Hide-hidden-players-from-entity-selector.patch b/patches/unapplied/server/0186-Hide-hidden-players-from-entity-selector.patch similarity index 100% rename from patches/server/0186-Hide-hidden-players-from-entity-selector.patch rename to patches/unapplied/server/0186-Hide-hidden-players-from-entity-selector.patch diff --git a/patches/server/0187-Config-for-health-to-impact-Creeper-explosion-radius.patch b/patches/unapplied/server/0187-Config-for-health-to-impact-Creeper-explosion-radius.patch similarity index 100% rename from patches/server/0187-Config-for-health-to-impact-Creeper-explosion-radius.patch rename to patches/unapplied/server/0187-Config-for-health-to-impact-Creeper-explosion-radius.patch diff --git a/patches/server/0188-Iron-golem-poppy-calms-anger.patch b/patches/unapplied/server/0188-Iron-golem-poppy-calms-anger.patch similarity index 100% rename from patches/server/0188-Iron-golem-poppy-calms-anger.patch rename to patches/unapplied/server/0188-Iron-golem-poppy-calms-anger.patch diff --git a/patches/server/0189-Breedable-parrots.patch b/patches/unapplied/server/0189-Breedable-parrots.patch similarity index 100% rename from patches/server/0189-Breedable-parrots.patch rename to patches/unapplied/server/0189-Breedable-parrots.patch diff --git a/patches/server/0190-Configurable-powered-rail-boost-modifier.patch b/patches/unapplied/server/0190-Configurable-powered-rail-boost-modifier.patch similarity index 100% rename from patches/server/0190-Configurable-powered-rail-boost-modifier.patch rename to patches/unapplied/server/0190-Configurable-powered-rail-boost-modifier.patch diff --git a/patches/server/0191-Add-config-change-multiplier-critical-damage-value.patch b/patches/unapplied/server/0191-Add-config-change-multiplier-critical-damage-value.patch similarity index 100% rename from patches/server/0191-Add-config-change-multiplier-critical-damage-value.patch rename to patches/unapplied/server/0191-Add-config-change-multiplier-critical-damage-value.patch diff --git a/patches/server/0192-Option-to-disable-dragon-egg-teleporting.patch b/patches/unapplied/server/0192-Option-to-disable-dragon-egg-teleporting.patch similarity index 100% rename from patches/server/0192-Option-to-disable-dragon-egg-teleporting.patch rename to patches/unapplied/server/0192-Option-to-disable-dragon-egg-teleporting.patch diff --git a/patches/server/0193-Config-for-unverified-username-message.patch b/patches/unapplied/server/0193-Config-for-unverified-username-message.patch similarity index 100% rename from patches/server/0193-Config-for-unverified-username-message.patch rename to patches/unapplied/server/0193-Config-for-unverified-username-message.patch diff --git a/patches/server/0194-Make-anvil-cumulative-cost-configurable.patch b/patches/unapplied/server/0194-Make-anvil-cumulative-cost-configurable.patch similarity index 100% rename from patches/server/0194-Make-anvil-cumulative-cost-configurable.patch rename to patches/unapplied/server/0194-Make-anvil-cumulative-cost-configurable.patch diff --git a/patches/server/0195-ShulkerBox-allow-oversized-stacks.patch b/patches/unapplied/server/0195-ShulkerBox-allow-oversized-stacks.patch similarity index 100% rename from patches/server/0195-ShulkerBox-allow-oversized-stacks.patch rename to patches/unapplied/server/0195-ShulkerBox-allow-oversized-stacks.patch diff --git a/patches/server/0196-Bee-can-work-when-raining-or-at-night.patch b/patches/unapplied/server/0196-Bee-can-work-when-raining-or-at-night.patch similarity index 100% rename from patches/server/0196-Bee-can-work-when-raining-or-at-night.patch rename to patches/unapplied/server/0196-Bee-can-work-when-raining-or-at-night.patch diff --git a/patches/server/0197-API-for-any-mob-to-burn-daylight.patch b/patches/unapplied/server/0197-API-for-any-mob-to-burn-daylight.patch similarity index 100% rename from patches/server/0197-API-for-any-mob-to-burn-daylight.patch rename to patches/unapplied/server/0197-API-for-any-mob-to-burn-daylight.patch diff --git a/patches/server/0198-Fix-advancement-triggers-on-entity-death.patch b/patches/unapplied/server/0198-Fix-advancement-triggers-on-entity-death.patch similarity index 100% rename from patches/server/0198-Fix-advancement-triggers-on-entity-death.patch rename to patches/unapplied/server/0198-Fix-advancement-triggers-on-entity-death.patch diff --git a/patches/server/0199-Config-MobEffect-by-world.patch b/patches/unapplied/server/0199-Config-MobEffect-by-world.patch similarity index 100% rename from patches/server/0199-Config-MobEffect-by-world.patch rename to patches/unapplied/server/0199-Config-MobEffect-by-world.patch diff --git a/patches/server/0200-Beacon-Activation-Range-Configurable.patch b/patches/unapplied/server/0200-Beacon-Activation-Range-Configurable.patch similarity index 100% rename from patches/server/0200-Beacon-Activation-Range-Configurable.patch rename to patches/unapplied/server/0200-Beacon-Activation-Range-Configurable.patch diff --git a/patches/server/0201-Add-toggle-for-sand-duping-fix.patch b/patches/unapplied/server/0201-Add-toggle-for-sand-duping-fix.patch similarity index 100% rename from patches/server/0201-Add-toggle-for-sand-duping-fix.patch rename to patches/unapplied/server/0201-Add-toggle-for-sand-duping-fix.patch diff --git a/patches/server/0202-Add-toggle-for-end-portal-safe-teleporting.patch b/patches/unapplied/server/0202-Add-toggle-for-end-portal-safe-teleporting.patch similarity index 100% rename from patches/server/0202-Add-toggle-for-end-portal-safe-teleporting.patch rename to patches/unapplied/server/0202-Add-toggle-for-end-portal-safe-teleporting.patch diff --git a/patches/server/0203-Flying-Fall-Damage-API.patch b/patches/unapplied/server/0203-Flying-Fall-Damage-API.patch similarity index 100% rename from patches/server/0203-Flying-Fall-Damage-API.patch rename to patches/unapplied/server/0203-Flying-Fall-Damage-API.patch diff --git a/patches/server/0204-Make-lightning-rod-range-configurable.patch b/patches/unapplied/server/0204-Make-lightning-rod-range-configurable.patch similarity index 100% rename from patches/server/0204-Make-lightning-rod-range-configurable.patch rename to patches/unapplied/server/0204-Make-lightning-rod-range-configurable.patch diff --git a/patches/server/0205-Burp-after-eating-food-fills-hunger-bar-completely.patch b/patches/unapplied/server/0205-Burp-after-eating-food-fills-hunger-bar-completely.patch similarity index 100% rename from patches/server/0205-Burp-after-eating-food-fills-hunger-bar-completely.patch rename to patches/unapplied/server/0205-Burp-after-eating-food-fills-hunger-bar-completely.patch diff --git a/patches/server/0206-Allow-player-join-full-server-by-permission.patch b/patches/unapplied/server/0206-Allow-player-join-full-server-by-permission.patch similarity index 100% rename from patches/server/0206-Allow-player-join-full-server-by-permission.patch rename to patches/unapplied/server/0206-Allow-player-join-full-server-by-permission.patch diff --git a/patches/server/0207-Add-permission-bypass-for-portal-waiting.patch b/patches/unapplied/server/0207-Add-permission-bypass-for-portal-waiting.patch similarity index 100% rename from patches/server/0207-Add-permission-bypass-for-portal-waiting.patch rename to patches/unapplied/server/0207-Add-permission-bypass-for-portal-waiting.patch diff --git a/patches/server/0208-Shulker-spawn-from-bullet-options.patch b/patches/unapplied/server/0208-Shulker-spawn-from-bullet-options.patch similarity index 100% rename from patches/server/0208-Shulker-spawn-from-bullet-options.patch rename to patches/unapplied/server/0208-Shulker-spawn-from-bullet-options.patch diff --git a/patches/server/0209-Eating-glow-berries-adds-glow-effect.patch b/patches/unapplied/server/0209-Eating-glow-berries-adds-glow-effect.patch similarity index 100% rename from patches/server/0209-Eating-glow-berries-adds-glow-effect.patch rename to patches/unapplied/server/0209-Eating-glow-berries-adds-glow-effect.patch diff --git a/patches/server/0210-Option-to-make-drowned-break-doors.patch b/patches/unapplied/server/0210-Option-to-make-drowned-break-doors.patch similarity index 100% rename from patches/server/0210-Option-to-make-drowned-break-doors.patch rename to patches/unapplied/server/0210-Option-to-make-drowned-break-doors.patch diff --git a/patches/server/0211-Configurable-hunger-starvation-damage.patch b/patches/unapplied/server/0211-Configurable-hunger-starvation-damage.patch similarity index 100% rename from patches/server/0211-Configurable-hunger-starvation-damage.patch rename to patches/unapplied/server/0211-Configurable-hunger-starvation-damage.patch diff --git a/patches/server/0212-Redirect-System.out-calls-to-plugin-loggers.patch b/patches/unapplied/server/0212-Redirect-System.out-calls-to-plugin-loggers.patch similarity index 100% rename from patches/server/0212-Redirect-System.out-calls-to-plugin-loggers.patch rename to patches/unapplied/server/0212-Redirect-System.out-calls-to-plugin-loggers.patch diff --git a/patches/server/0213-Armor-click-equip-options.patch b/patches/unapplied/server/0213-Armor-click-equip-options.patch similarity index 100% rename from patches/server/0213-Armor-click-equip-options.patch rename to patches/unapplied/server/0213-Armor-click-equip-options.patch diff --git a/patches/server/0214-Add-uptime-command.patch b/patches/unapplied/server/0214-Add-uptime-command.patch similarity index 100% rename from patches/server/0214-Add-uptime-command.patch rename to patches/unapplied/server/0214-Add-uptime-command.patch diff --git a/patches/server/0215-Structure-seed-options.patch b/patches/unapplied/server/0215-Structure-seed-options.patch similarity index 100% rename from patches/server/0215-Structure-seed-options.patch rename to patches/unapplied/server/0215-Structure-seed-options.patch diff --git a/patches/server/0216-Tool-actionable-options.patch b/patches/unapplied/server/0216-Tool-actionable-options.patch similarity index 100% rename from patches/server/0216-Tool-actionable-options.patch rename to patches/unapplied/server/0216-Tool-actionable-options.patch diff --git a/patches/server/0217-Store-placer-on-Block-when-placed.patch b/patches/unapplied/server/0217-Store-placer-on-Block-when-placed.patch similarity index 100% rename from patches/server/0217-Store-placer-on-Block-when-placed.patch rename to patches/unapplied/server/0217-Store-placer-on-Block-when-placed.patch diff --git a/patches/server/0218-Summoner-API.patch b/patches/unapplied/server/0218-Summoner-API.patch similarity index 100% rename from patches/server/0218-Summoner-API.patch rename to patches/unapplied/server/0218-Summoner-API.patch diff --git a/patches/server/0219-Customizable-sleeping-actionbar-messages.patch b/patches/unapplied/server/0219-Customizable-sleeping-actionbar-messages.patch similarity index 100% rename from patches/server/0219-Customizable-sleeping-actionbar-messages.patch rename to patches/unapplied/server/0219-Customizable-sleeping-actionbar-messages.patch diff --git a/patches/server/0220-option-to-disable-shulker-box-items-from-dropping-co.patch b/patches/unapplied/server/0220-option-to-disable-shulker-box-items-from-dropping-co.patch similarity index 100% rename from patches/server/0220-option-to-disable-shulker-box-items-from-dropping-co.patch rename to patches/unapplied/server/0220-option-to-disable-shulker-box-items-from-dropping-co.patch diff --git a/patches/server/0221-Silk-touchable-budding-amethyst.patch b/patches/unapplied/server/0221-Silk-touchable-budding-amethyst.patch similarity index 100% rename from patches/server/0221-Silk-touchable-budding-amethyst.patch rename to patches/unapplied/server/0221-Silk-touchable-budding-amethyst.patch diff --git a/patches/server/0222-Big-dripleaf-tilt-delay.patch b/patches/unapplied/server/0222-Big-dripleaf-tilt-delay.patch similarity index 100% rename from patches/server/0222-Big-dripleaf-tilt-delay.patch rename to patches/unapplied/server/0222-Big-dripleaf-tilt-delay.patch diff --git a/patches/server/0223-Player-ridable-in-water-option.patch b/patches/unapplied/server/0223-Player-ridable-in-water-option.patch similarity index 100% rename from patches/server/0223-Player-ridable-in-water-option.patch rename to patches/unapplied/server/0223-Player-ridable-in-water-option.patch diff --git a/patches/server/0224-Config-to-disable-Enderman-teleport-on-projectile-hi.patch b/patches/unapplied/server/0224-Config-to-disable-Enderman-teleport-on-projectile-hi.patch similarity index 100% rename from patches/server/0224-Config-to-disable-Enderman-teleport-on-projectile-hi.patch rename to patches/unapplied/server/0224-Config-to-disable-Enderman-teleport-on-projectile-hi.patch diff --git a/patches/server/0225-Fix-Important-Issue-Crash-with-Plugin-or-Datapack-Ge.patch b/patches/unapplied/server/0225-Fix-Important-Issue-Crash-with-Plugin-or-Datapack-Ge.patch similarity index 100% rename from patches/server/0225-Fix-Important-Issue-Crash-with-Plugin-or-Datapack-Ge.patch rename to patches/unapplied/server/0225-Fix-Important-Issue-Crash-with-Plugin-or-Datapack-Ge.patch diff --git a/patches/server/0226-Add-compass-command.patch b/patches/unapplied/server/0226-Add-compass-command.patch similarity index 100% rename from patches/server/0226-Add-compass-command.patch rename to patches/unapplied/server/0226-Add-compass-command.patch diff --git a/patches/server/0227-Config-to-prevent-horses-from-standing-with-riders.patch b/patches/unapplied/server/0227-Config-to-prevent-horses-from-standing-with-riders.patch similarity index 100% rename from patches/server/0227-Config-to-prevent-horses-from-standing-with-riders.patch rename to patches/unapplied/server/0227-Config-to-prevent-horses-from-standing-with-riders.patch diff --git a/patches/server/0228-Toggle-for-kinetic-damage.patch b/patches/unapplied/server/0228-Toggle-for-kinetic-damage.patch similarity index 100% rename from patches/server/0228-Toggle-for-kinetic-damage.patch rename to patches/unapplied/server/0228-Toggle-for-kinetic-damage.patch diff --git a/patches/server/0229-Add-Option-for-disable-observer-clocks.patch b/patches/unapplied/server/0229-Add-Option-for-disable-observer-clocks.patch similarity index 100% rename from patches/server/0229-Add-Option-for-disable-observer-clocks.patch rename to patches/unapplied/server/0229-Add-Option-for-disable-observer-clocks.patch diff --git a/patches/server/0230-Customizeable-Zombie-Villager-curing-times.patch b/patches/unapplied/server/0230-Customizeable-Zombie-Villager-curing-times.patch similarity index 100% rename from patches/server/0230-Customizeable-Zombie-Villager-curing-times.patch rename to patches/unapplied/server/0230-Customizeable-Zombie-Villager-curing-times.patch diff --git a/patches/server/0231-Option-for-sponges-to-work-on-lava.patch b/patches/unapplied/server/0231-Option-for-sponges-to-work-on-lava.patch similarity index 100% rename from patches/server/0231-Option-for-sponges-to-work-on-lava.patch rename to patches/unapplied/server/0231-Option-for-sponges-to-work-on-lava.patch diff --git a/patches/server/0232-Toggle-for-Wither-s-spawn-sound.patch b/patches/unapplied/server/0232-Toggle-for-Wither-s-spawn-sound.patch similarity index 100% rename from patches/server/0232-Toggle-for-Wither-s-spawn-sound.patch rename to patches/unapplied/server/0232-Toggle-for-Wither-s-spawn-sound.patch diff --git a/patches/server/0233-Cactus-breaks-from-solid-neighbors-config.patch b/patches/unapplied/server/0233-Cactus-breaks-from-solid-neighbors-config.patch similarity index 100% rename from patches/server/0233-Cactus-breaks-from-solid-neighbors-config.patch rename to patches/unapplied/server/0233-Cactus-breaks-from-solid-neighbors-config.patch diff --git a/patches/server/0234-Config-to-remove-curse-of-binding-with-weakness.patch b/patches/unapplied/server/0234-Config-to-remove-curse-of-binding-with-weakness.patch similarity index 100% rename from patches/server/0234-Config-to-remove-curse-of-binding-with-weakness.patch rename to patches/unapplied/server/0234-Config-to-remove-curse-of-binding-with-weakness.patch diff --git a/patches/server/0235-Conduit-behavior-configuration.patch b/patches/unapplied/server/0235-Conduit-behavior-configuration.patch similarity index 100% rename from patches/server/0235-Conduit-behavior-configuration.patch rename to patches/unapplied/server/0235-Conduit-behavior-configuration.patch diff --git a/patches/server/0236-Cauldron-fill-chances.patch b/patches/unapplied/server/0236-Cauldron-fill-chances.patch similarity index 100% rename from patches/server/0236-Cauldron-fill-chances.patch rename to patches/unapplied/server/0236-Cauldron-fill-chances.patch diff --git a/patches/server/0237-Config-to-allow-mobs-to-pathfind-over-rails.patch b/patches/unapplied/server/0237-Config-to-allow-mobs-to-pathfind-over-rails.patch similarity index 100% rename from patches/server/0237-Config-to-allow-mobs-to-pathfind-over-rails.patch rename to patches/unapplied/server/0237-Config-to-allow-mobs-to-pathfind-over-rails.patch diff --git a/patches/server/0238-Add-force-and-prompt-parameters-to-resource-pack-api.patch b/patches/unapplied/server/0238-Add-force-and-prompt-parameters-to-resource-pack-api.patch similarity index 100% rename from patches/server/0238-Add-force-and-prompt-parameters-to-resource-pack-api.patch rename to patches/unapplied/server/0238-Add-force-and-prompt-parameters-to-resource-pack-api.patch diff --git a/patches/server/0239-Shulker-change-color-with-dye.patch b/patches/unapplied/server/0239-Shulker-change-color-with-dye.patch similarity index 100% rename from patches/server/0239-Shulker-change-color-with-dye.patch rename to patches/unapplied/server/0239-Shulker-change-color-with-dye.patch diff --git a/patches/server/0240-Extended-OfflinePlayer-API.patch b/patches/unapplied/server/0240-Extended-OfflinePlayer-API.patch similarity index 100% rename from patches/server/0240-Extended-OfflinePlayer-API.patch rename to patches/unapplied/server/0240-Extended-OfflinePlayer-API.patch diff --git a/patches/server/0241-Added-the-ability-to-add-combustible-items.patch b/patches/unapplied/server/0241-Added-the-ability-to-add-combustible-items.patch similarity index 100% rename from patches/server/0241-Added-the-ability-to-add-combustible-items.patch rename to patches/unapplied/server/0241-Added-the-ability-to-add-combustible-items.patch diff --git a/patches/server/0242-Option-for-if-rain-and-thunder-should-stop-on-sleep.patch b/patches/unapplied/server/0242-Option-for-if-rain-and-thunder-should-stop-on-sleep.patch similarity index 100% rename from patches/server/0242-Option-for-if-rain-and-thunder-should-stop-on-sleep.patch rename to patches/unapplied/server/0242-Option-for-if-rain-and-thunder-should-stop-on-sleep.patch diff --git a/patches/server/0243-Chance-for-azalea-blocks-to-grow-into-trees-naturall.patch b/patches/unapplied/server/0243-Chance-for-azalea-blocks-to-grow-into-trees-naturall.patch similarity index 100% rename from patches/server/0243-Chance-for-azalea-blocks-to-grow-into-trees-naturall.patch rename to patches/unapplied/server/0243-Chance-for-azalea-blocks-to-grow-into-trees-naturall.patch diff --git a/patches/server/0244-Shift-right-click-to-use-exp-for-mending.patch b/patches/unapplied/server/0244-Shift-right-click-to-use-exp-for-mending.patch similarity index 100% rename from patches/server/0244-Shift-right-click-to-use-exp-for-mending.patch rename to patches/unapplied/server/0244-Shift-right-click-to-use-exp-for-mending.patch diff --git a/patches/server/0245-Dolphins-naturally-aggressive-to-players-chance.patch b/patches/unapplied/server/0245-Dolphins-naturally-aggressive-to-players-chance.patch similarity index 100% rename from patches/server/0245-Dolphins-naturally-aggressive-to-players-chance.patch rename to patches/unapplied/server/0245-Dolphins-naturally-aggressive-to-players-chance.patch diff --git a/patches/server/0246-Cows-naturally-aggressive-to-players-chance.patch b/patches/unapplied/server/0246-Cows-naturally-aggressive-to-players-chance.patch similarity index 100% rename from patches/server/0246-Cows-naturally-aggressive-to-players-chance.patch rename to patches/unapplied/server/0246-Cows-naturally-aggressive-to-players-chance.patch diff --git a/patches/server/0247-Option-for-beds-to-explode-on-villager-sleep.patch b/patches/unapplied/server/0247-Option-for-beds-to-explode-on-villager-sleep.patch similarity index 100% rename from patches/server/0247-Option-for-beds-to-explode-on-villager-sleep.patch rename to patches/unapplied/server/0247-Option-for-beds-to-explode-on-villager-sleep.patch diff --git a/patches/server/0248-horses-tempted-by-gold-config.patch b/patches/unapplied/server/0248-horses-tempted-by-gold-config.patch similarity index 100% rename from patches/server/0248-horses-tempted-by-gold-config.patch rename to patches/unapplied/server/0248-horses-tempted-by-gold-config.patch diff --git a/patches/server/0249-llama-tempted-by-hay-config.patch b/patches/unapplied/server/0249-llama-tempted-by-hay-config.patch similarity index 100% rename from patches/server/0249-llama-tempted-by-hay-config.patch rename to patches/unapplied/server/0249-llama-tempted-by-hay-config.patch diff --git a/patches/server/0250-Halloween-options-and-optimizations.patch b/patches/unapplied/server/0250-Halloween-options-and-optimizations.patch similarity index 100% rename from patches/server/0250-Halloween-options-and-optimizations.patch rename to patches/unapplied/server/0250-Halloween-options-and-optimizations.patch diff --git a/patches/server/0251-Config-for-Grindstones-ignoring-curses.patch b/patches/unapplied/server/0251-Config-for-Grindstones-ignoring-curses.patch similarity index 100% rename from patches/server/0251-Config-for-Grindstones-ignoring-curses.patch rename to patches/unapplied/server/0251-Config-for-Grindstones-ignoring-curses.patch diff --git a/patches/server/0252-UPnP-Port-Forwarding.patch b/patches/unapplied/server/0252-UPnP-Port-Forwarding.patch similarity index 100% rename from patches/server/0252-UPnP-Port-Forwarding.patch rename to patches/unapplied/server/0252-UPnP-Port-Forwarding.patch diff --git a/patches/server/0253-Campfire-option-for-lit-when-placed.patch b/patches/unapplied/server/0253-Campfire-option-for-lit-when-placed.patch similarity index 100% rename from patches/server/0253-Campfire-option-for-lit-when-placed.patch rename to patches/unapplied/server/0253-Campfire-option-for-lit-when-placed.patch diff --git a/patches/server/0254-options-to-extinguish-fire-blocks-with-snowballs.patch b/patches/unapplied/server/0254-options-to-extinguish-fire-blocks-with-snowballs.patch similarity index 100% rename from patches/server/0254-options-to-extinguish-fire-blocks-with-snowballs.patch rename to patches/unapplied/server/0254-options-to-extinguish-fire-blocks-with-snowballs.patch diff --git a/patches/server/0255-Add-option-to-disable-zombie-villagers-cure.patch b/patches/unapplied/server/0255-Add-option-to-disable-zombie-villagers-cure.patch similarity index 100% rename from patches/server/0255-Add-option-to-disable-zombie-villagers-cure.patch rename to patches/unapplied/server/0255-Add-option-to-disable-zombie-villagers-cure.patch