Skip to content

modified: ParticleConverter/MainWindow.xaml.cs#36

Open
Epic-Fox-1234 wants to merge 1 commit into
kemo14331:mainfrom
Epic-Fox-1234:main
Open

modified: ParticleConverter/MainWindow.xaml.cs#36
Epic-Fox-1234 wants to merge 1 commit into
kemo14331:mainfrom
Epic-Fox-1234:main

Conversation

@Epic-Fox-1234

Copy link
Copy Markdown

changed dust particle format to match minecraft version 1.21

@monckey100 monckey100 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I compiled this version and there's a space between the particle and its nbt data:
particle minecraft:dust {color:[0.12, 0.06, 0.19] , scale: 0.75 } ^-1.28 ^3.84 ^0 0 0 0 0 1 force @a

should be:

particle minecraft:dust{color:[0.12, 0.06, 0.19] , scale: 0.75 } ^-1.28 ^3.84 ^0 0 0 0 0 1 force @a

just needs a space removed and then this can be pushed into main

@monckey100

Copy link
Copy Markdown

any non devs who stumble upon here, I advise you learn how to compile projects on your own (hint: this is a visual studio project and you need to turn off package signing), but if you want to blindly trust me, here's the fixed version:
particle_converter_1.21.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants