LotsOfPixelsStudios / Monstera

A library and dev environment designed to streamline the development of Minecraft addons.

Home Page:https://monstera.lotsofpixelsstudios.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lang key "action.hint.exit.<identifier>" still contains "tranclate" namespace

JulianKalmbach opened this issue · comments

Describe the bug
When defining the rideable component, monstera automatically adds a lang key for that entity named "action.hint.exit.". Currently the identifier still consists of the namespace "tranclate" and the entity name instead of monstera and the entity name.

Version
Monstera: 0.3.2-SNAPSHOT5
Minecraft: all

To Reproduce
Define a rideable component in any entity.
Check un_US.lang in the resource pack after building the project.

Expected behavior
en_US.lang in the resource pack contains the lang key "action.hint.exit.monstera:=Sneak to dismount"