diff --git a/core/src/main/java/org/geysermc/geyser/translator/level/block/entity/SuspiciousBlockBlockEntityTranslator.java b/core/src/main/java/org/geysermc/geyser/translator/level/block/entity/SuspiciousBlockBlockEntityTranslator.java new file mode 100644 index 000000000..2bdce3d14 --- /dev/null +++ b/core/src/main/java/org/geysermc/geyser/translator/level/block/entity/SuspiciousBlockBlockEntityTranslator.java @@ -0,0 +1,27 @@ +/* + * Copyright (c) 2019-2023 GeyserMC. http://geysermc.org + * + * 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. + * + * @author GeyserMC + * @link https://github.com/GeyserMC/Geyser + */ + +package org.geysermc.geyser.translator.level.block.entity;public class SuspiciousBlockBlockEntityTranslator { +} diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7ec4dcaf6..4ff4fbc8a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ gson = "2.3.1" # Provided by Spigot 1.8.8 websocket = "1.5.1" protocol = "3.0.0.Beta1-20230627.180522-98" protocol-connection = "3.0.0.Beta1-20230627.180522-97" -raknet = "1.0.0.CR1-20230609.174844-8" +raknet = "1.0.0.CR1-20230703.195238-9" mcauthlib = "d9d773e" mcprotocollib = "1.20-1-20230607.135651-6" # Temporary hack - needs to be updated to release once publishing is fixed adventure = "4.14.0-20230424.215040-7"