Emafire003 / ColoredGlowLib

Makes entities glow in every possible RGB color instead of the white/16 vanilla glowing effect colors!
https://www.curseforge.com/minecraft/mc-mods/coloredglowlib
GNU Lesser General Public License v3.0
12 stars 1 forks source link

setglowcolor doesnt accept entity type #13

Closed EnderMelody closed 1 year ago

EnderMelody commented 1 year ago

minecraft: 1,20.1 quilt: 0.20.2 cgl: 2.1.1+fabric_1.20.1

using the setglowcolor command and trying to apply it to an entity type gives an error on the entity specification: "expected whitespace to end one argument, but found trailing data at position 27: ... minecraft<--[HERE]".

using a specific entity works fine such as @e[type=horse] but it doesnt apply to all entities that were not in the area of effect, and it is not saved on reloading the world.

Emafire003 commented 1 year ago

Fixed, apparently between 1.19 and 1.20 the command decided it did not want to accept entitytypes in the same way. (The other bug is fixed as well, uploading the new version now)

EnderMelody commented 1 year ago

new version now crashes when loading into a world. crash-2023-09-06_11.25.41-server.txt

cant seem to reopen the issue so ill just make a new one