12 lines
343 B
TOML
12 lines
343 B
TOML
|
|
[gui]
|
|
#Skips the screen that tells you that a world uses experimental settings.
|
|
skip_experimental_backup_screen = true
|
|
#Displays info on top of Structure Blocks, similarly to pre-1.13 versions.
|
|
show_structure_block_info = true
|
|
|
|
[entity]
|
|
#Fixes spawners causing fps lag from a ClassCastException with some entities.
|
|
fix_spawners = true
|
|
|