Workbench block
This commit is contained in:
parent
afe308f2ba
commit
ac0c7be5f0
8 changed files with 116 additions and 1 deletions
src/resources/assets/mmm
blockstates/tech/base
models
textures/blocks/tech/base
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "mmm:tech/base/workbench" } ,
|
||||
"facing=east": { "model": "mmm:tech/base/workbench" , "y": 90 } ,
|
||||
"facing=south": { "model": "mmm:tech/base/workbench" , "y": 180 } ,
|
||||
"facing=west": { "model": "mmm:tech/base/workbench" , "y": 270 }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures":
|
||||
{
|
||||
"particle": "mmm:blocks/tech/base/workbench",
|
||||
"down": "minecraft:blocks/planks_oak",
|
||||
"up": "minecraft:blocks/crafting_table_top",
|
||||
"north": "mmm:blocks/tech/base/workbench",
|
||||
"west": "minecraft:blocks/crafting_table_front",
|
||||
"east": "minecraft:blocks/crafting_table_side",
|
||||
"south": "minecraft:blocks/crafting_table_side"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "mmm:block/tech/base/workbench"
|
||||
}
|
BIN
src/resources/assets/mmm/textures/blocks/tech/base/workbench.png
Normal file
BIN
src/resources/assets/mmm/textures/blocks/tech/base/workbench.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 411 B |
Reference in a new issue