From e3d530d0fa965c51f7e8fe20ff126299617fdbe0 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Mon, 29 Jan 2024 01:13:16 +0100 Subject: [PATCH] Fix README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc689c0..8ef233f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Modern Dynamics (MD) -Modern item and fluid transport for Fabric, inspired by Thermal Dynamics. +Modern item and fluid transport for Neoforge, inspired by Thermal Dynamics. Download now from [Curseforge](https://www.curseforge.com/minecraft/mc-mods/modern-dynamics) or [Modrinth](https://modrinth.com/mod/modern-dynamics)! @@ -13,16 +13,13 @@ Discussion on [the AE2 discord](https://discord.gg/Zd6t9ka7ne). ### Why did you make yet another pipe mod? * We believe a lot of people are interested in a Thermal Dynamics-like pipe mod. * I (Technici4n) have written instantaneous pipes for Modern Industrialization, and I want to try doing non-instantaneous pipes now. -It's a lot more complex, which makes it fun. It will also be a good test for Fabric's Transfer API. +It's a lot more complex, which makes it fun. ### Why are you copying Thermal Dynamics? * Reusing TD's concepts allows us to focus on getting the core logic working for now, but once the mod is working we will revisit some design decisions to further improve the mod. * Reusing TD's textures (modified) is allowed by TD's license. All code is original. -### Port to Forge? -Probably not since Thermal Dynamics should be released for Forge eventually. - ## License ### Code