Skip to content

Commit

Permalink
Quality assurance, am I right xD
Browse files Browse the repository at this point in the history
  • Loading branch information
CDAGaming authored Nov 29, 2021
1 parent 99fd31e commit 7c688c2
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions src/main/resources/assets/the_aether/blockstates/flax.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,6 @@
"age=7,half=lower": {
"model": "the_aether:block/flax_bottom_7"
},
"age=4,half=upper": {
"model": "the_aether:block/flax_top_0"
},
"age=5,half=upper": {
"model": "the_aether:block/flax_top_1"
},
"age=6,half=upper": {
"model": "the_aether:block/flax_top_2"
},
"age=7,half=upper": {
"model": "the_aether:block/flax_top_3"
},



"age=0,half=upper": {
"model": "the_aether:block/flax_top_0"
},
Expand All @@ -50,6 +35,18 @@
},
"age=3,half=upper": {
"model": "the_aether:block/flax_top_0"
},
"age=4,half=upper": {
"model": "the_aether:block/flax_top_0"
},
"age=5,half=upper": {
"model": "the_aether:block/flax_top_1"
},
"age=6,half=upper": {
"model": "the_aether:block/flax_top_2"
},
"age=7,half=upper": {
"model": "the_aether:block/flax_top_3"
}
}
}
}

1 comment on commit 7c688c2

@Jack-Papel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, haha. I put those states over there because they were impossible to actually get, and I didn't want the startup logs yelling at me about them.

Please sign in to comment.