Workbench block

This commit is contained in:
Emmanuel BENOîT 2016-07-13 12:39:40 +02:00
parent afe308f2ba
commit ac0c7be5f0
8 changed files with 116 additions and 1 deletions
src/resources/assets/mmm
blockstates/tech/base
models
block/tech/base
item/tech/base
textures/blocks/tech/base

View file

@ -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 }
}
}

View file

@ -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"
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "mmm:block/tech/base/workbench"
}

Binary file not shown.

After

(image error) Size: 411 B