Skip to content

Commit

Permalink
Open Peripheral Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Mar 4, 2017
1 parent c28f6d2 commit 26d4d0b
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 0 deletions.
48 changes: 48 additions & 0 deletions config/OpenPeripheral.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Configuration file

blocks {
B:glassesbridge=true
B:pim=true
B:selector=true
B:sensor=true
B:ticketmachine=true
}


glasses {
# Default time (in ticks) between two drag events
I:defaultDragPeriod=10

# Default difference in mouse position (in pixels) needed before drag event is sent to server
I:defaultDragThreshold=5

# Should glasses listen to all chat (not just prefixed with $$)
B:listenToAllChat=true

# Minimal time (in ticks) between two drag events
I:minimalDragPeriod=10

# Minimal difference in mouse position (in pixels) needed before drag event is sent to server
I:minimalDragThreshold=5
}


items {
B:generic=true
B:glasses=true
B:keyboard=true
}


misc {
# Should turtles with OPA updates be visible in creative
B:addTurtlesToCreative=true
}


sensor {
I:normalRange=5
I:rangeInStorm=5
}


37 changes: 37 additions & 0 deletions config/OpenPeripheralCore.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Configuration file

dev {
# Enable methods that access reflection metadata
B:enableDevMethods=false
}


featuregroups {
# Blacklist for feature groups, in format 'feature:architecture (e.g. 'vanilla:ComputerCraft'). Note: to get names of feature groups use either /op_dump or config GUI
S:blacklist <
>
}


integration {
# Don't register OpenPeripheral handler for those Tile Entitites (either name or class)
S:disableClasses <
>
}


interfaces {
# Controls ComputerCraft integration
B:ComputerCraft=true

# Controls OpenComputers integration
B:OpenComputers=true
}


performance {
# Number of threads available to calls marked with @ReturnSignal
I:threadPoolForSignallingCalls=10
}


42 changes: 42 additions & 0 deletions config/OpenPeripheralIntegration.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Configuration file

forestry {
# Should show hidden bees
B:showHiddenBees=true

# Should show hidden mutations
B:showHiddenMutations=false
}


modules {
B:ae2-mod=true
B:buildcraft-api-facades=true
B:buildcraft-api-tilenentity=true
B:buildcraft-api-transport=true
B:cofh-api-energy=true
B:cofh-api-inventory=true
B:cofh-api-item=true
B:cofh-api-tileentity=true
B:cofh-api-transport=true
B:computercraft-mod=true
B:enderstorage-mod=true
B:forestry-mod=true
B:ic2-api=true
B:ic2-mod=true
B:mfr-mod=true
B:mfr-mod-storage=true
B:mystcraft-mod=true
B:railcraft-api-carts=true
B:railcraft-api-fuel=true
B:railcraft-mod=true
B:thaumcraft-api=true
B:thaumcraft-mod=true
B:thermalexpansion-mod=true
B:tmechworks-mod=true
B:vanilla=true
B:vanilla-inventory=true
B:vanilla-inventory-manipulation=true
}


18 changes: 18 additions & 0 deletions config/peripheral_names.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#OpenPeripheral user-friendly names
#class_name user_name
net.minecraft.block.BlockJukebox$TileEntityJukebox record_player
net.minecraft.tileentity.TileEntityBeacon beacon
net.minecraft.tileentity.TileEntityBrewingStand brewing_stand
net.minecraft.tileentity.TileEntityChest chest
net.minecraft.tileentity.TileEntityComparator comparator
net.minecraft.tileentity.TileEntityDaylightDetector daylight_detector
net.minecraft.tileentity.TileEntityDispenser dispenser
net.minecraft.tileentity.TileEntityDropper dropper
net.minecraft.tileentity.TileEntityEnchantmentTable enchantment_table
net.minecraft.tileentity.TileEntityEnderChest ender_chest
net.minecraft.tileentity.TileEntityFlowerPot flowerpot
net.minecraft.tileentity.TileEntityFurnace furnace
net.minecraft.tileentity.TileEntityHopper hopper
net.minecraft.tileentity.TileEntityNote note_block
net.minecraft.tileentity.TileEntitySign sign
net.minecraft.tileentity.TileEntitySkull skull

0 comments on commit 26d4d0b

Please sign in to comment.