mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-08 12:49:13 +00:00
Initial commit
This commit is contained in:
commit
acbdb5612a
2402 changed files with 15870 additions and 0 deletions
6
assets/minecraft/models/block/stone_bricks/1.json
Normal file
6
assets/minecraft/models/block/stone_bricks/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/stone_bricks1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/stone_bricks/2.json
Normal file
6
assets/minecraft/models/block/stone_bricks/2.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/stone_bricks2"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/stone_bricks/3.json
Normal file
6
assets/minecraft/models/block/stone_bricks/3.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/stone_bricks3"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/stone_bricks/4.json
Normal file
6
assets/minecraft/models/block/stone_bricks/4.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/stone_bricks4"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/slab/l1.json
Normal file
8
assets/minecraft/models/block/stone_bricks/slab/l1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks1",
|
||||
"top": "block/stone_bricks1",
|
||||
"side": "block/stone_bricks1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/slab/l2.json
Normal file
8
assets/minecraft/models/block/stone_bricks/slab/l2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks2",
|
||||
"top": "block/stone_bricks2",
|
||||
"side": "block/stone_bricks2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/slab/l3.json
Normal file
8
assets/minecraft/models/block/stone_bricks/slab/l3.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks3",
|
||||
"top": "block/stone_bricks3",
|
||||
"side": "block/stone_bricks3"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/slab/l4.json
Normal file
8
assets/minecraft/models/block/stone_bricks/slab/l4.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks4",
|
||||
"top": "block/stone_bricks4",
|
||||
"side": "block/stone_bricks4"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/slab/u1.json
Normal file
8
assets/minecraft/models/block/stone_bricks/slab/u1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks1",
|
||||
"top": "block/stone_bricks1",
|
||||
"side": "block/stone_bricks1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/slab/u2.json
Normal file
8
assets/minecraft/models/block/stone_bricks/slab/u2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks2",
|
||||
"top": "block/stone_bricks2",
|
||||
"side": "block/stone_bricks2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/slab/u3.json
Normal file
8
assets/minecraft/models/block/stone_bricks/slab/u3.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks3",
|
||||
"top": "block/stone_bricks3",
|
||||
"side": "block/stone_bricks3"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/slab/u4.json
Normal file
8
assets/minecraft/models/block/stone_bricks/slab/u4.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks4",
|
||||
"top": "block/stone_bricks4",
|
||||
"side": "block/stone_bricks4"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/stairs/1.json
Normal file
8
assets/minecraft/models/block/stone_bricks/stairs/1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks1",
|
||||
"top": "block/stone_bricks1",
|
||||
"side": "block/stone_bricks1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/stairs/2.json
Normal file
8
assets/minecraft/models/block/stone_bricks/stairs/2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks2",
|
||||
"top": "block/stone_bricks2",
|
||||
"side": "block/stone_bricks2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/stairs/3.json
Normal file
8
assets/minecraft/models/block/stone_bricks/stairs/3.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks3",
|
||||
"top": "block/stone_bricks3",
|
||||
"side": "block/stone_bricks3"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/stone_bricks/stairs/4.json
Normal file
8
assets/minecraft/models/block/stone_bricks/stairs/4.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks4",
|
||||
"top": "block/stone_bricks4",
|
||||
"side": "block/stone_bricks4"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks1",
|
||||
"top": "block/stone_bricks1",
|
||||
"side": "block/stone_bricks1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks2",
|
||||
"top": "block/stone_bricks2",
|
||||
"side": "block/stone_bricks2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks3",
|
||||
"top": "block/stone_bricks3",
|
||||
"side": "block/stone_bricks3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks4",
|
||||
"top": "block/stone_bricks4",
|
||||
"side": "block/stone_bricks4"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks1",
|
||||
"top": "block/stone_bricks1",
|
||||
"side": "block/stone_bricks1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks2",
|
||||
"top": "block/stone_bricks2",
|
||||
"side": "block/stone_bricks2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks3",
|
||||
"top": "block/stone_bricks3",
|
||||
"side": "block/stone_bricks3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/stone_bricks4",
|
||||
"top": "block/stone_bricks4",
|
||||
"side": "block/stone_bricks4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue