diff --git a/PACK_VERSION b/PACK_VERSION index ef05600..edd0085 100644 --- a/PACK_VERSION +++ b/PACK_VERSION @@ -1 +1 @@ -v0.7-alpha.6 \ No newline at end of file +v0.7-alpha.7 \ No newline at end of file diff --git a/Release/2D-Blocks-v0.7-alpha.6-1.16.zip b/Release/2D-Blocks-v0.7-alpha.7-1.16.zip similarity index 75% rename from Release/2D-Blocks-v0.7-alpha.6-1.16.zip rename to Release/2D-Blocks-v0.7-alpha.7-1.16.zip index af23bad..bdef6a6 100644 Binary files a/Release/2D-Blocks-v0.7-alpha.6-1.16.zip and b/Release/2D-Blocks-v0.7-alpha.7-1.16.zip differ diff --git a/Release/2D-Blocks-v0.7-alpha.6-1.17.zip b/Release/2D-Blocks-v0.7-alpha.7-1.17.zip similarity index 75% rename from Release/2D-Blocks-v0.7-alpha.6-1.17.zip rename to Release/2D-Blocks-v0.7-alpha.7-1.17.zip index af23bad..bdef6a6 100644 Binary files a/Release/2D-Blocks-v0.7-alpha.6-1.17.zip and b/Release/2D-Blocks-v0.7-alpha.7-1.17.zip differ diff --git a/assets/minecraft/models/item/acacia_stairs.json b/assets/minecraft/models/item/acacia_stairs.json new file mode 100644 index 0000000..60b9f1c --- /dev/null +++ b/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/acacia_planks" + } +} diff --git a/assets/minecraft/models/item/andesite_stairs.json b/assets/minecraft/models/item/andesite_stairs.json new file mode 100644 index 0000000..a691e74 --- /dev/null +++ b/assets/minecraft/models/item/andesite_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/andesite" + } +} diff --git a/assets/minecraft/models/item/birch_stairs.json b/assets/minecraft/models/item/birch_stairs.json new file mode 100644 index 0000000..a85be24 --- /dev/null +++ b/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/birch_planks" + } +} diff --git a/assets/minecraft/models/item/blackstone_stairs.json b/assets/minecraft/models/item/blackstone_stairs.json new file mode 100644 index 0000000..1fcc896 --- /dev/null +++ b/assets/minecraft/models/item/blackstone_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/blackstone" + } +} diff --git a/assets/minecraft/models/item/block_item_slab_template.json b/assets/minecraft/models/item/block_item_slab_template.json index 921ea8d..b1b1d50 100644 --- a/assets/minecraft/models/item/block_item_slab_template.json +++ b/assets/minecraft/models/item/block_item_slab_template.json @@ -166,4 +166,4 @@ } } ] -} \ No newline at end of file +} diff --git a/assets/minecraft/models/item/block_item_stairs_overlay_template.json b/assets/minecraft/models/item/block_item_stairs_overlay_template.json new file mode 100644 index 0000000..7f87170 --- /dev/null +++ b/assets/minecraft/models/item/block_item_stairs_overlay_template.json @@ -0,0 +1,609 @@ +{ + "parent": "item/block_item_stairs_template", + "elements": [ + { + "from": [ 6, 1, 7 ], + "to": [ 10, 2, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 14, 10, 15 ] }, + "north": { "texture": "#base", "uv": [ 10, 14, 6, 15 ] }, + "west": { "texture": "#base", "uv": [ 7, 14, 6, 15 ] }, + "east": { "texture": "#base", "uv": [ 9, 14, 10, 15 ] }, + "down": { "texture": "#base", "uv": [ 6, 14, 10, 15 ] } + } + }, + { + "from": [ 4, 2, 7 ], + "to": [ 6, 3, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 13, 6, 14 ] }, + "north": { "texture": "#base", "uv": [ 6, 13, 4, 14 ] }, + "west": { "texture": "#base", "uv": [ 5, 13, 4, 14 ] }, + "down": { "texture": "#base", "uv": [ 4, 13, 6, 14 ] } + } + }, + { + "from": [ 6, 2, 7 ], + "to": [ 10, 3, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 13, 10, 14 ] }, + "north": { "texture": "#base", "uv": [ 10, 13, 6, 14 ] } + } + }, + { + "from": [ 10, 2, 7 ], + "to": [ 12, 3, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 10, 13, 12, 14 ] }, + "north": { "texture": "#base", "uv": [ 12, 13, 10, 14 ] }, + "east": { "texture": "#base", "uv": [ 11, 13, 12, 14 ] }, + "down": { "texture": "#base", "uv": [ 10, 13, 12, 14 ] } + } + }, + { + "from": [ 2, 3, 7 ], + "to": [ 4, 4, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 12, 4, 13 ] }, + "north": { "texture": "#base", "uv": [ 4, 12, 2, 13 ] }, + "west": { "texture": "#base", "uv": [ 3, 12, 2, 13 ] }, + "down": { "texture": "#base", "uv": [ 2, 12, 4, 13 ] } + } + }, + { + "from": [ 4, 3, 7 ], + "to": [ 12, 4, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 12, 12, 13 ] }, + "north": { "texture": "#base", "uv": [ 12, 12, 4, 13 ] } + } + }, + { + "from": [ 12, 3, 7 ], + "to": [ 14, 4, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 12, 12, 14, 13 ] }, + "north": { "texture": "#base", "uv": [ 14, 12, 12, 13 ] }, + "east": { "texture": "#base", "uv": [ 13, 12, 14, 13 ] }, + "down": { "texture": "#base", "uv": [ 12, 12, 14, 13 ] } + } + }, + { + "from": [ 1, 4, 7 ], + "to": [ 2, 12, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 1, 4, 2, 12 ] }, + "north": { "texture": "#base", "uv": [ 2, 4, 1, 12 ] }, + "west": { "texture": "#base", "uv": [ 2, 4, 1, 12 ] }, + "down": { "texture": "#base", "uv": [ 2, 11, 1, 12 ] }, + "up": { "texture": "#base", "uv": [ 1, 5, 2, 4 ] } + } + }, + { + "from": [ 2, 4, 7 ], + "to": [ 14, 6, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 10, 14, 12 ] }, + "north": { "texture": "#base", "uv": [ 14, 10, 2, 12 ] } + } + }, + { + "from": [ 14, 4, 7 ], + "to": [ 15, 9, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 14, 7, 15, 12 ] }, + "north": { "texture": "#base", "uv": [ 15, 7, 14, 12 ] }, + "east": { "texture": "#base", "uv": [ 14, 7, 14, 12 ] }, + "down": { "texture": "#base", "uv": [ 15, 11, 14, 12 ] }, + "up": { "texture": "#base", "uv": [ 14, 8, 15, 7 ] } + } + }, + { + "from": [ 2, 6, 7 ], + "to": [ 6, 7, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 9, 6, 10 ] }, + "north": { "texture": "#base", "uv": [ 6, 9, 2, 10 ] } + } + }, + { + "from": [ 2, 7, 7 ], + "to": [ 5, 11, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 5, 5, 9 ] }, + "north": { "texture": "#base", "uv": [ 5, 5, 2, 9 ] } + } + }, + { + "from": [ 6, 6, 7 ], + "to": [ 10, 7, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 6, 10, 7 ] }, + "north": { "texture": "#base", "uv": [ 10, 6, 6, 7 ] } + } + }, + { + "from": [ 5, 7, 7 ], + "to": [ 6, 8, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 3, 3, 4, 4 ] }, + "north": { "texture": "#base", "uv": [ 4, 3, 3, 4 ] } + } + }, + { + "from": [ 6, 7, 7 ], + "to": [ 12, 8, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 5, 12, 6 ] }, + "north": { "texture": "#base", "uv": [ 12, 5, 6, 6 ] } + } + }, + { + "from": [ 8, 8, 7 ], + "to": [ 14, 9, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 8, 4, 14, 5 ] }, + "north": { "texture": "#base", "uv": [ 14, 4, 8, 5 ] } + } + }, + { + "from": [ 10, 9, 7 ], + "to": [ 12, 10, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 10, 3, 12, 4 ] }, + "north": { "texture": "#base", "uv": [ 12, 3, 10, 4 ] } + } + }, + { + "from": [ 10, 6, 7 ], + "to": [ 14, 7, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 10, 9, 14, 10 ] }, + "north": { "texture": "#base", "uv": [ 14, 9, 10, 10 ] } + } + }, + { + "from": [ 12, 7, 7 ], + "to": [ 14, 8, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 12, 8, 14, 9 ] }, + "north": { "texture": "#base", "uv": [ 14, 8, 12, 9 ] } + } + }, + { + "from": [ 2, 11, 7 ], + "to": [ 6, 12, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 4, 6, 5 ] }, + "north": { "texture": "#base", "uv": [ 6, 4, 2, 5 ] } + } + }, + { + "from": [ 4, 12, 7 ], + "to": [ 8, 13, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 3, 8, 4 ] }, + "north": { "texture": "#base", "uv": [ 8, 3, 4, 4 ] } + } + }, + { + "from": [ 6, 13, 7 ], + "to": [ 10, 14, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 2, 10, 3 ] }, + "north": { "texture": "#base", "uv": [ 10, 2, 6, 3 ] } + } + }, + { + "from": [ 2, 12, 7 ], + "to": [ 4, 13, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 3, 4, 4 ] }, + "north": { "texture": "#base", "uv": [ 4, 3, 2, 4 ] }, + "west": { "texture": "#base", "uv": [ 3, 3, 2, 4 ] }, + "up": { "texture": "#base", "uv": [ 2, 4, 4, 3 ] } + } + }, + { + "from": [ 4, 13, 7 ], + "to": [ 6, 14, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 2, 6, 3 ] }, + "north": { "texture": "#base", "uv": [ 6, 2, 4, 3 ] }, + "west": { "texture": "#base", "uv": [ 5, 2, 4, 3 ] }, + "up": { "texture": "#base", "uv": [ 4, 3, 6, 2 ] } + } + }, + { + "from": [ 6, 14, 7 ], + "to": [ 10, 15, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 1, 10, 2 ] }, + "north": { "texture": "#base", "uv": [ 10, 1, 6, 2 ] }, + "west": { "texture": "#base", "uv": [ 7, 1, 6, 2 ] }, + "east": { "texture": "#base", "uv": [ 9, 1, 10, 2 ] }, + "up": { "texture": "#base", "uv": [ 6, 2, 10, 1 ] } + } + }, + { + "from": [ 11, 10, 7 ], + "to": [ 12, 11, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 11, 2, 12, 3 ] }, + "north": { "texture": "#base", "uv": [ 12, 2, 11, 3 ] }, + "east": { "texture": "#base", "uv": [ 12, 2, 11, 3 ] }, + "up": { "texture": "#base", "uv": [ 11, 3, 12, 2 ] } + } + }, + { + "from": [ 12, 9, 7 ], + "to": [ 14, 10, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 12, 3, 14, 4 ] }, + "north": { "texture": "#base", "uv": [ 14, 3, 12, 4 ] }, + "east": { "texture": "#base", "uv": [ 14, 3, 13, 4 ] }, + "up": { "texture": "#base", "uv": [ 12, 4, 14, 3 ] } + } + }, + { + "from": [ 10, 11, 7 ], + "to": [ 11, 14, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 14, 4, 15, 7 ] }, + "north": { "texture": "#base", "uv": [ 15, 4, 14, 7 ] }, + "east": { "texture": "#base", "uv": [ 14, 4, 15, 7 ] }, + "up": { "texture": "#base", "uv": [ 14, 5, 15, 4 ] } + } + }, + { + "from": [ 10, 10, 7 ], + "to": [ 11, 11, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 14, 7, 15, 8 ] }, + "north": { "texture": "#base", "uv": [ 15, 7, 14, 8 ] } + } + }, + { + "from": [ 6, 8, 7 ], + "to": [ 8, 9, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 2, 6, 3 ] }, + "north": { "texture": "#base", "uv": [ 6, 2, 4, 3 ] } + } + }, + { + "from": [ 8, 9, 7 ], + "to": [ 10, 10, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 1, 8, 2 ] }, + "north": { "texture": "#base", "uv": [ 8, 1, 6, 2 ] } + } + }, + { + "from": [ 5, 8, 7 ], + "to": [ 6, 11, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 9, 7, 10, 10 ] }, + "north": { "texture": "#base", "uv": [ 10, 7, 9, 10 ] } + } + }, + { + "from": [ 6, 9, 7 ], + "to": [ 8, 12, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 10, 6, 12, 9 ] }, + "north": { "texture": "#base", "uv": [ 12, 6, 10, 9 ] } + } + }, + { + "from": [ 8, 10, 7 ], + "to": [ 10, 13, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 12, 5, 14, 8 ] }, + "north": { "texture": "#base", "uv": [ 14, 5, 12, 8 ] } + } + }, + { + "from": [ 6, 1, 7 ], + "to": [ 10, 2, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 6, 14, 10, 15 ] }, + "north": { "texture": "#overlay", "uv": [ 10, 14, 6, 15 ] }, + "west": { "texture": "#overlay", "uv": [ 7, 14, 6, 15 ] }, + "east": { "texture": "#overlay", "uv": [ 9, 14, 10, 15 ] }, + "down": { "texture": "#overlay", "uv": [ 6, 14, 10, 15 ] } + } + }, + { + "from": [ 4, 2, 7 ], + "to": [ 6, 3, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 4, 13, 6, 14 ] }, + "north": { "texture": "#overlay", "uv": [ 6, 13, 4, 14 ] }, + "west": { "texture": "#overlay", "uv": [ 5, 13, 4, 14 ] }, + "down": { "texture": "#overlay", "uv": [ 4, 13, 6, 14 ] } + } + }, + { + "from": [ 6, 2, 7 ], + "to": [ 10, 3, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 6, 13, 10, 14 ] }, + "north": { "texture": "#overlay", "uv": [ 10, 13, 6, 14 ] } + } + }, + { + "from": [ 10, 2, 7 ], + "to": [ 12, 3, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 10, 13, 12, 14 ] }, + "north": { "texture": "#overlay", "uv": [ 12, 13, 10, 14 ] }, + "east": { "texture": "#overlay", "uv": [ 11, 13, 12, 14 ] }, + "down": { "texture": "#overlay", "uv": [ 10, 13, 12, 14 ] } + } + }, + { + "from": [ 2, 3, 7 ], + "to": [ 4, 4, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 2, 12, 4, 13 ] }, + "north": { "texture": "#overlay", "uv": [ 4, 12, 2, 13 ] }, + "west": { "texture": "#overlay", "uv": [ 3, 12, 2, 13 ] }, + "down": { "texture": "#overlay", "uv": [ 2, 12, 4, 13 ] } + } + }, + { + "from": [ 4, 3, 7 ], + "to": [ 12, 4, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 4, 12, 12, 13 ] }, + "north": { "texture": "#overlay", "uv": [ 12, 12, 4, 13 ] } + } + }, + { + "from": [ 12, 3, 7 ], + "to": [ 14, 4, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 12, 12, 14, 13 ] }, + "north": { "texture": "#overlay", "uv": [ 14, 12, 12, 13 ] }, + "east": { "texture": "#overlay", "uv": [ 13, 12, 14, 13 ] }, + "down": { "texture": "#overlay", "uv": [ 12, 12, 14, 13 ] } + } + }, + { + "from": [ 1, 4, 7 ], + "to": [ 2, 12, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 1, 4, 2, 12 ] }, + "north": { "texture": "#overlay", "uv": [ 2, 4, 1, 12 ] }, + "west": { "texture": "#overlay", "uv": [ 2, 4, 1, 12 ] }, + "down": { "texture": "#overlay", "uv": [ 2, 11, 1, 12 ] }, + "up": { "texture": "#overlay", "uv": [ 1, 5, 2, 4 ] } + } + }, + { + "from": [ 2, 4, 7 ], + "to": [ 14, 6, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 2, 10, 14, 12 ] }, + "north": { "texture": "#overlay", "uv": [ 14, 10, 2, 12 ] } + } + }, + { + "from": [ 14, 4, 7 ], + "to": [ 15, 9, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 14, 7, 15, 12 ] }, + "north": { "texture": "#overlay", "uv": [ 15, 7, 14, 12 ] }, + "east": { "texture": "#overlay", "uv": [ 14, 7, 14, 12 ] }, + "down": { "texture": "#overlay", "uv": [ 15, 11, 14, 12 ] }, + "up": { "texture": "#overlay", "uv": [ 14, 8, 15, 7 ] } + } + }, + { + "from": [ 2, 6, 7 ], + "to": [ 6, 7, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 2, 9, 6, 10 ] }, + "north": { "texture": "#overlay", "uv": [ 6, 9, 2, 10 ] } + } + }, + { + "from": [ 2, 7, 7 ], + "to": [ 5, 11, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 2, 5, 5, 9 ] }, + "north": { "texture": "#overlay", "uv": [ 5, 5, 2, 9 ] } + } + }, + { + "from": [ 6, 6, 7 ], + "to": [ 10, 7, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 6, 6, 10, 7 ] }, + "north": { "texture": "#overlay", "uv": [ 10, 6, 6, 7 ] } + } + }, + { + "from": [ 5, 7, 7 ], + "to": [ 6, 8, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 3, 3, 4, 4 ] }, + "north": { "texture": "#overlay", "uv": [ 4, 3, 3, 4 ] } + } + }, + { + "from": [ 6, 7, 7 ], + "to": [ 12, 8, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 6, 5, 12, 6 ] }, + "north": { "texture": "#overlay", "uv": [ 12, 5, 6, 6 ] } + } + }, + { + "from": [ 8, 8, 7 ], + "to": [ 14, 9, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 8, 4, 14, 5 ] }, + "north": { "texture": "#overlay", "uv": [ 14, 4, 8, 5 ] } + } + }, + { + "from": [ 10, 9, 7 ], + "to": [ 12, 10, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 10, 3, 12, 4 ] }, + "north": { "texture": "#overlay", "uv": [ 12, 3, 10, 4 ] } + } + }, + { + "from": [ 10, 6, 7 ], + "to": [ 14, 7, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 10, 9, 14, 10 ] }, + "north": { "texture": "#overlay", "uv": [ 14, 9, 10, 10 ] } + } + }, + { + "from": [ 12, 7, 7 ], + "to": [ 14, 8, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 12, 8, 14, 9 ] }, + "north": { "texture": "#overlay", "uv": [ 14, 8, 12, 9 ] } + } + }, + { + "from": [ 2, 11, 7 ], + "to": [ 6, 12, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 2, 4, 6, 5 ] }, + "north": { "texture": "#overlay", "uv": [ 6, 4, 2, 5 ] } + } + }, + { + "from": [ 4, 12, 7 ], + "to": [ 8, 13, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 4, 3, 8, 4 ] }, + "north": { "texture": "#overlay", "uv": [ 8, 3, 4, 4 ] } + } + }, + { + "from": [ 6, 13, 7 ], + "to": [ 10, 14, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 6, 2, 10, 3 ] }, + "north": { "texture": "#overlay", "uv": [ 10, 2, 6, 3 ] } + } + }, + { + "from": [ 2, 12, 7 ], + "to": [ 4, 13, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 2, 3, 4, 4 ] }, + "north": { "texture": "#overlay", "uv": [ 4, 3, 2, 4 ] }, + "west": { "texture": "#overlay", "uv": [ 3, 3, 2, 4 ] }, + "up": { "texture": "#overlay", "uv": [ 2, 4, 4, 3 ] } + } + }, + { + "from": [ 4, 13, 7 ], + "to": [ 6, 14, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 4, 2, 6, 3 ] }, + "north": { "texture": "#overlay", "uv": [ 6, 2, 4, 3 ] }, + "west": { "texture": "#overlay", "uv": [ 5, 2, 4, 3 ] }, + "up": { "texture": "#overlay", "uv": [ 4, 3, 6, 2 ] } + } + }, + { + "from": [ 6, 14, 7 ], + "to": [ 10, 15, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 6, 1, 10, 2 ] }, + "north": { "texture": "#overlay", "uv": [ 10, 1, 6, 2 ] }, + "west": { "texture": "#overlay", "uv": [ 7, 1, 6, 2 ] }, + "east": { "texture": "#overlay", "uv": [ 9, 1, 10, 2 ] }, + "up": { "texture": "#overlay", "uv": [ 6, 2, 10, 1 ] } + } + }, + { + "from": [ 11, 10, 7 ], + "to": [ 12, 11, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 11, 2, 12, 3 ] }, + "north": { "texture": "#overlay", "uv": [ 12, 2, 11, 3 ] }, + "east": { "texture": "#overlay", "uv": [ 12, 2, 11, 3 ] }, + "up": { "texture": "#overlay", "uv": [ 11, 3, 12, 2 ] } + } + }, + { + "from": [ 12, 9, 7 ], + "to": [ 14, 10, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 12, 3, 14, 4 ] }, + "north": { "texture": "#overlay", "uv": [ 14, 3, 12, 4 ] }, + "east": { "texture": "#overlay", "uv": [ 14, 3, 13, 4 ] }, + "up": { "texture": "#overlay", "uv": [ 12, 4, 14, 3 ] } + } + }, + { + "from": [ 10, 11, 7 ], + "to": [ 11, 14, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 14, 4, 15, 7 ] }, + "north": { "texture": "#overlay", "uv": [ 15, 4, 14, 7 ] }, + "east": { "texture": "#overlay", "uv": [ 14, 4, 15, 7 ] }, + "up": { "texture": "#overlay", "uv": [ 14, 5, 15, 4 ] } + } + }, + { + "from": [ 10, 10, 7 ], + "to": [ 11, 11, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 14, 7, 15, 8 ] }, + "north": { "texture": "#overlay", "uv": [ 15, 7, 14, 8 ] } + } + }, + { + "from": [ 6, 8, 7 ], + "to": [ 8, 9, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 4, 2, 6, 3 ] }, + "north": { "texture": "#overlay", "uv": [ 6, 2, 4, 3 ] } + } + }, + { + "from": [ 8, 9, 7 ], + "to": [ 10, 10, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 6, 1, 8, 2 ] }, + "north": { "texture": "#overlay", "uv": [ 8, 1, 6, 2 ] } + } + }, + { + "from": [ 5, 8, 7 ], + "to": [ 6, 11, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 9, 7, 10, 10 ] }, + "north": { "texture": "#overlay", "uv": [ 10, 7, 9, 10 ] } + } + }, + { + "from": [ 6, 9, 7 ], + "to": [ 8, 12, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 10, 6, 12, 9 ] }, + "north": { "texture": "#overlay", "uv": [ 12, 6, 10, 9 ] } + } + }, + { + "from": [ 8, 10, 7 ], + "to": [ 10, 13, 8 ], + "faces": { + "south": { "texture": "#overlay", "uv": [ 12, 5, 14, 8 ] }, + "north": { "texture": "#overlay", "uv": [ 14, 5, 12, 8 ] } + } + } + ] +} diff --git a/assets/minecraft/models/item/block_item_stairs_template.json b/assets/minecraft/models/item/block_item_stairs_template.json new file mode 100644 index 0000000..5aa8796 --- /dev/null +++ b/assets/minecraft/models/item/block_item_stairs_template.json @@ -0,0 +1,307 @@ +{ + "parent": "item/block_item", + "elements": [ + { + "from": [ 6, 1, 7 ], + "to": [ 10, 2, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 14, 10, 15 ] }, + "north": { "texture": "#base", "uv": [ 10, 14, 6, 15 ] }, + "west": { "texture": "#base", "uv": [ 7, 14, 6, 15 ] }, + "east": { "texture": "#base", "uv": [ 9, 14, 10, 15 ] }, + "down": { "texture": "#base", "uv": [ 6, 14, 10, 15 ] } + } + }, + { + "from": [ 4, 2, 7 ], + "to": [ 6, 3, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 13, 6, 14 ] }, + "north": { "texture": "#base", "uv": [ 6, 13, 4, 14 ] }, + "west": { "texture": "#base", "uv": [ 5, 13, 4, 14 ] }, + "down": { "texture": "#base", "uv": [ 4, 13, 6, 14 ] } + } + }, + { + "from": [ 6, 2, 7 ], + "to": [ 10, 3, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 13, 10, 14 ] }, + "north": { "texture": "#base", "uv": [ 10, 13, 6, 14 ] } + } + }, + { + "from": [ 10, 2, 7 ], + "to": [ 12, 3, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 10, 13, 12, 14 ] }, + "north": { "texture": "#base", "uv": [ 12, 13, 10, 14 ] }, + "east": { "texture": "#base", "uv": [ 11, 13, 12, 14 ] }, + "down": { "texture": "#base", "uv": [ 10, 13, 12, 14 ] } + } + }, + { + "from": [ 2, 3, 7 ], + "to": [ 4, 4, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 12, 4, 13 ] }, + "north": { "texture": "#base", "uv": [ 4, 12, 2, 13 ] }, + "west": { "texture": "#base", "uv": [ 3, 12, 2, 13 ] }, + "down": { "texture": "#base", "uv": [ 2, 12, 4, 13 ] } + } + }, + { + "from": [ 4, 3, 7 ], + "to": [ 12, 4, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 12, 12, 13 ] }, + "north": { "texture": "#base", "uv": [ 12, 12, 4, 13 ] } + } + }, + { + "from": [ 12, 3, 7 ], + "to": [ 14, 4, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 12, 12, 14, 13 ] }, + "north": { "texture": "#base", "uv": [ 14, 12, 12, 13 ] }, + "east": { "texture": "#base", "uv": [ 13, 12, 14, 13 ] }, + "down": { "texture": "#base", "uv": [ 12, 12, 14, 13 ] } + } + }, + { + "from": [ 1, 4, 7 ], + "to": [ 2, 12, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 1, 4, 2, 12 ] }, + "north": { "texture": "#base", "uv": [ 2, 4, 1, 12 ] }, + "west": { "texture": "#base", "uv": [ 2, 4, 1, 12 ] }, + "down": { "texture": "#base", "uv": [ 2, 11, 1, 12 ] }, + "up": { "texture": "#base", "uv": [ 1, 5, 2, 4 ] } + } + }, + { + "from": [ 2, 4, 7 ], + "to": [ 14, 6, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 10, 14, 12 ] }, + "north": { "texture": "#base", "uv": [ 14, 10, 2, 12 ] } + } + }, + { + "from": [ 14, 4, 7 ], + "to": [ 15, 9, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 14, 7, 15, 12 ] }, + "north": { "texture": "#base", "uv": [ 15, 7, 14, 12 ] }, + "east": { "texture": "#base", "uv": [ 14, 7, 14, 12 ] }, + "down": { "texture": "#base", "uv": [ 15, 11, 14, 12 ] }, + "up": { "texture": "#base", "uv": [ 14, 8, 15, 7 ] } + } + }, + { + "from": [ 2, 6, 7 ], + "to": [ 6, 7, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 9, 6, 10 ] }, + "north": { "texture": "#base", "uv": [ 6, 9, 2, 10 ] } + } + }, + { + "from": [ 2, 7, 7 ], + "to": [ 5, 11, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 5, 5, 9 ] }, + "north": { "texture": "#base", "uv": [ 5, 5, 2, 9 ] } + } + }, + { + "from": [ 6, 6, 7 ], + "to": [ 10, 7, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 6, 10, 7 ] }, + "north": { "texture": "#base", "uv": [ 10, 6, 6, 7 ] } + } + }, + { + "from": [ 5, 7, 7 ], + "to": [ 6, 8, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 3, 3, 4, 4 ] }, + "north": { "texture": "#base", "uv": [ 4, 3, 3, 4 ] } + } + }, + { + "from": [ 6, 7, 7 ], + "to": [ 12, 8, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 5, 12, 6 ] }, + "north": { "texture": "#base", "uv": [ 12, 5, 6, 6 ] } + } + }, + { + "from": [ 8, 8, 7 ], + "to": [ 14, 9, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 8, 4, 14, 5 ] }, + "north": { "texture": "#base", "uv": [ 14, 4, 8, 5 ] } + } + }, + { + "from": [ 10, 9, 7 ], + "to": [ 12, 10, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 10, 3, 12, 4 ] }, + "north": { "texture": "#base", "uv": [ 12, 3, 10, 4 ] } + } + }, + { + "from": [ 10, 6, 7 ], + "to": [ 14, 7, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 10, 9, 14, 10 ] }, + "north": { "texture": "#base", "uv": [ 14, 9, 10, 10 ] } + } + }, + { + "from": [ 12, 7, 7 ], + "to": [ 14, 8, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 12, 8, 14, 9 ] }, + "north": { "texture": "#base", "uv": [ 14, 8, 12, 9 ] } + } + }, + { + "from": [ 2, 11, 7 ], + "to": [ 6, 12, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 4, 6, 5 ] }, + "north": { "texture": "#base", "uv": [ 6, 4, 2, 5 ] } + } + }, + { + "from": [ 4, 12, 7 ], + "to": [ 8, 13, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 3, 8, 4 ] }, + "north": { "texture": "#base", "uv": [ 8, 3, 4, 4 ] } + } + }, + { + "from": [ 6, 13, 7 ], + "to": [ 10, 14, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 2, 10, 3 ] }, + "north": { "texture": "#base", "uv": [ 10, 2, 6, 3 ] } + } + }, + { + "from": [ 2, 12, 7 ], + "to": [ 4, 13, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 2, 3, 4, 4 ] }, + "north": { "texture": "#base", "uv": [ 4, 3, 2, 4 ] }, + "west": { "texture": "#base", "uv": [ 3, 3, 2, 4 ] }, + "up": { "texture": "#base", "uv": [ 2, 4, 4, 3 ] } + } + }, + { + "from": [ 4, 13, 7 ], + "to": [ 6, 14, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 2, 6, 3 ] }, + "north": { "texture": "#base", "uv": [ 6, 2, 4, 3 ] }, + "west": { "texture": "#base", "uv": [ 5, 2, 4, 3 ] }, + "up": { "texture": "#base", "uv": [ 4, 3, 6, 2 ] } + } + }, + { + "from": [ 6, 14, 7 ], + "to": [ 10, 15, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 1, 10, 2 ] }, + "north": { "texture": "#base", "uv": [ 10, 1, 6, 2 ] }, + "west": { "texture": "#base", "uv": [ 7, 1, 6, 2 ] }, + "east": { "texture": "#base", "uv": [ 9, 1, 10, 2 ] }, + "up": { "texture": "#base", "uv": [ 6, 2, 10, 1 ] } + } + }, + { + "from": [ 11, 10, 7 ], + "to": [ 12, 11, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 11, 2, 12, 3 ] }, + "north": { "texture": "#base", "uv": [ 12, 2, 11, 3 ] }, + "east": { "texture": "#base", "uv": [ 12, 2, 11, 3 ] }, + "up": { "texture": "#base", "uv": [ 11, 3, 12, 2 ] } + } + }, + { + "from": [ 12, 9, 7 ], + "to": [ 14, 10, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 12, 3, 14, 4 ] }, + "north": { "texture": "#base", "uv": [ 14, 3, 12, 4 ] }, + "east": { "texture": "#base", "uv": [ 14, 3, 13, 4 ] }, + "up": { "texture": "#base", "uv": [ 12, 4, 14, 3 ] } + } + }, + { + "from": [ 10, 11, 7 ], + "to": [ 11, 14, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 14, 4, 15, 7 ] }, + "north": { "texture": "#base", "uv": [ 15, 4, 14, 7 ] }, + "east": { "texture": "#base", "uv": [ 14, 4, 15, 7 ] }, + "up": { "texture": "#base", "uv": [ 14, 5, 15, 4 ] } + } + }, + { + "from": [ 10, 10, 7 ], + "to": [ 11, 11, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 14, 7, 15, 8 ] }, + "north": { "texture": "#base", "uv": [ 15, 7, 14, 8 ] } + } + }, + { + "from": [ 6, 8, 7 ], + "to": [ 8, 9, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 4, 2, 6, 3 ] }, + "north": { "texture": "#base", "uv": [ 6, 2, 4, 3 ] } + } + }, + { + "from": [ 8, 9, 7 ], + "to": [ 10, 10, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 6, 1, 8, 2 ] }, + "north": { "texture": "#base", "uv": [ 8, 1, 6, 2 ] } + } + }, + { + "from": [ 5, 8, 7 ], + "to": [ 6, 11, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 9, 7, 10, 10 ] }, + "north": { "texture": "#base", "uv": [ 10, 7, 9, 10 ] } + } + }, + { + "from": [ 6, 9, 7 ], + "to": [ 8, 12, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 10, 6, 12, 9 ] }, + "north": { "texture": "#base", "uv": [ 12, 6, 10, 9 ] } + } + }, + { + "from": [ 8, 10, 7 ], + "to": [ 10, 13, 8 ], + "faces": { + "south": { "texture": "#base", "uv": [ 12, 5, 14, 8 ] }, + "north": { "texture": "#base", "uv": [ 14, 5, 12, 8 ] } + } + } + ] +} diff --git a/assets/minecraft/models/item/brick_stairs.json b/assets/minecraft/models/item/brick_stairs.json new file mode 100644 index 0000000..a4117c4 --- /dev/null +++ b/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/bricks" + } +} diff --git a/assets/minecraft/models/item/cobbled_deepslate_slab.json b/assets/minecraft/models/item/cobbled_deepslate_slab.json new file mode 100644 index 0000000..8c0ba5c --- /dev/null +++ b/assets/minecraft/models/item/cobbled_deepslate_slab.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_slab_template", + "textures": { + "base": "block_item/cobbled_deepslate" + } +} diff --git a/assets/minecraft/models/item/cobbled_deepslate_stairs.json b/assets/minecraft/models/item/cobbled_deepslate_stairs.json new file mode 100644 index 0000000..254207b --- /dev/null +++ b/assets/minecraft/models/item/cobbled_deepslate_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/cobbled_deepslate" + } +} diff --git a/assets/minecraft/models/item/cobblestone_stairs.json b/assets/minecraft/models/item/cobblestone_stairs.json new file mode 100644 index 0000000..d79a06e --- /dev/null +++ b/assets/minecraft/models/item/cobblestone_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/cobblestone" + } +} diff --git a/assets/minecraft/models/item/crimson_stairs.json b/assets/minecraft/models/item/crimson_stairs.json new file mode 100644 index 0000000..e748565 --- /dev/null +++ b/assets/minecraft/models/item/crimson_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/crimson_planks" + } +} diff --git a/assets/minecraft/models/item/cut_copper_stairs.json b/assets/minecraft/models/item/cut_copper_stairs.json new file mode 100644 index 0000000..b3fff5b --- /dev/null +++ b/assets/minecraft/models/item/cut_copper_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/cut_copper" + } +} diff --git a/assets/minecraft/models/item/dark_oak_stairs.json b/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100644 index 0000000..29e70ab --- /dev/null +++ b/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/dark_oak_planks" + } +} diff --git a/assets/minecraft/models/item/deepslate_brick_stairs.json b/assets/minecraft/models/item/deepslate_brick_stairs.json new file mode 100644 index 0000000..6e2e113 --- /dev/null +++ b/assets/minecraft/models/item/deepslate_brick_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/deepslate_bricks" + } +} diff --git a/assets/minecraft/models/item/diorite_stairs.json b/assets/minecraft/models/item/diorite_stairs.json new file mode 100644 index 0000000..a2ccdb3 --- /dev/null +++ b/assets/minecraft/models/item/diorite_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/diorite" + } +} diff --git a/assets/minecraft/models/item/exposed_cut_copper_stairs.json b/assets/minecraft/models/item/exposed_cut_copper_stairs.json new file mode 100644 index 0000000..fe41caa --- /dev/null +++ b/assets/minecraft/models/item/exposed_cut_copper_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/exposed_cut_copper" + } +} diff --git a/assets/minecraft/models/item/granite_stairs.json b/assets/minecraft/models/item/granite_stairs.json new file mode 100644 index 0000000..36ef996 --- /dev/null +++ b/assets/minecraft/models/item/granite_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/granite" + } +} diff --git a/assets/minecraft/models/item/jungle_stairs.json b/assets/minecraft/models/item/jungle_stairs.json new file mode 100644 index 0000000..d80c688 --- /dev/null +++ b/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/jungle_planks" + } +} diff --git a/assets/minecraft/models/item/mossy_cobblestone_stairs.json b/assets/minecraft/models/item/mossy_cobblestone_stairs.json new file mode 100644 index 0000000..f02e6ae --- /dev/null +++ b/assets/minecraft/models/item/mossy_cobblestone_stairs.json @@ -0,0 +1,7 @@ +{ + "parent": "item/block_item_stairs_overlay_template", + "textures": { + "base": "block_item/cobblestone", + "overlay": "block_item/mossy_cobblestone_overlay" + } +} diff --git a/assets/minecraft/models/item/mossy_stone_brick_stairs.json b/assets/minecraft/models/item/mossy_stone_brick_stairs.json new file mode 100644 index 0000000..beb2119 --- /dev/null +++ b/assets/minecraft/models/item/mossy_stone_brick_stairs.json @@ -0,0 +1,7 @@ +{ + "parent": "item/block_item_stairs_overlay_template", + "textures": { + "base": "block_item/stone_bricks", + "overlay": "block_item/mossy_stone_brick_overlay" + } +} diff --git a/assets/minecraft/models/item/oak_stairs.json b/assets/minecraft/models/item/oak_stairs.json new file mode 100644 index 0000000..e728fb4 --- /dev/null +++ b/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/oak_planks" + } +} diff --git a/assets/minecraft/models/item/oxidized_cut_copper_stairs.json b/assets/minecraft/models/item/oxidized_cut_copper_stairs.json new file mode 100644 index 0000000..2d6e0f4 --- /dev/null +++ b/assets/minecraft/models/item/oxidized_cut_copper_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/oxidized_cut_copper" + } +} diff --git a/assets/minecraft/models/item/polished_andesite_stairs.json b/assets/minecraft/models/item/polished_andesite_stairs.json new file mode 100644 index 0000000..79fb957 --- /dev/null +++ b/assets/minecraft/models/item/polished_andesite_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/polished_andesite" + } +} diff --git a/assets/minecraft/models/item/polished_blackstone_brick_stairs.json b/assets/minecraft/models/item/polished_blackstone_brick_stairs.json new file mode 100644 index 0000000..b7b80c4 --- /dev/null +++ b/assets/minecraft/models/item/polished_blackstone_brick_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/polished_blackstone_bricks" + } +} diff --git a/assets/minecraft/models/item/polished_blackstone_stairs.json b/assets/minecraft/models/item/polished_blackstone_stairs.json new file mode 100644 index 0000000..8fdc5e9 --- /dev/null +++ b/assets/minecraft/models/item/polished_blackstone_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/polished_blackstone" + } +} diff --git a/assets/minecraft/models/item/polished_deepslate_stairs.json b/assets/minecraft/models/item/polished_deepslate_stairs.json new file mode 100644 index 0000000..f47b568 --- /dev/null +++ b/assets/minecraft/models/item/polished_deepslate_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/polished_deepslate" + } +} diff --git a/assets/minecraft/models/item/polished_diorite_stairs.json b/assets/minecraft/models/item/polished_diorite_stairs.json new file mode 100644 index 0000000..3d3d7b6 --- /dev/null +++ b/assets/minecraft/models/item/polished_diorite_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/polished_diorite" + } +} diff --git a/assets/minecraft/models/item/polished_granite_stairs.json b/assets/minecraft/models/item/polished_granite_stairs.json new file mode 100644 index 0000000..422aaa8 --- /dev/null +++ b/assets/minecraft/models/item/polished_granite_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/polished_granite" + } +} diff --git a/assets/minecraft/models/item/prismarine_stairs.json b/assets/minecraft/models/item/prismarine_stairs.json new file mode 100644 index 0000000..f5561d0 --- /dev/null +++ b/assets/minecraft/models/item/prismarine_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/prismarine" + } +} diff --git a/assets/minecraft/models/item/red_sandstone_stairs.json b/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100644 index 0000000..01dbc43 --- /dev/null +++ b/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/red_sandstone" + } +} diff --git a/assets/minecraft/models/item/sandstone_stairs.json b/assets/minecraft/models/item/sandstone_stairs.json new file mode 100644 index 0000000..771aecd --- /dev/null +++ b/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/sandstone" + } +} diff --git a/assets/minecraft/models/item/smooth_red_sandstone_stairs.json b/assets/minecraft/models/item/smooth_red_sandstone_stairs.json new file mode 100644 index 0000000..e9c7de0 --- /dev/null +++ b/assets/minecraft/models/item/smooth_red_sandstone_stairs.json @@ -0,0 +1,7 @@ +{ + "parent": "item/block_item_stairs_overlay_template", + "textures": { + "base": "block_item/red_sandstone", + "overlay": "block_item/smooth_red_sandstone_overlay" + } +} diff --git a/assets/minecraft/models/item/smooth_sandstone_stairs.json b/assets/minecraft/models/item/smooth_sandstone_stairs.json new file mode 100644 index 0000000..29fc649 --- /dev/null +++ b/assets/minecraft/models/item/smooth_sandstone_stairs.json @@ -0,0 +1,7 @@ +{ + "parent": "item/block_item_stairs_overlay_template", + "textures": { + "base": "block_item/sandstone", + "overlay": "block_item/smooth_sandstone_overlay" + } +} diff --git a/assets/minecraft/models/item/spruce_stairs.json b/assets/minecraft/models/item/spruce_stairs.json new file mode 100644 index 0000000..36e0179 --- /dev/null +++ b/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/spruce_planks" + } +} diff --git a/assets/minecraft/models/item/stone_brick_stairs.json b/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100644 index 0000000..ac6e3d3 --- /dev/null +++ b/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/stone_bricks" + } +} diff --git a/assets/minecraft/models/item/stone_stairs.json b/assets/minecraft/models/item/stone_stairs.json new file mode 100644 index 0000000..1bd1b44 --- /dev/null +++ b/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/stone" + } +} diff --git a/assets/minecraft/models/item/warped_stairs.json b/assets/minecraft/models/item/warped_stairs.json new file mode 100644 index 0000000..a5b07f9 --- /dev/null +++ b/assets/minecraft/models/item/warped_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/warped_planks" + } +} diff --git a/assets/minecraft/models/item/waxed_cut_copper_stairs.json b/assets/minecraft/models/item/waxed_cut_copper_stairs.json new file mode 100644 index 0000000..2b681b0 --- /dev/null +++ b/assets/minecraft/models/item/waxed_cut_copper_stairs.json @@ -0,0 +1,7 @@ +{ + "parent": "item/block_item_stairs_overlay_template", + "textures": { + "base": "block_item/cut_copper", + "overlay": "block_item/waxed_copper_overlay" + } +} diff --git a/assets/minecraft/models/item/waxed_exposed_cut_copper_stairs.json b/assets/minecraft/models/item/waxed_exposed_cut_copper_stairs.json new file mode 100644 index 0000000..e125325 --- /dev/null +++ b/assets/minecraft/models/item/waxed_exposed_cut_copper_stairs.json @@ -0,0 +1,7 @@ +{ + "parent": "item/block_item_stairs_overlay_template", + "textures": { + "base": "block_item/exposed_cut_copper", + "overlay": "block_item/waxed_copper_overlay" + } +} diff --git a/assets/minecraft/models/item/waxed_weathered_cut_copper_stairs.json b/assets/minecraft/models/item/waxed_weathered_cut_copper_stairs.json new file mode 100644 index 0000000..0d63d0f --- /dev/null +++ b/assets/minecraft/models/item/waxed_weathered_cut_copper_stairs.json @@ -0,0 +1,7 @@ +{ + "parent": "item/block_item_stairs_overlay_template", + "textures": { + "base": "block_item/weathered_cut_copper", + "overlay": "block_item/waxed_weathered_copper_overlay" + } +} diff --git a/assets/minecraft/models/item/weathered_cut_copper_stairs.json b/assets/minecraft/models/item/weathered_cut_copper_stairs.json new file mode 100644 index 0000000..ef0f5a8 --- /dev/null +++ b/assets/minecraft/models/item/weathered_cut_copper_stairs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/block_item_stairs_template", + "textures": { + "base": "block_item/weathered_cut_copper" + } +} diff --git a/assets/minecraft/textures/block_item/cut_copper.png b/assets/minecraft/textures/block_item/cut_copper.png index 4672097..a1ec497 100644 Binary files a/assets/minecraft/textures/block_item/cut_copper.png and b/assets/minecraft/textures/block_item/cut_copper.png differ diff --git a/assets/minecraft/textures/block_item/oak_planks.png b/assets/minecraft/textures/block_item/oak_planks.png index e32e9b3..9ff5db9 100644 Binary files a/assets/minecraft/textures/block_item/oak_planks.png and b/assets/minecraft/textures/block_item/oak_planks.png differ diff --git a/assets/minecraft/textures/item/iron_door.png b/assets/minecraft/textures/item/iron_door.png deleted file mode 100644 index ce2883e..0000000 Binary files a/assets/minecraft/textures/item/iron_door.png and /dev/null differ