ccIDE/blocks/CCRednet/index.json
damp11113 acab98dfa6 update 1.1.2 and add new block
added block CCRedstone and CCRednet
and CCTurtle is finished
2024-07-17 22:32:34 +07:00

23 lines
523 B
JSON

{
"name": "Rednet",
"author": "DPSoftware Foundation",
"description": "Library for rednet",
"version": "1.0.0",
"category": "Network",
"keyword": "Rednet",
"license": "GPL-3.0-or-later",
"peripherals": true,
"library": true,
"require_network": false,
"dependencies": {},
"design_for_computer": {
"basic": true,
"adv": true,
"command": true,
"pocket": true,
"advpocket": true,
"turtle": true,
"advturtle": true
}
}