2 Commits

Author SHA1 Message Date
6382b33b62 disable cascade worldgen logging 2025-06-22 12:05:00 +02:00
14a007476e add missing acacia planks texture 2025-05-09 19:20:18 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ general {
B:itemLagReduction=false
# Log when cascading worldgen occurs. [default: true]
B:logCascadingWorldgen=true
B:logCascadingWorldgen=false
# Print a stacktrace when cascading worldgen occurs. Use only for development as this will add more lag in game. [default: false]
B:logCascadingWorldgenStacktrace=false

View File

@@ -35,6 +35,12 @@
"source": "CLIENT",
"version": "1.20.6"
},
{
"resourceLocation": "minecraft/textures/block/acacia_planks.png",
"resourceLocationOverride": "minecraft/textures/blocks/planks_acacia.png",
"source": "CLIENT",
"version": "1.20.6"
},
{
"resourceLocation": "minecraft/textures/block/cherry_planks.png",
"resourceLocationOverride": "minecraft/textures/blocks/cherry_planks.png",