Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/content/Modpacks/Changes/v8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
Loading