Light plate - Graphics
This commit is contained in:
parent
116757a619
commit
70d2753a3b
9 changed files with 120 additions and 0 deletions
BIN
graphics/light-plate.xcf
Normal file
BIN
graphics/light-plate.xcf
Normal file
Binary file not shown.
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1 ,
|
||||||
|
"defaults" : {
|
||||||
|
"model": "mmm:deco/light/plate" ,
|
||||||
|
"textures": {
|
||||||
|
"plate": "mmm:blocks/deco/light/plate/lit"
|
||||||
|
}
|
||||||
|
} ,
|
||||||
|
|
||||||
|
"variants" : {
|
||||||
|
|
||||||
|
"facing" : {
|
||||||
|
"north" : { "y": 0 } ,
|
||||||
|
"east" : { "y": 90 } ,
|
||||||
|
"south" : { "y": 180 } ,
|
||||||
|
"west" : { "y": 270 } ,
|
||||||
|
"up" : { "x": 270 } ,
|
||||||
|
"down" : { "x" : 90 }
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"forge_marker": 1 ,
|
||||||
|
"defaults" : {
|
||||||
|
"model": "mmm:deco/light/plate" ,
|
||||||
|
"textures": {
|
||||||
|
"plate": "mmm:blocks/deco/light/plate/unlit"
|
||||||
|
}
|
||||||
|
} ,
|
||||||
|
|
||||||
|
"variants" : {
|
||||||
|
|
||||||
|
"facing" : {
|
||||||
|
"north" : { "y": 0 } ,
|
||||||
|
"east" : { "y": 90 } ,
|
||||||
|
"south" : { "y": 180 } ,
|
||||||
|
"west" : { "y": 270 } ,
|
||||||
|
"up" : { "x": 270 } ,
|
||||||
|
"down" : { "x" : 90 }
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
|
@ -322,3 +322,6 @@ tile.mmm.deco.throne.hevea.red.name=Hevea Throne (Red)
|
||||||
tile.mmm.deco.throne.hevea.silver.name=Hevea Throne (Silver)
|
tile.mmm.deco.throne.hevea.silver.name=Hevea Throne (Silver)
|
||||||
tile.mmm.deco.throne.hevea.white.name=Hevea Throne (White)
|
tile.mmm.deco.throne.hevea.white.name=Hevea Throne (White)
|
||||||
tile.mmm.deco.throne.hevea.yellow.name=Hevea Throne (Yellow)
|
tile.mmm.deco.throne.hevea.yellow.name=Hevea Throne (Yellow)
|
||||||
|
|
||||||
|
tile.mmm.deco.light.plate.lit.name=Spot Light
|
||||||
|
tile.mmm.deco.light.button.unlit.name=Button With Indicator Light
|
||||||
|
|
44
src/resources/assets/mmm/models/block/deco/light/plate.json
Normal file
44
src/resources/assets/mmm/models/block/deco/light/plate.json
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
{
|
||||||
|
"textures" : {
|
||||||
|
"particle" : "#plate" ,
|
||||||
|
"plate": "#plate" ,
|
||||||
|
"side": "mmm:blocks/deco/light/plate/sides"
|
||||||
|
} ,
|
||||||
|
|
||||||
|
"elements" : [
|
||||||
|
{
|
||||||
|
"from": [ 3, 1, 15 ],
|
||||||
|
"to": [ 13, 15, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "texture": "#side" },
|
||||||
|
"up": { "texture": "#side" },
|
||||||
|
"north": { "texture": "#plate" },
|
||||||
|
"south": { "texture": "#side" , "cullface" : "south" },
|
||||||
|
"west": { "texture": "#side" },
|
||||||
|
"east": { "texture": "#side" }
|
||||||
|
}
|
||||||
|
} ,
|
||||||
|
{
|
||||||
|
"from": [ 1, 3, 15 ],
|
||||||
|
"to": [ 3, 13, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "texture": "#side" },
|
||||||
|
"up": { "texture": "#side" },
|
||||||
|
"north": { "texture": "#plate" },
|
||||||
|
"south": { "texture": "#side" , "cullface" : "south" },
|
||||||
|
"east": { "texture": "#side" }
|
||||||
|
}
|
||||||
|
} ,
|
||||||
|
{
|
||||||
|
"from": [ 13, 3, 15 ],
|
||||||
|
"to": [ 15, 13, 16 ],
|
||||||
|
"faces": {
|
||||||
|
"down": { "texture": "#side" },
|
||||||
|
"up": { "texture": "#side" },
|
||||||
|
"north": { "texture": "#plate" },
|
||||||
|
"south": { "texture": "#side" , "cullface" : "south" },
|
||||||
|
"east": { "texture": "#side" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
29
src/resources/assets/mmm/models/item/deco/light/plate.json
Normal file
29
src/resources/assets/mmm/models/item/deco/light/plate.json
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"parent": "mmm:block/deco/light/plate" ,
|
||||||
|
"textures": {
|
||||||
|
"plate": "mmm:blocks/deco/light/plate/unlit"
|
||||||
|
} ,
|
||||||
|
|
||||||
|
"display": {
|
||||||
|
"thirdperson_righthand": {
|
||||||
|
"rotation": [ 10, 90, 10 ],
|
||||||
|
"translation": [ -4, 0, -4 ],
|
||||||
|
"scale": [ 0.7, 0.7, 0.7 ]
|
||||||
|
},
|
||||||
|
"firstperson_righthand": {
|
||||||
|
"rotation": [ 10, 90, 10 ],
|
||||||
|
"translation": [ 0, 1.5, -1 ],
|
||||||
|
"scale": [ 0.8, 0.8, 0.8 ]
|
||||||
|
},
|
||||||
|
"ground": {
|
||||||
|
"rotation": [ 0, 0, 0 ],
|
||||||
|
"translation": [ 0, 2, 0 ],
|
||||||
|
"scale": [ 0.8, 0.8, 0.8 ]
|
||||||
|
},
|
||||||
|
"gui": {
|
||||||
|
"rotation": [ 0, 180, 0 ],
|
||||||
|
"translation": [ 0, 0, 0 ],
|
||||||
|
"scale": [ 0.8, 0.8, 0.8 ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 494 B |
Binary file not shown.
After Width: | Height: | Size: 189 B |
Binary file not shown.
After Width: | Height: | Size: 403 B |
Reference in a new issue