-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfbf25e
commit e61d6e0
Showing
13 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,2 +1,44 @@ | ||
# TumbleCraft | ||
My First Minecraft Resource Pack | ||
# ReadMe | ||
|
||
**TumbleCraft** - My First Minecraft Resouce Pack | ||
|
||
# Install Instructions | ||
##Any platform | ||
1. Click on download .zip file, you should get a .zip file | ||
2. Open the folder to which you downloaded the file | ||
3. Copy the .zip file | ||
4. Open Minecraft | ||
5. Click on "Options", then "Resource Packs" | ||
6. Choose "Open resource pack folder" | ||
7. Paste the file into the resource folder in minecraft | ||
8. Go back to Minecraft, the resource pack should now be listed and you can activate it by choosing it and hitting "Done" | ||
|
||
## Direct methods | ||
### Windows | ||
1. Click on download .zip file, you should get a .zip file | ||
2. Open the folder, in which you downloaded the file | ||
3. Copy the .zip file | ||
4. Press `⊞ Windows` + `R` then type in: `%appdata%/.minecraft/resourcepacks` | ||
5. Paste the file into the directory | ||
6. Open Minecraft | ||
7. Go to "Options", then "Resource Packs" | ||
8. The resource pack should now be listed and you can activate it by choosing it and hitting "Done". | ||
9. [NOTE] Folder may not be there until Minecraft has been fully downloaded | ||
|
||
### Mac OS X | ||
1. Click on download .zip file, you should get a .zip file | ||
2. Do NOT unzip the resource pack just move the .zip file to minecraft's resource pack folder (Should be at *~/Library/Application Support/minecraft/resourcepacks*) | ||
3. Open up Minecraft and login | ||
4. At the main menu select "Options", then "Resource Packs" | ||
5. Now select your new resource pack and then select done | ||
6. To access ~/Library/ on a Mac running Mac OS X 10.7 and above, switch to Finder, open the 'Go' Menu, and while holding down `⌥ Option`, select 'Library' | ||
|
||
### Linux | ||
1. Click on download .zip file, you should get a .zip file | ||
2. Open the folder to which you downloaded the file | ||
3. Copy the .zip file | ||
4. Type *~/.minecraft/resourcepacks/* in your file manager's address bar or in the console. | ||
5. Paste the file into the directory | ||
6. Open Minecraft | ||
7. Go to "Options", then "Resource Packs" | ||
8. The resource pack should now be listed and you can activate it by choosing it and hitting "Done". |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 1, | ||
"description": "§aCreated by: §ctumble1999\n§aVersion: §e0.3 §r(Minecraft 1.7+)" | ||
} | ||
} |