From 3a1bc9ab3329c1b25d8a59d0256aa6cee55634d7 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Tue, 14 Jul 2026 21:59:53 +1000 Subject: [PATCH] update docs --- docs/content/Modpacks/Changes/v8.0.0.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/Modpacks/Changes/v8.0.0.md b/docs/content/Modpacks/Changes/v8.0.0.md index af2a7b18ccb..6d4e394dccd 100644 --- a/docs/content/Modpacks/Changes/v8.0.0.md +++ b/docs/content/Modpacks/Changes/v8.0.0.md @@ -15,7 +15,8 @@ Many aspects of the machine classes have been refactored and changed in order to - The `MetaMachineBlockEntity`(MMBE) class has been removed, and `MetaMachine`(MM) is now a BlockEntity. - Most methods and properties of MMBE have been moved onto MM. -- The `IMachineBlockEntity` interface has been removed. Use `MetaMachineBlock` directly instead. +- The `IMachineBlock` interface has been removed. Use `MetaMachineBlock` directly instead. +- The `IMachineBlockEntity` interface has been removed. Use `MetaMachine` directly instead. - Many methods common to all block entities have been moved to the `IGregtechBlockEntity` interface. - Machine instance creation functions have signature `(BlockEntityCreationInfo) -> MetaMachine` instead of `(IMachineBlockEntity) -> MetaMachine`