Skip to content

Commit bc87351

Browse files
authored
Update v8 machine migration docs (#5112)
1 parent c00ad84 commit bc87351

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/content/Modpacks/Changes/v8.0.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Many aspects of the machine classes have been refactored and changed in order to
1515

1616
- The `MetaMachineBlockEntity`(MMBE) class has been removed, and `MetaMachine`(MM) is now a BlockEntity.
1717
- Most methods and properties of MMBE have been moved onto MM.
18-
- The `IMachineBlockEntity` interface has been removed. Use `MetaMachineBlock` directly instead.
18+
- The `IMachineBlock` interface has been removed. Use `MetaMachineBlock` directly instead.
19+
- The `IMachineBlockEntity` interface has been removed. Use `MetaMachine` directly instead.
1920
- Many methods common to all block entities have been moved to the `IGregtechBlockEntity` interface.
2021
- Machine instance creation functions have signature `(BlockEntityCreationInfo) -> MetaMachine` instead of `(IMachineBlockEntity) -> MetaMachine`
2122

0 commit comments

Comments
 (0)