ModStable
Server Configuration
Control virtual killing, durability cost, and automation output.
ApotSpawner creates a server configuration on first launch. In a NeoForge 1.21.1 server layout it is usually config/apotspawner-server.toml; Forge releases can store it per world at world/serverconfig/apotspawner-server.toml.
[interaction]
allowMenuWithHeldItem = true
[virtualKilling]
enabled = true
toolDurabilityCostPerMob = 1
[automation]
enableItemExtraction = true
enableFluidExtraction = trueSettings
allowMenuWithHeldItem: Allows the menu to open while holding an ordinary non-empty item.enabled: Master switch for virtual killing. The per-spawner killing setting still applies.toolDurabilityCostPerMob: Durability cost for the virtual tool per mob. Set it to0to disable durability use.enableItemExtractionandenableFluidExtraction: Control hopper/pipe and fluid-pipe output separately.
Found an issue in this page?Edit on GitHub