From 1c9dc3c5c0df520e2bdb1292451548c067540c38 Mon Sep 17 00:00:00 2001 From: BraveCaperCat2 <113925022+BraveCaperCat2@users.noreply.github.com> Date: Sun, 4 May 2025 14:19:27 +0100 Subject: [PATCH] Update README.md Add a Factorio 2.0 warning, since the project doesn't support Factorio 2.0 at this time. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 15d79e0..82a6ee4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ Mods written in Rivets have access to functionality not possible within the trad - Go blazingly fast with Rust memory safety guarantees and multithreading. - A superset of all the functionality possible within the vanilla Lua scripting language. +> [!CAUTION] +> Rivets currently doesn't work for Factorio 2.0 and likely never will. +> +> A rivets-like program may exist in the future though, when more people are willing to work on the project and some key roadblockers for 2.0 are able to be overcome. + ## Features - **Procedural Macros**: Utilize idiomatic proc macros to overwrite or detour compiled Factorio functions.