From 497801b7359ed70f1ac4611e4444221872e88b4c Mon Sep 17 00:00:00 2001 From: Jacob C <35513545+jiink@users.noreply.github.com> Date: Thu, 16 May 2024 11:00:57 -0700 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf9dd35 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Disposable Furnaces + +For smelting in a pinch! + +This is my first Minecraft mod; don't hesistate to make an issue if there's something wrong. + +Resources I found helpful when making this mod: + +- The [Fabric Wiki](https://fabricmc.net/wiki/tutorial:start#creating_your_first_mod) +- Kaupenjoe's [Block Entity Fabric Modding Tutorial](https://www.youtube.com/watch?v=Y4dK9ETdZCQ) +- People on the [Fabric Discord Server](https://discord.gg/v6v4pMv) +- Draylar's [Fabric Furances](https://github.com/Draylar/fabric-furnaces) source code +- Xander's [YetAnotherConfigLib wiki on Config API usage](https://docs.isxander.dev/yet-another-config-lib/config-api/basic-usage-of-config-api)