Finished Wall framework, including the fancy break particles.

This commit is contained in:
WayofTime 2016-09-05 17:42:26 -04:00
parent a62e377801
commit 74196dd67b
3 changed files with 23 additions and 5 deletions

View file

@ -2,8 +2,11 @@
"forge_marker": 1,
"defaults": {
"textures": {
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart"
}
"wall": "bloodmagic:blocks/dungeon/dungeon_pillarheart",
"particle": "#wall"
},
"model": "bloodmagic:BlockBlank",
"transform" : "forge:default-block"
},
"variants": {
"up": {

View file

@ -0,0 +1,17 @@
{
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 0, 0, 0 ],
"faces": {
"up": { "uv": [ 16, 0, 0, 16 ], "texture": "bloodmagic:empty" },
"down": { "uv": [ 16, 0, 0, 16 ], "texture": "bloodmagic:empty" },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "bloodmagic:empty" },
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "bloodmagic:empty" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "bloodmagic:empty" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "bloodmagic:empty" }
}
}
]
}