bitmochibit / Defcon

A minecraft plugin that adds the power and the dangers of nuclear energy.
GNU Affero General Public License v3.0
8 stars 3 forks source link

Replace Item displays with Text Display #39

Closed bitmochibit closed 3 weeks ago

bitmochibit commented 1 month ago

This should fix the strange "particle glow" when looking at them at different pitch. The existing logic is the same, only the Entity ID needs to be changed, and instead of an item definition, the smoke must be a font. Due to Mojang restrictions, this unfortunately still requires continuous tp: if using billboard(center) + transformation (translation) the body rotates around the position origin and not around the translated center.

Probably it uses less resources, since fonts are automatically culled and 2D optimized.