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)