-
Notifications
You must be signed in to change notification settings - Fork 8
Tater adding instructions #5
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
Madis0
wants to merge
9
commits into
NucleoidMC:main
Choose a base branch
from
Madis0:patch-1
base: main
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.
Open
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
3f9f8ab
Create taters.md
Madis0 c86b46a
Update taters.md
Madis0 675a143
Update taters.md
Madis0 345b4b4
Apply suggestions from code review
Madis0 db96754
Update mkdocs.yml
Madis0 357b7ee
Update taters.md
Madis0 8ff587d
Update docs/plasmid/taters.md
Madis0 44e7a00
Update taters.md
Madis0 2b231d0
Update taters.md
Madis0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # Adding taters to Nucleoid Extras | ||
|
|
||
| ## Add tater | ||
|
|
||
| 1. Fork [Nucleoid Extras repository](https://github.com/NucleoidMC/nucleoid-extras) | ||
| 2. Create a branch `namehere-taters` where `namehere` refers to the tater kind | ||
| 3. Navigate to [en_us.json](https://github.com/NucleoidMC/nucleoid-extras/blob/1.19.4/src/main/resources/data/nucleoid_extras/lang/en_us.json#L54) | ||
| 4. Copy an existing tater line | ||
| 5. Paste it, and make sure the name reflects the one you want to add | ||
| 6. Go to [NEItems.java](https://github.com/NucleoidMC/nucleoid-extras/blob/1.19.4/src/main/java/xyz/nucleoid/extras/lobby/NEItems.java) | ||
| 7. Copy existing tater lines - `public static final` and the `register` one | ||
| 8. Change values according to your tater's name | ||
| 9. Go to [NEBlocks.java](https://github.com/NucleoidMC/nucleoid-extras/blob/1.19.4/src/main/java/xyz/nucleoid/extras/lobby/NEBlocks.java#L64) | ||
| 10. Copy existing tater lines | ||
| 11. Change values according to your tater's name, change the effect if needed [(color picker here)](https://rgbcolorcode.com) | ||
| 9. Upload the head skin to [MineSkin](https://mineskin.org) [(templates here)](https://minecraft.fandom.com/wiki/Skin#Official_skin_templates) | ||
| 10. Copy the hash that is at the end of "Texture URL" | ||
| 11. Paste it to your tater's row, replacing the existing hash | ||
| 11. Commit and push | ||
| 12. Create a pull request | ||
|
|
||
| ## Edit tater image | ||
|
|
||
| 1. Copy the hash | ||
| 2. [Paste it here](https://www.base64decode.org) | ||
| 3. Copy the textures -> SKIN -> url value | ||
| 4. Download the image | ||
| 5. Edit it | ||
| 6. See adding instructions for adding the updated one back | ||
|
|
||
| Instructions based on [this Discord message](https://discord.com/channels/733462796582387753/744090136945360936/913463834994413618) | ||
| ```. | ||
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if still correct