Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Go To C:\Users\Christopher\AppData\Roaming\.technic\modpacks\bottlenet\config\ComputerCraft.cfg And Then Do Ctrl+A Then Get This Code From Here And Replace The Old File With This
- # Configuration file
- ####################
- # block
- ####################
- block {
- # The Block ID for Computers
- I:computerBlockID=1225
- # The Block ID for all Peripherals
- I:peripheralBlockID=1226
- }
- ####################
- # general
- ####################
- general {
- # The disk space limit for computers and turtles, in bytes (0 is unlimited)
- I:computerSpaceLimit=2097152
- # Enable the "http" API on Computers
- B:enableAPI_http=true
- # Enable Command Block support
- B:enableCommandBlock=false
- # The disk space limit for floppy disks, in bytes (0 is unlimited)
- I:floppySpaceLimit=524288
- # The range of Wireless Modems at maximum altitude in clear weather, in meters
- I:modem_highAltitudeRange=384
- # The range of Wireless Modems at maximum altitude in stormy weather, in meters
- I:modem_highAltitudeRangeDuringStorm=64
- # The range of Wireless Modems at low altitude in clear weather, in meters
- I:modem_range=64
- # The range of Wireless Modems at low altitude in stormy weather, in meters
- I:modem_rangeDuringStorm=16
- # The height of Computer screens, in characters
- I:terminal_height=19
- # The width of Computer screens, in characters
- I:terminal_width=51
- }
- ####################
- # item
- ####################
- item {
- # The Item ID for Coloured Floppy Disks
- I:diskExpandedItemID=4001
- # The Item ID for Floppy Disks
- I:diskItemID=4000
- # The Item ID for Printouts
- I:printoutItemID=4002
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement