Files
OFModpack/config/dimstorage-server.toml
T
lucasdpt 0129d81bd4 fix eol
2026-06-14 02:07:47 +02:00

12 lines
642 B
TOML

#DimStorage's config
["DimChest/DimTank"]
#Allow players to change the DimChest/DimTank's frequency, default: true
allowFrequency = true
#Allow players to make DimChest/DimTank private, default: true
allowPrivateNetwork = true
[DimTablet]
#A list of blocks that the DimTablet takes and transfers to the connected DimChest
#[/dimstorage add] adds the item you have in the main hand to this list
allow_list = ["minecraft:dirt", "minecraft:gravel", "minecraft:cobblestone", "minecraft:granite", "minecraft:diorite", "minecraft:andesite", "minecraft:sand", "minecraft:sandstone", "minecraft:netherrack", "minecraft:end_stone"]