From a313424212d72bf03607549370c7e097a80458c2 Mon Sep 17 00:00:00 2001 From: AlphaKR93 Date: Sun, 27 Oct 2024 16:03:28 +0900 Subject: [PATCH] [ci-skip] license --- ...mize-advancement-criteria-triggering.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/patches/server/0042-Optimize-advancement-criteria-triggering.patch b/patches/server/0042-Optimize-advancement-criteria-triggering.patch index ef8e2c8aa..691441af2 100644 --- a/patches/server/0042-Optimize-advancement-criteria-triggering.patch +++ b/patches/server/0042-Optimize-advancement-criteria-triggering.patch @@ -3,6 +3,27 @@ From: AlphaKR93 Date: Sun, 27 Oct 2024 00:16:25 +0900 Subject: [PATCH] Optimize advancement criteria triggering +Based on bigenergy/achievements-optimizer +Copyright (C) 2024 bigenergy, Licensed under MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/src/main/java/net/minecraft/advancements/critereon/InventoryChangeTrigger.java b/src/main/java/net/minecraft/advancements/critereon/InventoryChangeTrigger.java index ebbad97920df3d1645637e646a98e16cb04d361e..a149c949a042e1d1e504d9f5ce0bfa6df92db2fc 100644