#Things aren't working, need help

16 messages · Page 1 of 1 (latest)

dry musk
#
  1. i keep getting an error for the file with the fireResistance. Currently I have it in server, but would it actually go into Startup?
  2. the code to give mobs the forge:bosses tag isn't working either
  3. the sandworm and the void_blossom aren't dropping their respective eyes, even though I'm using all the right IDs, and the exact same code as other files which are working.
high lanceBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

dry musk
#

ohh wait i see the issue with #2

#

i accidently put all the boss names in speech marks

#

why are the colons red now-

glass prism
#

They are meant to be in quotation marks I think, but they are entities right? You gave them item tags insteady of entity tags

dry musk
#

i thought these were the entity tags.. like when you do /summon modname:mobname

glass prism
#

You put ServerEvents.tags('item', event => { which applies the tag to an item with the IDs you listed, but they aren't items.

So you need ServerEvents.tags('entity_type', event => {

dry musk
#

ohhh

#

I see

dry musk
#

ok nvm i fixed #1

#

its literally just #3 now

#

ok nvm the sandworm suddenly started working

#

but for some reason the void_blossom isnt dropping.. anything?