Skip to content

Commit

Permalink
Fix flower pots with non-vanilla textures using ambient occlusion (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Jul 9, 2018
1 parent d8576ad commit 95fdefe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
@@ -1,9 +1,5 @@
{
"forge_marker": 1,
"variants": {
"normal": {
"model": "flower_pot_fern",
"textures": { "plant": "inspirations:blocks/flower_missingno" }
}
"normal": { "model": "inspirations:extended_flower_pot" }
}
}
@@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_fern",
"textures": {
"plant": "inspirations:blocks/flower_missingno"
}
}

0 comments on commit 95fdefe

Please sign in to comment.