Some models work, some don't
This commit is contained in:
parent
08258fd6ef
commit
3b173ecf17
115 changed files with 72 additions and 80 deletions
38
src/main/resources/assets/bloodmagic/blockstates/mimic.json
Normal file
38
src/main/resources/assets/bloodmagic/blockstates/mimic.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": { },
|
||||
"model": "cube_all",
|
||||
"uvlock": true
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"nohitbox": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/EtherealOpaqueMimic"
|
||||
}
|
||||
},
|
||||
"solidopaque": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/SolidOpaqueMimic"
|
||||
}
|
||||
},
|
||||
"solidclear": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/SolidClearMimic"
|
||||
}
|
||||
},
|
||||
"solidlight": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/SolidLightMimic"
|
||||
}
|
||||
},
|
||||
"sentient": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/SentientMimic"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue