1.20.1-FearFactoryTest
minecraft
config
data
defaultconfigs
createultimine
ftblibrary
ftbultimine
biomancy-server.toml
copycats-server.toml
corpse-server.toml
create-server.toml
create_enchantment_industry-server.toml
createoreexcavation-server.toml
createultimine-server.snbt
curios-server.toml
dicemcdeathgen-server.toml
fastleafdecay-server.toml
forge-server.toml
ftbultimine-server.snbt
hexcasting-server.toml
hourglass-server.toml
jei-server.toml
occultengineering-server.toml
occultism-server.toml
pehkui-server.toml
solapplepie-server.toml
sophisticatedbackpacks-server.toml
kubejs
local
mods
resourcepacks
shaderpacks
.gitignore
.qmenu_opened.marker
TrashSlotSaveState.json
icon.png
options.txt
rhino.local.properties
servers.dat
servers.dat_old
.gitignore
mmc-pack.json
devtools
hooks
.gitattributes
.gitignore
PSA.txt
README.md
26 lines
1.1 KiB
TOML
26 lines
1.1 KiB
TOML
|
#Resource locations of disallowed actions. Trying to cast one of these will result in a mishap.
|
||
|
actionDenyList = []
|
||
|
#Should villagers take offense when you flay the mind of their fellow villagers?
|
||
|
villagersOffendedByMindMurder = true
|
||
|
#Resource locations of dimensions you can't Blink or Greater Teleport in.
|
||
|
tpDimDenyList = ["twilightforest:twilight_forest"]
|
||
|
#when false makes player reference iotas behave as normal entity reference iotas
|
||
|
doesTrueNameHaveAmbit = true
|
||
|
|
||
|
[Spells]
|
||
|
#The maximum number of actions that can be executed in one tick, to avoid hanging the server.
|
||
|
#Range: > 0
|
||
|
maxOpCount = 100000
|
||
|
#The harvest level of the Break Block spell.
|
||
|
#0 = wood, 1 = stone, 2 = iron, 3 = diamond, 4 = netherite.
|
||
|
#Range: 0 ~ 4
|
||
|
opBreakHarvestLevel = 3
|
||
|
|
||
|
["Spell Circles"]
|
||
|
#The maximum number of slates in a spell circle
|
||
|
#Range: > 4
|
||
|
maxSpellCircleLength = 1024
|
||
|
#Resource locations of disallowed actions within circles. Trying to cast one of these in a circle will result in a mishap. For example: hexcasting:get_caster will prevent Mind's Reflection.
|
||
|
circleActionDenyList = []
|
||
|
|