mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 12:27:59 +01:00
Update upstream
This commit is contained in:
parent
97cf432687
commit
c844ac9d01
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2e2c7cd23daeeddf71226b4e604f8603d71cfca0
|
||||
Subproject commit a7f7c2118b877fde4cf0f32f1f730ffcdee8e9ee
|
Loading…
Reference in New Issue
Block a user