From 43b4752ad2212e16c5df466d71814735ee1c399a Mon Sep 17 00:00:00 2001 From: nextdayy <79922345+nextdayy@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:09:30 +0000 Subject: [PATCH] fix build on modern --- versions/mappings/forge-1.17.1-1.16.5.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/versions/mappings/forge-1.17.1-1.16.5.txt b/versions/mappings/forge-1.17.1-1.16.5.txt index 2fcc6a7e0..0faefc49a 100644 --- a/versions/mappings/forge-1.17.1-1.16.5.txt +++ b/versions/mappings/forge-1.17.1-1.16.5.txt @@ -155,6 +155,11 @@ net.minecraft.network.protocol.game.ServerboundCustomPayloadPacket net.minecraft net.minecraft.resources.ResourceLocation net.minecraft.util.ResourceLocation +net.minecraft.world.scores.Objective net.minecraft.scoreboard.ScoreObjective +net.minecraft.world.scores.PlayerTeam net.minecraft.scoreboard.ScorePlayerTeam +net.minecraft.world.scores.Scoreboard net.minecraft.scoreboard.Scoreboard +net.minecraft.world.scores.Scoreboard removePlayerTeam() removeTeam() + net.minecraft.server.commands.HelpCommand ERROR_FAILED FAILED_EXCEPTION net.minecraft.server.commands.HelpCommand net.minecraft.command.impl.HelpCommand