Corrected a typo resulting in a missing model
This commit is contained in:
parent
0167c14972
commit
c2938391ff
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
"half=top,variant=shale": { "model": "biomesoplenty:upper_slab_shale" },
|
||||
"half=bottom,variant=polished_limestone": { "model": "biomesoplenty:half_slab_polished_limestone" },
|
||||
"half=top,variant=polished_limestone": { "model": "biomesoplenty:upper_slab_polished_limestone" },
|
||||
"half=bottom,variant=polished_siltstone": { "model": "biomesoplenty:half_polished_siltstone" },
|
||||
"half=bottom,variant=polished_siltstone": { "model": "biomesoplenty:half_slab_polished_siltstone" },
|
||||
"half=top,variant=polished_siltstone": { "model": "biomesoplenty:upper_slab_polished_siltstone" },
|
||||
"half=bottom,variant=polished_shale": { "model": "biomesoplenty:half_slab_polished_shale" },
|
||||
"half=top,variant=polished_shale": { "model": "biomesoplenty:upper_slab_polished_shale" },
|
||||
|
@ -17,4 +17,4 @@
|
|||
"half=bottom,variant=mud_brick": { "model": "biomesoplenty:half_slab_mud_brick" },
|
||||
"half=top,variant=mud_brick": { "model": "biomesoplenty:upper_slab_mud_brick" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue