Alloy furnace - Appearance

+ No longer requires a support
This commit is contained in:
Emmanuel BENOîT 2016-06-19 18:20:32 +02:00
parent 88676c015e
commit 7486815f7b
13 changed files with 168 additions and 12 deletions
src/resources/assets/mmm
blockstates/tech/base/alloy_furnace
models
block/tech/base
item/tech/base
textures/blocks/tech/base/alloy_furnace

View file

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "mmm:tech/base/alloy_furnace/active" },
"facing=east": { "model": "mmm:tech/base/alloy_furnace/active", "y": 90 },
"facing=south": { "model": "mmm:tech/base/alloy_furnace/active", "y": 180 },
"facing=west": { "model": "mmm:tech/base/alloy_furnace/active", "y": 270 }
}
}

View file

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "mmm:tech/base/alloy_furnace/inactive" },
"facing=east": { "model": "mmm:tech/base/alloy_furnace/inactive", "y": 90 },
"facing=south": { "model": "mmm:tech/base/alloy_furnace/inactive", "y": 180 },
"facing=west": { "model": "mmm:tech/base/alloy_furnace/inactive", "y": 270 }
}
}

View file

@ -0,0 +1,72 @@
{
"textures":
{
"side": "mmm:blocks/tech/base/alloy_furnace/side",
"bottom": "mmm:blocks/tech/base/alloy_furnace/bottom",
"particle": "minecraft:blocks/brick"
},
"elements":
[
{
"from": [0, 0, 0] ,
"to": [16, 10, 16] ,
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#front", "cullface": "north" } ,
"south": { "texture": "#side", "cullface": "south" } ,
"east": { "texture": "#side", "cullface": "east" } ,
"west": { "texture": "#side", "cullface": "west" }
}
} ,
{
"from": [4, 10, 4],
"to": [5, 16, 12],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#front" } ,
"south": { "texture": "#side" } ,
"east": { "texture": "#side" } ,
"west": { "texture": "#side" }
}
} ,
{
"from": [11, 10, 4],
"to": [12, 16, 12],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#front" } ,
"south": { "texture": "#side" } ,
"east": { "texture": "#side" } ,
"west": { "texture": "#side" }
}
} ,
{
"from": [5, 10, 4],
"to": [11, 16, 5],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#front" } ,
"south": { "texture": "#side" }
}
} ,
{
"from": [5, 10, 11],
"to": [11, 16, 12],
"faces": {
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#front" } ,
"south": { "texture": "#side" }
}
} ,
{
"from": [5, 15, 5] ,
"to": [11, 15, 11] ,
"faces": {
"up": { "texture": "#top", "cullface": "up" }
}
}
]
}

View file

@ -0,0 +1,8 @@
{
"parent": "mmm:block/tech/base/alloy_furnace",
"textures":
{
"top": "mmm:blocks/tech/base/alloy_furnace/active/top",
"front": "mmm:blocks/tech/base/alloy_furnace/active/front"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "mmm:block/tech/base/alloy_furnace",
"textures":
{
"top": "mmm:blocks/tech/base/alloy_furnace/inactive/top",
"front": "mmm:blocks/tech/base/alloy_furnace/inactive/front"
}
}

View file

@ -0,0 +1,25 @@
{
"parent": "mmm:block/tech/base/alloy_furnace/inactive",
"display": {
"thirdperson_righthand": {
"rotation": [ 10, -45, 10 ],
"translation": [ 0, 1.5, -1.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 10, -45, 10 ],
"translation": [ 0, 1.5, -1.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 1, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
}
}
}

Binary file not shown.

After

(image error) Size: 642 B

Binary file not shown.

After

(image error) Size: 552 B

Binary file not shown.

After

(image error) Size: 577 B

Binary file not shown.

After

(image error) Size: 646 B

Binary file not shown.

After

(image error) Size: 547 B

Binary file not shown.

After

(image error) Size: 625 B