Fixed a comma mistake in grass.json and created rocks.json

This commit is contained in:
Brycey92 2014-10-20 20:16:49 -04:00
parent 52bea63147
commit 9fa143d39d
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"variants": {
"variant=smoldering_grass_block": { "model": "biomesoplenty:smoldering_grass_block" },
"variant=spectral_moss": { "model": "biomesoplenty:spectral_moss" },
"variant=spectral_moss": { "model": "biomesoplenty:spectral_moss" }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"variant=limestone": { "model": "biomesoplenty:limestone" },
"variant=polished_limestone": { "model": "biomesoplenty:pilished_limestone" },
"variant=siltstone": { "model": "biomesoplenty:siltstone" },
"variant=polished_siltstone": { "model": "biomesoplenty:polished_siltstone" },
"variant=shale": { "model": "biomesoplenty:shale" },
"variant=polished_shale": { "model": "biomesoplenty:polished_shale" }
}
}