Basic sigils implementation
This commit is contained in:
parent
ae85224003
commit
5dff08380d
61 changed files with 1394 additions and 106 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": {
|
||||
"model": "bloodmagic:BlockPhantom",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/PhantomBlock"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": {
|
||||
"model": "bloodmagic:BlockSpectral",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/SpectralBlock"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue