testcraft/src/overrides/config/BiblioCraft.cfg
2021-03-06 18:43:15 +01:00

127 lines
4.3 KiB
INI

# Configuration file
####################
# block
####################
block {
I:ArmorStand=2249
I:Bookcase=2250
I:GenericShelf=2254
I:Lamp=2244
I:Lantern=2243
I:MapFrame=2290
I:MoreStuffs=2242
I:PotionShelf=2252
I:PrintingPress=2247
I:Seat=2291
I:Table=2245
I:TypeMachine=2246
I:WeaponCase=2255
I:WeaponRack=2253
I:WoodenLabel=2251
I:WritingDesk=2248
}
####################
# custom enchantments
####################
"custom enchantments" {
I:ReadingEnchant=188
}
####################
# general
####################
general {
# These are keywords that add additional support for more types of discs and items that are allowed to be placed on the disc rack. Add more keywords if you wish to allow more types of items to be displayed
S:AdditionalDiscs=disc, disk
# These are keywords that add additional support for more types of potions and items. Add more keyworks if you wish to allow more types of items to be displayed.
S:AdditionalPotions=essence, mead, bottle, test, element, molecule, can, capsule, cell, catalyst, ambrosia, honey pot, dissipation, vial, juice
# These are the names of additional tools that can be added to the Tool Rack. Added keywords will allow additional items to be placed on this block.
S:AdditionalTools=sprayer, wand, rod, scepter, wrench, screwdriver, meter, handsaw, gun, cutter, scoop, soldering, painter, reader, shovel, grafter, pickaxe, pipette, magnifying, sword, axe, hammer
# Should blank books be allowed on Bookcases? (true or false)
B:AllowEmptyBooks=false
# These are the keywords that are compared against the item names to determine if the item can be placed on a Bookcase. Add more keywords if needed.
S:AllowedBooks=book, map, journal, plan, thaumonomicon, necronomicon, lexicon, print, notes, spell, library, tome, encyclopedia
# Setting this to false will deactivate the redstone signal output from seats when a player is sitting
B:ChairRedstone=true
# Setting this to false will permanently disable update checking
B:CheckForUpdates=true
# Setting this to true will disable all renderers. This will allow a world to be loaded and a problem item removed from a BiblioCraft block in case of a rendering related crash.
B:DisableRenderers=false
# This will multiply the cost of copying enchanted books on the typesetting table. Please enter a positive integer value. Default is 10. Setting this to 1 would make the enchatment cost 1/10 the level default cost.
I:EnchantmentCostMultiplyer=10
# Default is 1 update per 10 ticks, just like Item Frames. The number indicates how many ticks before an update packet is sent to clients. Lower numbers means more, faster updates.
I:MapUpdateRate=10
# This will set the max number of uses an Enchanted Plate has before breaking. Default is 3.
I:MaxEnchantedPlateUses=3
# Setting to true renders a shadow behind the text seen with the reading glasses. This can improve visability quite a bit, but sometimes doesn't render correctly. Try at your own discretion.
B:RenderTextShadow=false
}
####################
# item
####################
item {
I:Atlas=22233
I:Chase=22224
I:ClipBoard=22232
I:CreativeModeLock=22231
I:EnchantedPlate=22228
I:MapTool=22234
I:Plate=22225
I:ReadingGlasses=22227
I:RedstoneBook=22226
I:ScrewGun=22230
I:SeatBack=22236
I:SeatBack2=22237
I:SeatBack3=22238
I:SeatBack4=22239
I:SeatBack5=22240
I:TapeMeasure=22222
I:TapeReel=22223
I:WaypointCompass=22235
}
####################
# stored variables
#===================
# These are the variables used by BiblioCraft to track if the player has already recieved an update message for a new version. These should not need to be edited.
####################
"stored variables" {
S:lastVersionChecked=1.5.5
}
####################
# text colors
#===================
# This is were you can change the color of the text rendered on blocks when using the reading glasses. The value given is a combined RGB value. For ex. 16777215=white, 255=red, 65280=green, 16711680=blue, 16776960=aqua. A google search for these values can assit in finding a chart to show colors and codes.
####################
"text colors" {
I:ReadingGlassesTextColor=16777215
}