- i keep getting an error for the file with the
fireResistance. Currently I have it in server, but would it actually go into Startup? - the code to give mobs the
forge:bossestag isn't working either - the
sandwormand thevoid_blossomaren'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.
#Things aren't working, need help
16 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
ohh wait i see the issue with #2
i accidently put all the boss names in speech marks
why are the colons red now-
They are meant to be in quotation marks I think, but they are entities right? You gave them item tags insteady of entity tags
wdym by entity tags?
i thought these were the entity tags.. like when you do /summon modname:mobname
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 => {
do you have any idea what my other issues could be?
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?