Skip to content

Commit

Permalink
Fix missing blockstate for bog earth
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed May 1, 2016
1 parent 77b1d2a commit dc57e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/assets/forestry/blockstates/soil.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"variants": {
"soil=humus": { "model": "forestry:soil/humus" },
"soil=bog_earth": { "model": "forestry:soil/bog" },
"soil=bog.earth": { "model": "forestry:soil/bog" },
"soil=peat": { "model": "forestry:soil/peat" }
}
}

0 comments on commit dc57e08

Please sign in to comment.