# Customize Barrier Layout
# 1. Definition -> A fake block is a block that only exists on the client but not on the server.
# 2. Visual problem -> You might see entities/items/players walk into fake blocks.
# 3. Anticheat problem -> If a player stands on a fake block for too long, the server/anticheat will kick/ban the player for flying.
# 4. Solution -> Place barrier blocks on the server-side, the player will not see them, but they will act as a physical layout.
# 5. Limitation -> Players might not be able to reach certain blocks and might run into invisible barrier blocks.
# 6. Customization -> You can set the layout of the barrier blocks to anything you want while keeping in mind problems 2. and 3.
# WARNING: use at your own risk, read above and make sure you understand before using this option.
per-player-generators-barrier-layouts:
great_oak_tree: great_oak_tree_silhouette # generator_name: structure_name
wheat: none # Use none, and no barrier blocks will be placed. (No barriers are placed for non-solid blocks by default)