clientstuff

This commit is contained in:
2025-10-27 11:53:18 +01:00
parent 503b04656d
commit d22cef5355
1575 changed files with 795737 additions and 610 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,66 @@
# Configuration file
compatibility {
# Adds all mob variants EnderIO powered spawners to NEI.
B:addAllEnderIOSpawnersToNEI=false
# Enables "Infernal Drops" NEI page if Infernal-Mobs mod is loaded.
B:enableInfernalDrops=true
}
debug {
# 0 - Default, log only basic, summary information. 1 - More detailed logs
I:LoggingLevel=0
B:ShowRenderErrors=false
}
mobhandler {
# When will cache regeneration trigger? 0 - Never, 1 - ModAdditionRemoval, 2 - ModAdditionRemovalChange, 3 - Always,
I:CacheRegenerationTrigger=2
# Enable "Mob Info" NEI page
B:Enabled=true
# Hidden mode will make all mobs hidden in NEI until you kill them.
B:HiddenMode=false
# Include mobs that have no drops in NEI
B:IncludeEmptyMobs=true
# These mobs will be skipped when generating recipe map
S:MobBlacklist <
Giant
Thaumcraft.TravelingTrunk
chisel.snowman
OpenBlocks.Luggage
OpenBlocks.MiniMe
SpecialMobs.SpecialCreeper
SpecialMobs.SpecialZombie
SpecialMobs.SpecialPigZombie
SpecialMobs.SpecialSlime
SpecialMobs.SpecialSkeleton
SpecialMobs.SpecialEnderman
SpecialMobs.SpecialCaveSpider
SpecialMobs.SpecialGhast
SpecialMobs.SpecialWitch
SpecialMobs.SpecialSpider
TwilightForest.HydraHead
TwilightForest.RovingCube
TwilightForest.Harbinger Cube
TwilightForest.Adherent
SpecialMobs.SpecialSilverfish
>
# Seconds to wait before skipping a mob's dropmap. If negative, will not timeout any mobs
D:MobTimeout=10.0
}
villagertradeshandler {
# Show villager trades in NEI
B:Enabled=true
}