Open Discord-Github-Bridge opened 10 months ago
doesnt make sense a translation is auto generated
engineersmith_4628 on Discord says
Even create mod itself autogenerates them
maybe theyre auto generated if its not already set?
engineersmith_4628 on Discord says
If that was the case - my changes each time I reload wouldn't be reflected
engineersmith_4628 on Discord says
{ "kubejs.ponder.introduction.header": "AUTOMATON 9000", "kubejs.ponder.introduction.text_1": "Thank you for purchasing the AUTOMATON 9000", "kubejs.ponder.introduction.text_2": "We hope it brings you many years of good use!", "kubejs.ponder.introduction.text_3": "Version CQ1503 brings all new features!", "kubejs.ponder.introduction.text_4": "No need for maintenance, fuel or down time!", "kubejs.ponder.jump.header": "Triple Jump", "kubejs.ponder.jump.text_1": "Introducing Triple Jump", "kubejs.ponder.power.header": "Tool set", "kubejs.ponder.power.text_1": "The automaton comes with all the tools it requires built in!", "kubejs.ponder.power.text_2": "Press V", "kubejs.ponder.power.text_3": "And can break and place any block from up to 30 metres away!" } ``` very generic names lmao
so confusing
how does create handle i8n ?
engineersmith_4628 on Discord says
create generates them too
Ah no thst makes sense then
engineersmith_4628 on Discord says
I could just not tell them the key... and hope they put the chat message and the ponder text together .... but end users are dumb
it seems create doesnt have support for languages other than english anyway
engineersmith_4628 on Discord says
oh it does
engineersmith_4628 on Discord says
in this directory
engineersmith_4628 on Discord says
the generated is only en_us
based off
whatever is selected
maybe we should deal with translation at a later date
The chat message has the same issue. It's also hard coded
On client reload means that it sets itself when you join world?
If so that's good enough
Then let's stay with that
engineersmith_4628 on Discord says
What if we also add an advancement for opening the personal assembler?
engineersmith_4628 on Discord says
more "DO IT" energy
Not enough
Need the key. Hard coded is better then none
And on join is even better
engineersmith_4628 on Discord says
Ooo I have idea
Wait, maybe solvable
Lol same time
engineersmith_4628 on Discord says
When you look up in EMI "personal assembler" tell them about
v
again
engineersmith_4628 on Discord says
since you can add text right?
I can add tooltip dynamically yes
But I don't know if that's enough
I want the key in the ponder too
engineersmith_4628 on Discord says
oh. I just realised my problem hasn't been solved...
engineersmith_4628 on Discord says
kikis2111 love the options - but since I can only read
key.keyboard.v
I still can't get if that's the same key on their keyboard (e.g. it's using scancodes for different layouts)
you need a keybind object?
You sure all the ponder code runs I ly once? Nothing can run on watch?
What if changing setting did client reload?
engineersmith_4628 on Discord says
uhhhhh minecraft usings GLFW right?
minecraft.getMinecraft().gamesettings as a variable that can be accessed in kubejs (even write to a file and read with kubejs)