#Tags

19 messages · Page 1 of 1 (latest)

loud steppe
#

Hey. So im trying to add some tags to some items in my modpack im making. But when i try to add custom forge tag it doesnt show in game. Does anyone know how to fix that please?

wheat cypressBOT
#

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

loud steppe
#

Yeah when i restart or reload game everything works

reef timber
#

It could be the tag bug maybe, if it works after a reload

vivid drumBOT
#

Tags can bug out on the current 1.19 version.
A fix will come, but as a temporary workaround you can add this anywhere in your server scripts:

ServerEvents.loaded(e => e.server.runCommandSilent('reload'))

This will run the /reload command one time when the server starts, which will load the tags properly.

reef timber
#

Altho I'm not sure about 1.18

#

Too old :v

loud steppe
#
    event.get('forge:saws').add('cb_microblock:stone_saw').add('cb_microblock:iron_saw').add('cb_microblock:diamond_saw')
})```
reef timber
#

The bot message is using 1.19 syntax

#

You need to go back to 1.18

loud steppe
reef timber
#

1.19: ServerEvents.loaded(e => e.server.runCommandSilent('reload'))
1.18: onEvent('server.load', e => e.server.runCommandSilent('reload'))

loud steppe
#

still nothing

loud steppe
#

sorry for bothering you

reef timber
#

there should be an option with KJS to see tags in one of the config files

#

i dont remember where T^T

loud steppe
#

its ok