Added a Test Sign
This commit is contained in:
parent
f38d1e9dde
commit
3b7e5c0a3e
7 changed files with 87 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "bclib:block/empty_test"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "bclib:block/test_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "bclib:item/test_wood"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/bclib/textures/block/test_planks.png
Normal file
BIN
src/main/resources/assets/bclib/textures/block/test_planks.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 437 B |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
src/main/resources/assets/bclib/textures/item/test_wood.png
Normal file
BIN
src/main/resources/assets/bclib/textures/item/test_wood.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 B |
Loading…
Add table
Add a link
Reference in a new issue