Swapped leaf piles/dead leaf piles and dune grass/spectral ferns so shaders can be supported better.

This commit is contained in:
Forstride 2016-03-27 14:48:37 -04:00
parent edc7bcbd21
commit 639d8079a3
4 changed files with 22 additions and 22 deletions

View file

@ -14,7 +14,7 @@ import net.minecraft.util.IStringSerializable;
public enum BOPPlants implements IStringSerializable, IPagedVariants public enum BOPPlants implements IStringSerializable, IPagedVariants
{ {
SHORTGRASS, MEDIUMGRASS, BUSH, SPROUT, POISONIVY, BERRYBUSH, SHRUB, WHEATGRASS, DAMPGRASS, KORU, CLOVERPATCH, LEAFPILE, DEADLEAFPILE, DEADGRASS, DESERTGRASS, DESERTSPROUTS, DUNEGRASS, SPECTRALFERN, THORN, WILDRICE, CATTAIL, RIVERCANE, TINYCACTUS, WITHERWART, REED, ROOT, RAFFLESIA; SHORTGRASS, MEDIUMGRASS, BUSH, SPROUT, POISONIVY, BERRYBUSH, SHRUB, WHEATGRASS, DAMPGRASS, KORU, CLOVERPATCH, DEADGRASS, DESERTGRASS, DESERTSPROUTS, DUNEGRASS, SPECTRALFERN, LEAFPILE, DEADLEAFPILE, THORN, WILDRICE, CATTAIL, RIVERCANE, TINYCACTUS, WITHERWART, REED, ROOT, RAFFLESIA;
@Override @Override
public String getName() { public String getName() {

View file

@ -18,22 +18,10 @@
{ "model": "biomesoplenty:cloverpatch", "y": 270 } { "model": "biomesoplenty:cloverpatch", "y": 270 }
], ],
"variant=leafpile": [
{ "model": "biomesoplenty:leafpile" },
{ "model": "biomesoplenty:leafpile", "y": 90 },
{ "model": "biomesoplenty:leafpile", "y": 180 },
{ "model": "biomesoplenty:leafpile", "y": 270 }
],
"variant=deadleafpile": [
{ "model": "biomesoplenty:deadleafpile" },
{ "model": "biomesoplenty:deadleafpile", "y": 90 },
{ "model": "biomesoplenty:deadleafpile", "y": 180 },
{ "model": "biomesoplenty:deadleafpile", "y": 270 }
],
"variant=deadgrass": { "model": "biomesoplenty:deadgrass" }, "variant=deadgrass": { "model": "biomesoplenty:deadgrass" },
"variant=desertgrass": { "model": "biomesoplenty:desertgrass" }, "variant=desertgrass": { "model": "biomesoplenty:desertgrass" },
"variant=desertsprouts": { "model": "biomesoplenty:desertsprouts" } "variant=desertsprouts": { "model": "biomesoplenty:desertsprouts" },
"variant=dunegrass": { "model": "biomesoplenty:dunegrass" },
"variant=spectralfern": { "model": "biomesoplenty:spectralfern" }
} }
} }

View file

@ -1,7 +1,19 @@
{ {
"variants": { "variants": {
"variant=dunegrass": { "model": "biomesoplenty:dunegrass" }, "variant=leafpile": [
"variant=spectralfern": { "model": "biomesoplenty:spectralfern" }, { "model": "biomesoplenty:leafpile" },
{ "model": "biomesoplenty:leafpile", "y": 90 },
{ "model": "biomesoplenty:leafpile", "y": 180 },
{ "model": "biomesoplenty:leafpile", "y": 270 }
],
"variant=deadleafpile": [
{ "model": "biomesoplenty:deadleafpile" },
{ "model": "biomesoplenty:deadleafpile", "y": 90 },
{ "model": "biomesoplenty:deadleafpile", "y": 180 },
{ "model": "biomesoplenty:deadleafpile", "y": 270 }
],
"variant=thorn": { "model": "biomesoplenty:thorn" }, "variant=thorn": { "model": "biomesoplenty:thorn" },
"variant=wildrice": { "model": "biomesoplenty:wildrice" }, "variant=wildrice": { "model": "biomesoplenty:wildrice" },
"variant=cattail": { "model": "biomesoplenty:cattail" }, "variant=cattail": { "model": "biomesoplenty:cattail" },

View file

@ -397,13 +397,13 @@ tile.plant_0.wheatgrass.name=Wheat Grass
tile.plant_0.dampgrass.name=Damp Grass tile.plant_0.dampgrass.name=Damp Grass
tile.plant_0.koru.name=Koru tile.plant_0.koru.name=Koru
tile.plant_0.cloverpatch.name=Clover Patch tile.plant_0.cloverpatch.name=Clover Patch
tile.plant_0.leafpile.name=Leaf Pile
tile.plant_0.deadleafpile.name=Dead Leaf Pile
tile.plant_0.deadgrass.name=Dead Grass tile.plant_0.deadgrass.name=Dead Grass
tile.plant_0.desertgrass.name=Desert Grass tile.plant_0.desertgrass.name=Desert Grass
tile.plant_0.desertsprouts.name=Desert Sprouts tile.plant_0.desertsprouts.name=Desert Sprouts
tile.plant_1.dunegrass.name=Dune Grass tile.plant_0.dunegrass.name=Dune Grass
tile.plant_1.spectralfern.name=Spectral Fern tile.plant_0.spectralfern.name=Spectral Fern
tile.plant_1.leafpile.name=Leaf Pile
tile.plant_1.deadleafpile.name=Dead Leaf Pile
tile.plant_1.thorn.name=Thorns tile.plant_1.thorn.name=Thorns
tile.plant_1.wildrice.name=Wild Rice tile.plant_1.wildrice.name=Wild Rice
tile.plant_1.cattail.name=Cattail tile.plant_1.cattail.name=Cattail