-
Notifications
You must be signed in to change notification settings - Fork 4
WIP: Builds: Record & Replay [command] #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jonoomph
wants to merge
34
commits into
develop
Choose a base branch
from
build-recorder
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Record, Save, and Replay builds (placing, destroying, interacting with blocks + player poses) - Spawns a pig to replay builds (temporarily placeholder) - Replay speeds can be adjusted between 1X and 32X
…e place as the player. Spawns any entity type to replay build
… height: i.e. 1 block tall builds (bee) vs 3 block tall builds (enderman))
…ded on inventory screen or AFK)
# Conflicts: # src/main/java/com/owlmaddie/datagen/CreatureChatDataGenerator.java
# Conflicts: # src/main/java/com/owlmaddie/datagen/CreatureChatDataGenerator.java
…spot, follows the player until then, and returns to thank them when finished
…om players, and prompt for supplies with recipe details - Placeholder follow particle and sound play when a build starts - Missing-material requests now broadcast the remaining recipe to nearby players in plain chat - Unit tests ensure build selection covers all height tiers and skill levels - Build skill increases after successful builds and syncs across clients - Build goal only begins after the builder reaches the player - Selecting builds logs skill, type, height tier, and chosen file
…s, or points of interest and apologizes when none are found within 300 blocks. Removed
…tes to end-of-tick - to avoid goal crashes after build completion
…sn't need to clip through player)
…der Follow particle)
… and use a separate distance (3 blocks) when the entity returns to the player to deliver a message
… their chat inventory. Expanded friendly pickup reach and restored pickup sound for chat-data mobs. Compatible with 1.20.4 to 1.21.7
…sage per 2 seconds of picked up items)
…r when out of ingredients or land not cleared, and return to build when checks are valid.
…ement - Build index now rebuilds at runtime from bundled and local builds - Build goal bounds now ignore player movement
…, with rotated bounds - Rotate block states when replaying builds so block facings match the chosen orientation
… build unit tests
- Build replay no longer pauses every 2 seconds during active building
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.