minecraft-server/Server/config/OCS.cfg
2020-03-30 18:33:48 +02:00

40 lines
571 B
INI

# Configuration file
####################
# block
####################
block {
# The block ID for the gauge block
I:gaugeBlockID=3892
# The block ID for the sensor block
I:sensorBlockID=3893
I:sensorBlockRenderID=3891
}
####################
# general
####################
general {
# Turtle Peripheral Enabled
B:turtlePeripheralEnabled=true
}
####################
# item
####################
item {
# The block ID for the sensor card
I:sensorCardID=7486
# The block ID for the generic item
I:sensorUpgradeID=7487
}