Skip to content

issues Search Results · repo:Mojang/minecraft-scripting-libraries language:TypeScript

Filter by

10 results
 (85 ms)

10 results

inMojang/minecraft-scripting-libraries (press backspace or delete to remove)

The spawnEntity function should allow direct rotation setting of an Entity when used. If setRotation() is applied immediately after spawnEntity(), it will cause the Entity to slowly rotate to the correct ...
  • Seedking
  • 2
  • Opened 
    on Mar 20
  • #62

Module version conflicts occur in Dedicated Server. Is there a solution to this problem? manifest.json dependencies : [ { module_name : @minecraft/server , version ...
  • st-little
  • Opened 
    on Mar 1
  • #60

1. Add optional auto-rename feature for asset files - Automatic filename shortening for particle/animation files (safe rename that updates references in JSON files) - Extend to images/audio ...
  • Seedking
  • Opened 
    on Feb 11
  • #57

The avoid unnecessary command linting suggestion for /replaceitem does not take into account use cases which are not achievable in script apis such a setting equipment on non player entities. /replaceitem ...
  • ThomasOrs
  • Opened 
    on Jun 6, 2024
  • #30

It s mentioned in a comment, but the implementation doesn t exists. https://github.com/Mojang/minecraft-scripting-libraries/blob/8cf3f6aa9c7d1826f2e8abc74fa583d17b1b8795/libraries/math/src/vector3/vectorWrapper.ts#L13 ...
  • ink0rr
  • 2
  • Opened 
    on Apr 22, 2024
  • #27

Running npm run test will on the eslintTask step of the lint task in just.config.ts if a parent directory has a space in it s name @minecraft/math:lint: @minecraft/math:lint: ESLint: 8.57.0 @minecraft/math:lint: ...
  • ThomasOrs
  • Opened 
    on Mar 18, 2024
  • #24

For commands, the command suggestion rule currently is case sensitive. However, commands are generally case insensitive so the command suggestion rule should accept any case variation of a known command ...
  • rlandav
  • Opened 
    on Mar 4, 2024
  • #19

Summary The check for /setblock looks for /setBlock, which is not the standardised casing for commands in Minecraft. Reference documentation does list the correct casing. To test - Create a project ...
  • ThomasOrs
  • 2
  • Opened 
    on Mar 4, 2024
  • #17

A few other scenarios need to be handled by the eslint rule which are common 1. runCommand where there is no leading / for the command 2. runCommandAsync immediately await ed on 3. runCommandAsync ...
  • rlandav
  • 1
  • Opened 
    on Feb 20, 2024
  • #12
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub