glacio/europa marker
This commit is contained in:
parent
27ba858aa6
commit
56d8103f2d
4 changed files with 62 additions and 0 deletions
7
kubejs/assets/tfg/blockstates/marker/glacio.json
Normal file
7
kubejs/assets/tfg/blockstates/marker/glacio.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "tfg:block/marker/glacio"
|
||||
}
|
||||
}
|
||||
}
|
||||
42
kubejs/assets/tfg/models/block/marker/glacio.json
Normal file
42
kubejs/assets/tfg/models/block/marker/glacio.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "minecraft:block/cube",
|
||||
"gui_light": "front",
|
||||
"textures": {
|
||||
"0": "ad_astra:block/globe/glacio_globe",
|
||||
"particle": "#0"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"north": {
|
||||
"uv": [ 3.75, 3.75, 7.5, 7.5 ],
|
||||
"texture": "#0"
|
||||
},
|
||||
"east": {
|
||||
"uv": [ 0, 3.75, 3.75, 7.5 ],
|
||||
"texture": "#0"
|
||||
},
|
||||
"south": {
|
||||
"uv": [ 11.25, 3.75, 15, 7.5 ],
|
||||
"texture": "#0"
|
||||
},
|
||||
"west": {
|
||||
"uv": [ 7.5, 3.75, 11.25, 7.5 ],
|
||||
"texture": "#0"
|
||||
},
|
||||
"up": {
|
||||
"uv": [ 7.5, 3.75, 3.75, 0 ],
|
||||
"texture": "#0"
|
||||
},
|
||||
"down": {
|
||||
"uv": [ 3.75, 7.5, 0, 11.25 ],
|
||||
"texture": "#0"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {}
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/marker/glacio.json
Normal file
3
kubejs/assets/tfg/models/item/marker/glacio.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/marker/glacio"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue