This website works better with JavaScript.
Explore
Help
Sign In
sigonasr2
/
SigsUniverse
Watch
1
Star
0
Fork
You've already forked SigsUniverse
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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.
6
Commits
1
Branch
0
Tags
27 MiB
Shell
60.8%
Java
39.2%
Tree:
686d673212
SigsUniverse
/
plugins
/
TestPlugin.java
5 lines
107 B
Raw
Blame
History
public
class
TestPlugin
{
public
TestPlugin
(
)
{
System
.
out
.
println
(
"Loaded me! Yay!"
)
;
}
}
Reference in new issue
View Git Blame
Copy Permalink