diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..36e6017 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..59769c7 --- /dev/null +++ b/README.md @@ -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). diff --git a/ttb_attribute_tooltips/assets/minecraft/font/default.json b/ttb_attribute_tooltips/assets/minecraft/font/default.json new file mode 100644 index 0000000..138c3b0 --- /dev/null +++ b/ttb_attribute_tooltips/assets/minecraft/font/default.json @@ -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"] + } + ] +} diff --git a/ttb_attribute_tooltips/assets/minecraft/lang/en_gb.json b/ttb_attribute_tooltips/assets/minecraft/lang/en_gb.json new file mode 100644 index 0000000..849606f --- /dev/null +++ b/ttb_attribute_tooltips/assets/minecraft/lang/en_gb.json @@ -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" +} diff --git a/ttb_attribute_tooltips/assets/minecraft/lang/en_us.json b/ttb_attribute_tooltips/assets/minecraft/lang/en_us.json new file mode 100644 index 0000000..849606f --- /dev/null +++ b/ttb_attribute_tooltips/assets/minecraft/lang/en_us.json @@ -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" +} diff --git a/ttb_attribute_tooltips/assets/ttb/textures/gui/attributes.png b/ttb_attribute_tooltips/assets/ttb/textures/gui/attributes.png new file mode 100644 index 0000000..bbab4f1 Binary files /dev/null and b/ttb_attribute_tooltips/assets/ttb/textures/gui/attributes.png differ diff --git a/ttb_attribute_tooltips/pack.mcmeta b/ttb_attribute_tooltips/pack.mcmeta new file mode 100644 index 0000000..39c3cdc --- /dev/null +++ b/ttb_attribute_tooltips/pack.mcmeta @@ -0,0 +1,16 @@ +{ + "pack": { + "pack_format": 5, + "description": [ + { + "text": "Attribute Tooltips", + "color": "aqua" + }, + "\n", + { + "text": "M1.16+", + "color": "dark_gray" + } + ] + } +} diff --git a/ttb_attribute_tooltips/pack.png b/ttb_attribute_tooltips/pack.png new file mode 100644 index 0000000..b9dbdf0 Binary files /dev/null and b/ttb_attribute_tooltips/pack.png differ diff --git a/ttb_greener_grass/assets/minecraft/textures/colormap/foliage.png b/ttb_greener_grass/assets/minecraft/textures/colormap/foliage.png new file mode 100644 index 0000000..e30cc3f Binary files /dev/null and b/ttb_greener_grass/assets/minecraft/textures/colormap/foliage.png differ diff --git a/ttb_greener_grass/assets/minecraft/textures/colormap/grass.png b/ttb_greener_grass/assets/minecraft/textures/colormap/grass.png new file mode 100644 index 0000000..82b8f49 Binary files /dev/null and b/ttb_greener_grass/assets/minecraft/textures/colormap/grass.png differ diff --git a/ttb_greener_grass/pack.mcmeta b/ttb_greener_grass/pack.mcmeta new file mode 100644 index 0000000..196c461 --- /dev/null +++ b/ttb_greener_grass/pack.mcmeta @@ -0,0 +1,16 @@ +{ + "pack": { + "pack_format": 5, + "description": [ + { + "text": "Greener Grass", + "color": "aqua" + }, + "\n", + { + "text": "M1.16+", + "color": "dark_gray" + } + ] + } +} diff --git a/ttb_greener_grass/pack.png b/ttb_greener_grass/pack.png new file mode 100644 index 0000000..5a13dcc Binary files /dev/null and b/ttb_greener_grass/pack.png differ diff --git a/ttb_lower_shields/assets/minecraft/models/item/shield.json b/ttb_lower_shields/assets/minecraft/models/item/shield.json new file mode 100644 index 0000000..4fc9944 --- /dev/null +++ b/ttb_lower_shields/assets/minecraft/models/item/shield.json @@ -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" + } + ] +} diff --git a/ttb_lower_shields/pack.mcmeta b/ttb_lower_shields/pack.mcmeta new file mode 100644 index 0000000..9e0c1bb --- /dev/null +++ b/ttb_lower_shields/pack.mcmeta @@ -0,0 +1,16 @@ +{ + "pack": { + "pack_format": 5, + "description": [ + { + "text": "Lower Shields", + "color": "aqua" + }, + "\n", + { + "text": "M1.16+", + "color": "dark_gray" + } + ] + } +} diff --git a/ttb_lower_shields/pack.png b/ttb_lower_shields/pack.png new file mode 100644 index 0000000..26b60f8 Binary files /dev/null and b/ttb_lower_shields/pack.png differ diff --git a/ttb_shelves/assets/minecraft/lang/en_us.json b/ttb_shelves/assets/minecraft/lang/en_us.json new file mode 100644 index 0000000..d59d26d --- /dev/null +++ b/ttb_shelves/assets/minecraft/lang/en_us.json @@ -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" +} diff --git a/ttb_shelves/assets/minecraft/models/block/item_frame.json b/ttb_shelves/assets/minecraft/models/block/item_frame.json new file mode 100644 index 0000000..252afa4 --- /dev/null +++ b/ttb_shelves/assets/minecraft/models/block/item_frame.json @@ -0,0 +1,3 @@ +{ + "parent": "ttb:block/shelf" +} diff --git a/ttb_shelves/assets/minecraft/models/item/item_frame.json b/ttb_shelves/assets/minecraft/models/item/item_frame.json new file mode 100644 index 0000000..3379eea --- /dev/null +++ b/ttb_shelves/assets/minecraft/models/item/item_frame.json @@ -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" + } + ] +} diff --git a/ttb_shelves/assets/ttb/models/block/shelf.json b/ttb_shelves/assets/ttb/models/block/shelf.json new file mode 100644 index 0000000..90e21b3 --- /dev/null +++ b/ttb_shelves/assets/ttb/models/block/shelf.json @@ -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"} + } + } + ] +} diff --git a/ttb_shelves/assets/ttb/models/item/shelf.json b/ttb_shelves/assets/ttb/models/item/shelf.json new file mode 100644 index 0000000..451769a --- /dev/null +++ b/ttb_shelves/assets/ttb/models/item/shelf.json @@ -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] + } + } +} diff --git a/ttb_shelves/pack.mcmeta b/ttb_shelves/pack.mcmeta new file mode 100644 index 0000000..8992d2c --- /dev/null +++ b/ttb_shelves/pack.mcmeta @@ -0,0 +1,16 @@ +{ + "pack": { + "pack_format": 5, + "description": [ + { + "text": "Shelves", + "color": "aqua" + }, + "\n", + { + "text": "M1.16+", + "color": "dark_gray" + } + ] + } +} diff --git a/ttb_shelves/pack.png b/ttb_shelves/pack.png new file mode 100644 index 0000000..b4715a9 Binary files /dev/null and b/ttb_shelves/pack.png differ diff --git a/ttb_wallpaper/assets/minecraft/models/item/template_banner.json b/ttb_wallpaper/assets/minecraft/models/item/template_banner.json new file mode 100644 index 0000000..1f8146e --- /dev/null +++ b/ttb_wallpaper/assets/minecraft/models/item/template_banner.json @@ -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] + } + } +} \ No newline at end of file diff --git a/ttb_wallpaper/pack.mcmeta b/ttb_wallpaper/pack.mcmeta new file mode 100644 index 0000000..724e1d5 --- /dev/null +++ b/ttb_wallpaper/pack.mcmeta @@ -0,0 +1,16 @@ +{ + "pack": { + "pack_format": 5, + "description": [ + { + "text": "Wallpaper", + "color": "aqua" + }, + "\n", + { + "text": "M1.16+", + "color": "dark_gray" + } + ] + } +} diff --git a/ttb_wallpaper/pack.png b/ttb_wallpaper/pack.png new file mode 100644 index 0000000..26b60f8 Binary files /dev/null and b/ttb_wallpaper/pack.png differ