Minecraft mod (1.18.2) allowing players to create programmable machines and robots to do what they want them to do. Programs are written in Java.
 
 
SigsUniverse/plugins/TestPlugin.java

5 lines
107 B

public class TestPlugin {
public TestPlugin() {
System.out.println("Loaded me! Yay!");
}
}