Tips not loading from /kubejs/assets/
aaronhowser1 opened this issue ยท 1 comments
The json:
{
"tip": {
"text": "MineColonies is integral to the pack's progression."
}
}
config:
{
"defaultCycleTime": 5000,
"ignoredNamespaces": [
"tipsmod"
],
"ignoredTips": []
}
Trying the json
{
"tip": {
"translate": "inferno.tip.minecolonies"
}
}
with the lang key
"inferno.tip.minecolonies":"MineColonies is essential to the pack's progression."
added to the en_us.json also does not work.
This is using Tips-Forge-1.18.2-5.0.4
There is currently an issue related to disabling the default tips and this should not be related to kubejs.