Crafting On A Stick is a minecraft mod which adds portable workbenches.
Check out the curseforge page for more information.
Also for any question, you can join the discord server.
I am looking for translations, feel free to make pull requests. (and ping me in discord if i don't see it)
Check the full translation at en_us.json
If in your language doesn't use genders, you can use the simple translations, as following:
{
"gui.crafting_on_a_stick.prefix": "Example ",
"gui.crafting_on_a_stick.suffix": " on a Stick"
}
It will use the name of the workstations in the game.
The example above will result in "Example Crafting Table on a Stick"
If your language does use genders, or use something else more complicated
you will have to specify the name of each item. For example:
{
"item.crafting_on_a_stick.crafting_table": "Crafting Table on a Stick",
"item.crafting_on_a_stick.loom": "Loom on a Stick",
"item.crafting_on_a_stick.grindstone": "Grindstone on a Stick",
"item.crafting_on_a_stick.cartography_table": "Cartography Table on a Stick",
"item.crafting_on_a_stick.stonecutter": "Stonecutter on a Stick",
"item.crafting_on_a_stick.smithing_table": "Smithing Table on a Stick",
"item.crafting_on_a_stick.anvil": "Anvil on a Stick",
"item.crafting_on_a_stick.chipped_anvil": "Chipped Anvil on a Stick",
"item.crafting_on_a_stick.damaged_anvil": "Damaged Anvil on a Stick"
}