Skip to content

Conversation

@haiiro2gou
Copy link
Member

Fix #1599
Range も MaxStep とかに変えた方がよかったりするのだろうか

Copilot AI review requested due to automatic review settings August 10, 2025 23:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR systematically renames the Speed parameter to StepPerTick across object configurations in a Minecraft datapack project. The change reflects a more accurate representation of what the parameter controls - the number of steps executed per tick rather than traditional speed.

  • Renamed Speed field to StepPerTick in all object register and configuration files
  • Updated dynamic speed modifications in tick functions to use the new parameter name
  • Updated comments to reference the new parameter name

Reviewed Changes

Copilot reviewed 140 out of 140 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Object register files (multiple) Updated field definitions from Speed to StepPerTick
Object tick functions (multiple) Changed dynamic speed modifications to use StepPerTick
Mob and artifact files (multiple) Updated object summoning calls to use new parameter name
Abstract projectile files Updated core movement logic and error messages
Comment files Updated documentation references

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Object 1] Speed を StepPerTick に変更する

2 participants