Throne - Textures and models for oak variant

This commit is contained in:
Emmanuel BENOîT 2016-07-05 11:07:04 +02:00
parent cab22724ea
commit 805f041a4a
9 changed files with 331 additions and 0 deletions
src/resources/assets/mmm
blockstates/deco/throne
models/block/deco/throne
textures/blocks/deco/throne/oak

View file

@ -0,0 +1,53 @@
{
"forge_marker": 1 ,
"defaults" : {
"textures": {
"wood": "mmm:blocks/deco/throne/oak/wood"
}
} ,
"variants" : {
"is_top" : {
"true" : {
"model": "mmm:deco/throne/top" ,
"textures" : {
"front" : "mmm:blocks/deco/throne/oak/front-top"
}
} ,
"false" : {
"model": "mmm:deco/throne/bottom" ,
"textures" : {
"front" : "mmm:blocks/deco/throne/oak/front-bottom" ,
"top" : "mmm:blocks/deco/throne/oak/bottom"
}
}
} ,
"facing" : {
"north" : { "y": 0 } ,
"east" : { "y": 90 } ,
"south" : { "y": 180 } ,
"west" : { "y": 270 }
} ,
"color" : {
"black" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_black" } } ,
"blue" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_blue" } } ,
"brown" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_brown" } } ,
"cyan" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_cyan" } } ,
"gray" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_gray" } } ,
"green" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_green" } } ,
"light_blue" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_light_blue" } } ,
"lime" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_lime" } } ,
"magenta" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_magenta" } } ,
"orange" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_orange" } } ,
"pink" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_pink" } } ,
"purple" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_purple" } } ,
"red" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_red" } } ,
"silver" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_silver" } } ,
"white" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_white" } } ,
"yellow" : { "textures" : { "wool" : "minecraft:blocks/wool_colored_yellow" } }
}
}
}

View file

@ -0,0 +1,145 @@
{
"textures" : {
"particle" : "#wood" ,
"front" : "#front" ,
"wool" : "#wool"
},
"elements":
[
{
"from": [ 0, 5, 0 ] ,
"to": [ 16 , 16, 2 ] ,
"faces": {
"north": { "texture": "#wood" , "cullface": "north" } ,
"south": { "texture": "#front" } ,
"east": { "texture": "#wood" , "cullface": "east" } ,
"west": { "texture": "#wood" , "cullface": "west" }
}
} ,
{
"from": [ 0, 9, 2 ] ,
"to": [ 3 , 11, 16 ] ,
"faces": {
"south": { "texture": "#front" , "cullface": "south" } ,
"down": { "texture": "#wood" } ,
"up": { "texture": "#top" } ,
"east": { "texture": "#wood" } ,
"west": { "texture": "#wood" , "cullface": "west" }
}
} ,
{
"from": [ 13, 9, 2 ] ,
"to": [ 16 , 11, 16 ] ,
"faces": {
"south": { "texture": "#front" , "cullface": "south" } ,
"down": { "texture": "#wood" } ,
"up": { "texture": "#top" } ,
"east": { "texture": "#wood" , "cullface": "east" } ,
"west": { "texture": "#wood" }
}
} ,
{
"from": [ 3, 3, 2 ] ,
"to": [ 13 , 5, 15 ] ,
"faces": {
"south": { "texture": "#wood" } ,
"down": { "texture": "#wood" } ,
"up": { "texture": "#top" }
}
} ,
{
"from": [ 0, 3, 2 ] ,
"to": [ 3 , 5, 16 ] ,
"faces": {
"south": { "texture": "#wood" , "cullface": "south" } ,
"down": { "texture": "#wood" } ,
"up": { "texture": "#wood" } ,
"east": { "texture": "#wood" } ,
"west": { "texture": "#wood" , "cullface": "west" }
}
} ,
{
"from": [ 13, 3, 2 ] ,
"to": [ 16 , 5, 16 ] ,
"faces": {
"south": { "texture": "#wood" , "cullface": "south" } ,
"down": { "texture": "#wood" } ,
"up": { "texture": "#wood" } ,
"east": { "texture": "#wood" , "cullface": "east" } ,
"west": { "texture": "#wood" }
}
} ,
{
"from": [ 3, 3 , 15 ] ,
"to": [ 13 , 4 , 16 ] ,
"faces": {
"south": { "texture": "#wood" , "cullface": "south" } ,
"down": { "texture": "#wood" } ,
"up": { "texture": "#wood" }
}
} ,
{
"from": [ 0, 0 , 0 ] ,
"to": [ 16 , 5 , 3 ] ,
"faces": {
"north": { "texture": "#wood" , "cullface": "north" } ,
"south": { "texture": "#wood" } ,
"down": { "texture": "#wood" , "cullface": "down" } ,
"east": { "texture": "#wood" , "cullface": "east" } ,
"west": { "texture": "#wood" , "cullface": "west" }
}
} ,
{
"from": [ 0, 0 , 13 ] ,
"to": [ 2 , 9 , 15 ] ,
"faces": {
"north": { "texture": "#wood" } ,
"south": { "texture": "#wood" } ,
"east": { "texture": "#wood" } ,
"west": { "texture": "#wood" , "cullface": "west" }
}
} ,
{
"from": [ 14, 0 , 13 ] ,
"to": [ 16 , 9 , 15 ] ,
"faces": {
"north": { "texture": "#wood" } ,
"south": { "texture": "#wood" } ,
"east": { "texture": "#wood" , "cullface": "east" } ,
"west": { "texture": "#wood" }
}
} ,
{
"from": [ 5, 5, 2 ] ,
"to": [ 11 , 16 , 3 ] ,
"faces" : {
"south": { "texture": "#wool" } ,
"east": { "texture": "#wool" } ,
"west": { "texture": "#wool" }
}
} ,
{
"from": [ 5, 5, 3 ] ,
"to": [ 11 , 6 , 11 ] ,
"faces" : {
"up": { "texture": "#wool" } ,
"south": { "texture": "#wool" } ,
"east": { "texture": "#wool" } ,
"west": { "texture": "#wool" }
}
} ,
{
"from": [ 6, 5, 11 ] ,
"to": [ 10 , 6 , 12 ] ,
"faces" : {
"up": { "texture": "#wool" } ,
"south": { "texture": "#wool" } ,
"east": { "texture": "#wool" } ,
"west": { "texture": "#wool" }
}
}
]
}

View file

@ -0,0 +1,77 @@
{
"textures" : {
"particle" : "#wood" ,
"front" : "#front" ,
"wool" : "#wool"
},
"elements":
[
{
"from": [ 0, 0, 0 ] ,
"to": [ 16 , 8, 2 ] ,
"faces": {
"north": { "texture": "#wood" , "cullface": "north" } ,
"south": { "texture": "#front" } ,
"up": { "texture": "#wood" } ,
"east": { "texture": "#wood" , "cullface": "east" } ,
"west": { "texture": "#wood" , "cullface": "west" }
}
} ,
{
"from": [ 1, 8, 0 ] ,
"to": [ 15 , 10, 2 ] ,
"faces": {
"north": { "texture": "#wood" , "cullface": "north" } ,
"south": { "texture": "#front" } ,
"up": { "texture": "#wood" } ,
"east": { "texture": "#wood" } ,
"west": { "texture": "#wood" }
}
} ,
{
"from": [ 2, 10, 0 ] ,
"to": [ 14 , 11, 2 ] ,
"faces": {
"north": { "texture": "#wood" , "cullface": "north" } ,
"south": { "texture": "#front" } ,
"up": { "texture": "#wood" } ,
"east": { "texture": "#wood" } ,
"west": { "texture": "#wood" }
}
} ,
{
"from": [ 3, 11, 0 ] ,
"to": [ 13 , 12, 2 ] ,
"faces": {
"north": { "texture": "#wood" , "cullface": "north" } ,
"south": { "texture": "#front" } ,
"up": { "texture": "#wood" } ,
"east": { "texture": "#wood" } ,
"west": { "texture": "#wood" }
}
} ,
{
"from": [ 5, 12, 0 ] ,
"to": [ 11 , 13, 2 ] ,
"faces": {
"north": { "texture": "#wood" , "cullface": "north" } ,
"south": { "texture": "#front" } ,
"up": { "texture": "#wood" } ,
"east": { "texture": "#wood" } ,
"west": { "texture": "#wood" }
}
} ,
{
"from": [ 5, 0, 2 ] ,
"to": [ 11 , 6 , 3 ] ,
"faces" : {
"south": { "texture": "#wool" } ,
"up": { "texture": "#wool" } ,
"east": { "texture": "#wool" } ,
"west": { "texture": "#wool" }
}
}
]
}

Binary file not shown.

After

(image error) Size: 637 B

Binary file not shown.

After

(image error) Size: 621 B

Binary file not shown.

After

(image error) Size: 656 B

Binary file not shown.

After

(image error) Size: 595 B