Update upstream

This commit is contained in:
Owen1212055
2024-04-23 19:31:55 -04:00
parent 97cf432687
commit c844ac9d01
2 changed files with 2 additions and 2 deletions

View File

@@ -4086,8 +4086,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ private void sendSignChange0(Component[] components, Location loc, DyeColor dyeColor, boolean hasGlowingText) {
SignBlockEntity sign = new SignBlockEntity(CraftLocation.toBlockPosition(loc), Blocks.OAK_SIGN.defaultBlockState());
sign.setLevel(this.getHandle().level());
SignText text = sign.getFrontText();
text = text.setColor(net.minecraft.world.item.DyeColor.byId(dyeColor.getWoolData()));
@@ -0,0 +0,0 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
}
sign.setText(text, true);