diff --git a/root/resources.html b/root/resources.html index e69de29..17de8c2 100644 --- a/root/resources.html +++ b/root/resources.html @@ -0,0 +1,59 @@ + + + + + Munebase Resources + + + +

Useful Resources

+ +

Minecraft Modding

+
    +
  1. Fabric Modding + Wiki +
  2. +
  3. Forge + Documentation +
  4. +
  5. CurseForge + Mods +
  6. +
+ +

Java Programming

+
    +
  1. W3Schools Java + Tutorial
  2. +
  3. GeeksforGeeks + Java
  4. +
  5. Java Tutorials + (Oracle)
  6. +
+ +

Rust Programming

+
    +
  1. The Rust Programming + Language + (Book)
  2. +
  3. Rust by + Example +
  4. +
  5. Rust Users Forum
  6. +
+ +

Python Programming

+
    +
  1. Python Official + Tutorial +
  2. +
  3. Real Python
  4. +
  5. LearnPython.org
  6. +
+ + + + \ No newline at end of file