mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-05 06:56:03 +00:00
Add configuration for Optifine's better grass
This commit is contained in:
parent
30e5629786
commit
7820df808c
1 changed files with 33 additions and 0 deletions
33
assets/minecraft/optifine/bettergrass.properties
Normal file
33
assets/minecraft/optifine/bettergrass.properties
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|

|
||||||
|
# Configuration for OptiFine's Better Grass feature
|
||||||
|
# Location: /assets/minecraft/optifine/bettergrass.properties
|
||||||
|
|
||||||
|
# Blocks
|
||||||
|
# Enable Better Grass for specific blocks
|
||||||
|
grass=true
|
||||||
|
grass_path=true
|
||||||
|
mycelium=true
|
||||||
|
podzol=true
|
||||||
|
|
||||||
|
# Snowy blocks
|
||||||
|
# Enable Better Grass for specific blocks which have snow on top
|
||||||
|
grass.snow=true
|
||||||
|
mycelium.snow=true
|
||||||
|
podzol.snow=true
|
||||||
|
|
||||||
|
# Multilayer grass sides
|
||||||
|
# - layer 1 = grass_side
|
||||||
|
# - layer 2 = grass (colored by biome)
|
||||||
|
# Allows transparent grass texture to be used as overlay for the grass side
|
||||||
|
grass.multilayer=true
|
||||||
|
|
||||||
|
# Textures
|
||||||
|
# Configure which textures to be used
|
||||||
|
# The "texture.grass" is colored by biome
|
||||||
|
texture.grass=block/grass_block_top
|
||||||
|
texture.grass_side=block/grass_block_side
|
||||||
|
texture.grass_path=block/grass_path_to
|
||||||
|
texture.grass_path_side=block/grass_path_side
|
||||||
|
texture.mycelium=block/mycelium_top
|
||||||
|
texture.podzol=block/podzol_top
|
||||||
|
texture.snow=block/snow
|
Loading…
Add table
Reference in a new issue