This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
-
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
0 parents
commit 6f6e19e
Showing
25 changed files
with
378 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 The Tempest's Box | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,11 @@ | ||
[![Discord Server](https://img.shields.io/discord/574466335963348992.svg?color=blueviolet&style=flat-square)](https://discord.gg/6TFaAuWi) | ||
[![](https://img.shields.io/github/v/release/tempestsbox/ttb-extras?include_prereleases&style=flat-square)](https://github.com/tempestsbox/ttb-extras/releases) | ||
[![Patreon](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.herokuapp.com%2Fthetempestsbox&style=flat-square)](https://patreon.com/thetempestsbox) | ||
|
||
The Tempest's Box - extras! All resources that override the vanilla game, separated into their own packs. | ||
|
||
https://tempestsbox.github.io/extras | ||
|
||
### Troubleshooting and Reporting Issues | ||
Before reporting: Try if you can reproduce your issue when using a freshly setup world using the latest version of Minecraft in vanilla, TTB (with default configuration), and no other data packs. This can already give insights on whether your version (TTB actively supports 1.16+) or another data pack is involved in the issue. | ||
When reporting: You can submit a bug report through the [issue tracker](https://github.com/tempestsbox/ttb-extras/issues). |
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,11 @@ | ||
{ | ||
"providers": [ | ||
{ | ||
"type": "bitmap", | ||
"file": "ttb:gui/attributes.png", | ||
"ascent": 8, | ||
"height": 9, | ||
"chars": ["\uF340\uF341\uF342\uF343\uF344\uF345\uF346\uF347"] | ||
} | ||
] | ||
} |
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,10 @@ | ||
{ | ||
"attribute.name.horse.jump_strength": "§f\uF341", | ||
"attribute.name.generic.max_health": "§f\uF343", | ||
"attribute.name.generic.movement_speed": "§f\uF340", | ||
"attribute.name.generic.attack_damage": "§f\uF346", | ||
"attribute.name.generic.attack_speed": "§f\uF347", | ||
"attribute.name.generic.luck": "§f\uF342", | ||
"attribute.name.generic.armor": "§f\uF344", | ||
"attribute.name.generic.armor_toughness": "§f\uF345" | ||
} |
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,10 @@ | ||
{ | ||
"attribute.name.horse.jump_strength": "§f\uF341", | ||
"attribute.name.generic.max_health": "§f\uF343", | ||
"attribute.name.generic.movement_speed": "§f\uF340", | ||
"attribute.name.generic.attack_damage": "§f\uF346", | ||
"attribute.name.generic.attack_speed": "§f\uF347", | ||
"attribute.name.generic.luck": "§f\uF342", | ||
"attribute.name.generic.armor": "§f\uF344", | ||
"attribute.name.generic.armor_toughness": "§f\uF345" | ||
} |
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,16 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 5, | ||
"description": [ | ||
{ | ||
"text": "Attribute Tooltips", | ||
"color": "aqua" | ||
}, | ||
"\n", | ||
{ | ||
"text": "M1.16+", | ||
"color": "dark_gray" | ||
} | ||
] | ||
} | ||
} |
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,16 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 5, | ||
"description": [ | ||
{ | ||
"text": "Greener Grass", | ||
"color": "aqua" | ||
}, | ||
"\n", | ||
{ | ||
"text": "M1.16+", | ||
"color": "dark_gray" | ||
} | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions
48
ttb_lower_shields/assets/minecraft/models/item/shield.json
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,48 @@ | ||
{ | ||
"parent": "builtin/entity", | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [0, 90, 0], | ||
"translation": [10.51, 6, -4], | ||
"scale": [1, 1, 1] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [0, 90, 0], | ||
"translation": [10.51, 6, 12], | ||
"scale": [1, 1, 1] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 180, -5], | ||
"translation": [-10, -3.5, -10], | ||
"scale": [1.25, 1.25, 1.25] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 180, -5], | ||
"translation": [10, -1.5, -10], | ||
"scale": [1.25, 1.25, 1.25] | ||
}, | ||
"gui": { | ||
"rotation": [15, -25, -5], | ||
"translation": [2, 3, 0], | ||
"scale": [0.65, 0.65, 0.65] | ||
}, | ||
"fixed": { | ||
"rotation": [0, 180, 0], | ||
"translation": [-2, 4, -5], | ||
"scale": [0.5, 0.5, 0.5] | ||
}, | ||
"ground": { | ||
"rotation": [0, 0, 0], | ||
"translation": [4, 4, 2], | ||
"scale": [0.25, 0.25, 0.25] | ||
} | ||
}, | ||
"overrides": [ | ||
{ | ||
"predicate": { | ||
"blocking": 1 | ||
}, | ||
"model": "item/shield_blocking" | ||
} | ||
] | ||
} |
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,16 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 5, | ||
"description": [ | ||
{ | ||
"text": "Lower Shields", | ||
"color": "aqua" | ||
}, | ||
"\n", | ||
{ | ||
"text": "M1.16+", | ||
"color": "dark_gray" | ||
} | ||
] | ||
} | ||
} |
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,11 @@ | ||
{ | ||
"item.minecraft.item_frame": "Shelf", | ||
|
||
"entity.minecraft.item_frame": "Shelf", | ||
|
||
"subtitles.entity.item_frame.add_item": "Shelf fills", | ||
"subtitles.entity.item_frame.break": "Shelf breaks", | ||
"subtitles.entity.item_frame.place": "Shelf placed", | ||
"subtitles.entity.item_frame.remove_item": "Shelf empties", | ||
"subtitles.entity.item_frame.rotate_item": "Shelf clicks" | ||
} |
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,3 @@ | ||
{ | ||
"parent": "ttb:block/shelf" | ||
} |
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,71 @@ | ||
{ | ||
"parent": "ttb:item/shelf", | ||
"overrides": [ | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830001 | ||
}, | ||
"model": "ttb:item/amethyst_ore" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830002 | ||
}, | ||
"model": "ttb:item/vulcaanium_ore" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830003 | ||
}, | ||
"model": "ttb:item/tempest_crafter" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830004 | ||
}, | ||
"model": "ttb:item/tempite_stone" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830005 | ||
}, | ||
"model": "ttb:block/tempite_stone_powered_ambient" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830006 | ||
}, | ||
"model": "ttb:block/tempite_stone_powered_full" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830007 | ||
}, | ||
"model": "ttb:item/tempite_insulator" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830008 | ||
}, | ||
"model": "ttb:item/breaker" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830009 | ||
}, | ||
"model": "ttb:item/acronite_cage" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830010 | ||
}, | ||
"model": "ttb:item/eckspei_locker" | ||
}, | ||
{ | ||
"predicate": { | ||
"custom_model_data": 6830011 | ||
}, | ||
"model": "ttb:item/alchemy_chamber" | ||
} | ||
] | ||
} |
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,34 @@ | ||
{ | ||
"gui_light": "front", | ||
"textures": { | ||
"texture": "block/birch_planks" | ||
}, | ||
"elements": [ | ||
{ | ||
"name": "top", | ||
"from": [0, 9, 15.5], | ||
"to": [16, 10, 16], | ||
"faces": { | ||
"north": {"uv": [0, 6, 16, 7], "texture": "#texture"}, | ||
"east": {"uv": [0, 0, 1, 2], "texture": "#texture"}, | ||
"south": {"uv": [0, 6, 16, 7], "texture": "#texture"}, | ||
"west": {"uv": [0, 0, 1, 2], "texture": "#texture"}, | ||
"up": {"uv": [0, 6, 16, 7], "texture": "#texture"}, | ||
"down": {"uv": [0, 6, 16, 7], "texture": "#texture"} | ||
} | ||
}, | ||
{ | ||
"name": "bottom", | ||
"from": [0, 7, 15.5], | ||
"to": [16, 8, 16], | ||
"faces": { | ||
"north": {"uv": [0, 8, 16, 9], "texture": "#texture"}, | ||
"east": {"uv": [0, 0, 1, 2], "texture": "#texture"}, | ||
"south": {"uv": [0, 8, 16, 9], "texture": "#texture"}, | ||
"west": {"uv": [0, 0, 1, 2], "texture": "#texture"}, | ||
"up": {"uv": [0, 8, 16, 9], "texture": "#texture"}, | ||
"down": {"uv": [0, 8, 16, 9], "texture": "#texture"} | ||
} | ||
} | ||
] | ||
} |
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,35 @@ | ||
{ | ||
"parent": "ttb:block/shelf", | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [0, 0, 90], | ||
"translation": [0.5, 0, -6.25] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [0, 0, 90], | ||
"translation": [0.5, 0, -6.5] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 0, -62.75], | ||
"translation": [-1.75, 5.25, -0.75], | ||
"scale": [0.6, 0.6, 0.6] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 0, -62.75], | ||
"translation": [-1.75, 5.25, -0.75], | ||
"scale": [0.6, 0.6, 0.6] | ||
}, | ||
"ground": { | ||
"translation": [0.25, 0, -6], | ||
"scale": [0.75, 0.75, 0.75] | ||
}, | ||
"head": { | ||
"translation": [0, -2, -12.5], | ||
"scale": [0.75, 0.75, 0.75] | ||
}, | ||
"fixed": { | ||
"rotation": [0, 0, 90], | ||
"translation": [0, 0, -9.25] | ||
} | ||
} | ||
} |
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,16 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 5, | ||
"description": [ | ||
{ | ||
"text": "Shelves", | ||
"color": "aqua" | ||
}, | ||
"\n", | ||
{ | ||
"text": "M1.16+", | ||
"color": "dark_gray" | ||
} | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions
33
ttb_wallpaper/assets/minecraft/models/item/template_banner.json
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,33 @@ | ||
{ | ||
"parent": "builtin/entity", | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [ 0, 90, 0 ], | ||
"translation": [ 0, 2, 0.5], | ||
"scale":[ 0.375, 0.375, 0.375] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [ 0, 90, 0 ], | ||
"scale":[ 0.375, 0.375, 0.375] | ||
}, | ||
"gui": { | ||
"rotation": [ 30, 20, 0 ], | ||
"translation": [ 0, -3.25, 0], | ||
"scale":[ 0.5325, 0.5325, 0.5325] | ||
}, | ||
"ground": { | ||
"translation": [ 0, 1, 0], | ||
"scale":[ 0.25, 0.25, 0.25] | ||
}, | ||
"head": { | ||
"rotation": [ 0, 180, 0 ], | ||
"translation": [ 0, 16, 7], | ||
"scale":[ 1.5, 1.5, 1.5 ] | ||
}, | ||
"fixed": { | ||
"rotation": [ 0, 180, 0 ], | ||
"translation": [ 0, -9.612, 0], | ||
"scale":[ 2.4, 1.2, 1.01] | ||
} | ||
} | ||
} |
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,16 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 5, | ||
"description": [ | ||
{ | ||
"text": "Wallpaper", | ||
"color": "aqua" | ||
}, | ||
"\n", | ||
{ | ||
"text": "M1.16+", | ||
"color": "dark_gray" | ||
} | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.