File tree Expand file tree Collapse file tree
docs/content/Modpacks/Changes Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments