Merged
Conversation
Deploying docs with
|
| Latest commit: |
818659f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://535347ea.docs-dp3.pages.dev |
| Branch Preview URL: | https://feat-tinkers-update.docs-dp3.pages.dev |
Member
Author
|
When you get the time @Squidgyface1478 review this, i think ive updated everything |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request adds support for custom table names in the crafting system, along with new image assets and documentation for the Tinkers 3.0 addon.
Key Changes
- Added ability to specify custom crafting table names via metadata in crafting code blocks
- Extended the crafting components to support and display custom table names
- Added multiple PNG image assets for Tinkers addon (item sprites, UI elements, part images)
- Added comprehensive documentation for the Modifier Worktable feature
Reviewed Changes
Copilot reviewed 18 out of 44 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/remark/crafting.ts | Parses metadata to extract custom table names from crafting code blocks |
| src/components/Crafting/util.ts | Added optional customTableName field to Recipe type |
| src/components/Crafting/Table/Table.tsx | Renders custom table name when provided, otherwise defaults to "Crafting Table" |
| src/components/Crafting/Crafting.tsx | Passes custom table name prop to Table component |
| docs/marketplace/Addons/tinkers/Docs/Modifiers/worktable.md | New documentation for Modifier Worktable usage |
| static/img/mc/* | Multiple new PNG image assets for Tinkers addon |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
There was a problem hiding this comment.
- Getting Started: towards the bottom there is an extra "T" at the start of here "TThe Forge Beckons... Craft Your First Tool!"
- Using the Smeltery: Final notes; missing notes about the faucet.
- Gadgetry: plate armour now has actual protection, no longer just cosmetic. ask me for a list
- Gadgetry: Slime beans no longer exist, slime islands now spawn naturally.
- Gadgetry: No mention of Berry bushes or cheese.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 25 out of 66 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
MichaelHillcox
approved these changes
Dec 18, 2025
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
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.