minecraft-server/Server/config/OCS.cfg

40 lines
571 B
INI
Raw Permalink Normal View History

2020-03-30 18:33:48 +02:00
# 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
}