Fixed a comma mistake in grass.json and created rocks.json
This commit is contained in:
parent
52bea63147
commit
9fa143d39d
2 changed files with 11 additions and 1 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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" }
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue