Stairs translation key is done incorrectly #22

Closed
opened 2023-08-18 20:03:44 +02:00 by TheOnlyJoeEnderman · 3 comments

Example of how to properly translate stairs:

stairs.register_stair_and_slab("foo", "my:foo_item", groups, {"foo.png"},
S("Foo Stair"), S("Foo Slab"), sounds, false,
S("Inner Foo Stair"), S("Outer Foo Stair")
)

Example of how to properly translate stairs: stairs.register_stair_and_slab("foo", "my:foo_item", groups, {"foo.png"}, S("Foo Stair"), S("Foo Slab"), sounds, false, S("Inner Foo Stair"), S("Outer Foo Stair") )
Author
Owner

This is the last item before 0.4.1.

This is the last item before 0.4.1.
TheOnlyJoeEnderman added this to the 0.4.1 milestone 2023-08-28 00:46:05 +02:00
Author
Owner

Cannot mark as fixed until I find out why this does not work.

Cannot mark as fixed until I find out why this does not work.
Author
Owner

Fixed in 1.0.0

Fixed in 1.0.0
Sign in to join this conversation.
No description provided.