From 2558948571a68586e75b23fa527f1c47f64f425e Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Mon, 18 May 2020 19:47:56 +0200 Subject: [PATCH] No need to include this file. Users can set this in-game. --- .../minecraft/optifine/bettergrass.properties | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 assets/minecraft/optifine/bettergrass.properties diff --git a/assets/minecraft/optifine/bettergrass.properties b/assets/minecraft/optifine/bettergrass.properties deleted file mode 100644 index 041060b..0000000 --- a/assets/minecraft/optifine/bettergrass.properties +++ /dev/null @@ -1,32 +0,0 @@ -# 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=false - -# 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