remmintan / minefortress

a Minecraft mod that will turn your Minecraft into a real-time strategy
https://minecraftfortress.org/
MIT License
154 stars 14 forks source link

Changed a bunch of Text.literals to Text.translatables #10

Closed SchweizPretzel closed 5 months ago

SchweizPretzel commented 5 months ago

Changed some of the Text.literal thingies to Text.translatable, except the ones that didn't feel necessary like Text.literal("+") and added keys for them in en_us

remmintan commented 5 months ago

Issue #9

remmintan commented 5 months ago

There were issues with type compatibility. I have to make small change in the types to make the code compile again https://github.com/remmintan/minefortress/commit/5e9e3ab6563d65d04f688ccb1b4c098e1c886fdd

I need to set some automated checks that will run before PRs