mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added pocket block
This commit is contained in:
parent
6cd2dea689
commit
14b2e44abb
5 changed files with 24 additions and 1 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "nec:block/pocket_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "nec:block/pocket_block"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "nec:block/pocket_block"
|
||||
}
|
BIN
src/main/resources/assets/nec/textures/block/pocket_block.png
Normal file
BIN
src/main/resources/assets/nec/textures/block/pocket_block.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 KiB |
Loading…
Add table
Add a link
Reference in a new issue