{"repo":"createrobotics/CreateRobotics","free":true,"listed":false,"github":"https://github.com/createrobotics/CreateRobotics","clone":"git clone https://github.com/createrobotics/CreateRobotics.git","description":"Minecraft Mod about Robots and Robotics Automation","language":"Java","stars":41,"topics":["automation","forge","minecraft","mod"],"license":null,"category":"workflow-automation","readme_excerpt":"Create Robotics Create Robotics is a create addon that adds robotics and their automation to Minecraft. Players can program the robots with our own scripting-language called RoboScript, designed to be user-friendly, simple, but still powerful. This allows the player to do many things with the robots, whether automating moving items from A to B, building a quarry, or simply using them to automate a mob grinder. The mod adds almost infinite ways to automate with the robots! For help with RoboScript you can look here . New Version of RoboScript concept, currently being worked on Variable Declaration Variables can be declared using the var keyword, initialized with an = following the name and an expression afterwards, and new to RoboScript, can be set to a specific type. Note: Declaring a type does not currently improve the speed of your program, it only helps with catching possible runtime errors in the compiler. Type safety Using strict types in RoboScript is essentially a yes or no choice, as the compiler is very strict with how types are used and because type safety is entirely compiler based, an as keyword or typecasting does not exist. Null safety Variables by default cannot be null , and the compiler will throw an error if it encounters a variable may be null . Placing a ? in front of the variables type will allow it to be null . If Statements An if statement can be created with this simple syntax: if / else statements can be chained together: While Statements A while stat","default_branch":null,"files":null,"tree":[],"storefront":"/r/createrobotics","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/createrobotics/CreateRobotics/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}