Finished Wall framework, including the fancy break particles.
This commit is contained in:
parent
a62e377801
commit
74196dd67b
3 changed files with 23 additions and 5 deletions
|
@ -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": {
|
||||
|
|
|
@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue