mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Firework shapes
This commit is contained in:
parent
88ae447fc6
commit
a82a156419
1 changed files with 1 additions and 4 deletions
|
@ -92,10 +92,7 @@ public class FireworkRocketItem extends Item {
|
|||
static NbtMap translateExplosionToBedrock(Fireworks.FireworkExplosion explosion) {
|
||||
NbtMapBuilder newExplosionData = NbtMap.builder();
|
||||
|
||||
// if (explosion.get("Type") != null) {
|
||||
// newExplosionData.put(new ByteTag("FireworkType", MathUtils.getNbtByte(explosion.get("Type").getValue())));
|
||||
// }
|
||||
//newExplosionData.putByte("FireworkType", explosion.get) //TODO???
|
||||
newExplosionData.putByte("FireworkType", (byte) explosion.getShapeId());
|
||||
|
||||
int[] oldColors = explosion.getColors();
|
||||
byte[] colors = new byte[oldColors.length];
|
||||
|
|
Loading…
Reference in a new issue