From c2367874ef2925e0ba069569fb929f2edacb84ab Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Mon, 8 Sep 2025 10:40:51 -0400 Subject: [PATCH] Filled out the resources page --- root/resources.html | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) 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