Skip to content

Commit

Permalink
Merge pull request #221 from TheBunnyMan123/TheBunnyMan123-fix-typo
Browse files Browse the repository at this point in the history
Fix a typo in en_us.json
  • Loading branch information
UnlikePaladin committed May 22, 2024
2 parents 38d9c21 + 82e9929 commit c63cbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/resources/assets/figura/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@
"figura.docs.event.get_registered_count": "Returns the number of functions that are registered with the given name",
"figura.docs.host": "A global API dedicated to specifically the host of the avatar\nFor other viewers, these do nothing",
"figura.docs.host.write_to_log": "Write directly to the minecraft log, allowing for\nlogging debug data without filling chat",
"figura.docs.host.warn_to_log": "Write a warning directly to the minecraft log,\nallowing forlogging debug data without filling chat",
"figura.docs.host.warn_to_log": "Write a warning directly to the minecraft log,\nallowing for logging debug data without filling chat",
"figura.docs.host.unlock_cursor": "Setting this value to true will unlock your cursor, letting you move it freely on the screen instead of it controlling your player's rotation",
"figura.docs.host.is_host": "Returns true if this instance of the script is running on host",
"figura.docs.host.is_cursor_unlocked": "Checks if the cursor is currently unlocked\nOnly responds to your own changes in your script, not anything done by Minecraft itself",
Expand Down

0 comments on commit c63cbb1

Please sign in to comment.