Just Another Spawner

Just Another Spawner

665k Downloads

Crash on tag isClearWeather()

PitchBright opened this issue ยท 3 comments

commented

I might be doing this wrong, but I get a crash when I set an Entity's Handler as:

  "InstantDespawn Tags": "(obj.light>7)&&isClearWeather()"

http://pastebin.com/KxF5cXXs

commented

"InstantDespawn Tags": "obj.light>7)&&wrld.isClearWeather()"

It is a world tag so it needs to be wrld.isClearWeather()

commented

Ah! Thanks man! I'll test and then close this out.

commented

Sorry I never got around to testing it. My bad.