ColoredGlow Lib

ColoredGlow Lib

50.7k Downloads

setglowcolor doesnt accept entity type

EnderMelody opened this issue ยท 2 comments

commented

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.

commented

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

commented

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)