1
0
Fork 0
mirror of https://github.com/Athemis/PixelPerfectionCE.git synced 2025-05-05 03:09:13 +00:00

Initial commit

This commit is contained in:
Alexander Minges 2020-05-15 16:17:25 +02:00
commit acbdb5612a
2402 changed files with 15870 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/oak_planks1",
"top": "block/oak_planks1",
"side": "block/oak_planks1"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/oak_planks2",
"top": "block/oak_planks2",
"side": "block/oak_planks2"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/oak_planks1",
"top": "block/oak_planks1",
"side": "block/oak_planks1"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/oak_planks2",
"top": "block/oak_planks2",
"side": "block/oak_planks2"
}
}