mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-10 05:39:14 +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/leaves/acacia/1.json
Normal file
6
assets/minecraft/models/block/leaves/acacia/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/leaves",
|
||||
"textures": {
|
||||
"all": "block/acacia_leaves1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/leaves/birch/1.json
Normal file
6
assets/minecraft/models/block/leaves/birch/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/untinted_leaves",
|
||||
"textures": {
|
||||
"all": "block/birch_leaves1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/leaves/dark_oak/1.json
Normal file
6
assets/minecraft/models/block/leaves/dark_oak/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/untinted_leaves",
|
||||
"textures": {
|
||||
"all": "block/dark_oak_leaves1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/leaves/jungle/1.json
Normal file
6
assets/minecraft/models/block/leaves/jungle/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/leaves",
|
||||
"textures": {
|
||||
"all": "block/jungle_leaves1"
|
||||
}
|
||||
}
|
7
assets/minecraft/models/block/leaves/oak/1.json
Normal file
7
assets/minecraft/models/block/leaves/oak/1.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/leaves",
|
||||
"textures": {
|
||||
"all": "block/oak_leaves1"
|
||||
}
|
||||
}
|
||||
|
6
assets/minecraft/models/block/leaves/spruce/1.json
Normal file
6
assets/minecraft/models/block/leaves/spruce/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/leaves",
|
||||
"textures": {
|
||||
"all": "block/spruce_leaves1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue