Packing Tape Mod — Configuration
Configuration and Compatibility
The mod includes a configuration file (packingtape-server.toml or packingtape-common.toml) that allows server administrators to control which blocks can be moved. This is primarily used to prevent players from moving blocks that could break game balance or security.
Default Blacklist
By default, the following blocks cannot be packed: * Command Blocks: To prevent moving restricted logic. * End Portal Blocks: To prevent players from relocating the portal. * Mob Spawners: Disabled by default for balance (can be whitelisted in config). * Player Skulls: Do not have a standard ItemBlock form. * Banners, Signs, and Pistons: Generally excluded as they are easy to move normally.
Whitelisting Mob Spawners
To allow the moving of Mob Spawners, locate the whitelist section in the config file and add the following entry:
whitelist = ["minecraft:mob_spawner"]
