cleanup, remove ambient occlusion from models
This commit is contained in:
parent
8e0bbd06c2
commit
d1a0847303
38 changed files with 175 additions and 192 deletions
|
@ -350,7 +350,7 @@ public class BlockDoublePlant extends BlockBush implements IGrowable
|
|||
|
||||
public Model getModel(ModelProvider provider, String name, State state) {
|
||||
if(state.getValue(VARIANT) == EnumPlantType.SUNFLOWER && state.getValue(HALF) == EnumBlockHalf.UPPER)
|
||||
return provider.getModel("sunflower_front").noOcclude()
|
||||
return provider.getModel("sunflower_front")
|
||||
.add(0.8f, 0f, 8f, 15.2f, 8f, 8f).noShade().rotate(8, 8, 8, Axis.Y, 45, true).ns("sunflower_top")
|
||||
.uv(0, 8, 16, 16).noCull()
|
||||
.add(8f, 0f, 0.8f, 8f, 8f, 15.2f).noShade().rotate(8, 8, 8, Axis.Y, 45, true).we("sunflower_top")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue