Skip to content

Releases: NovaEngineering-Source/ModularMachinery-Community-Edition

1.11.1-r22

12 Mar 08:56
Compare
Choose a tag to compare
  • Compatible with ModularMagic.
  • Compress the NBT size of the TileMachineController.

1.11.1-r21-hotfix

11 Mar 17:10
Compare
Choose a tag to compare
  • HOTFIX: Fix Server Crash With getLocalizedName().

1.11.1-r20

11 Mar 16:39
Compare
Choose a tag to compare

Note: From R20 onwards, the mod merge Modular Controller and Modular Assembly features, so if you have these mods installed, please remove them before using them!

If you need compatibility with older game saves, you can enable the modular-controller-compatible-mode option in the config/modularmachinery.cfg file, but please note that this feature will not be available for long.

  • Mods merge
    • ModularController
    • ModularAssembly
  • Increase of item horizontal count in JEI.

1.11.1-r19

11 Mar 05:52
Compare
Choose a tag to compare
  • Add plugin server compatible mode.
  • Fix the problem that the energy output check sometimes gives incorrect results.
  • Lower the minimum recipe search interval.

1.11.1-r18

07 Mar 19:10
Compare
Choose a tag to compare
  • Fix sometime status text in controller isn't updating properly.
  • Use better async methods.

1.11.1-r17

07 Mar 14:48
Compare
Choose a tag to compare
  • Adding asynchronous execution timeout detection, might fix some potential problems on some plugin server side.
  • Fix some server-side script load error.

1.11.1-r16

06 Mar 12:39
Compare
Choose a tag to compare
1.11.1-r16 Pre-release
Pre-release
  • (Experimental) R16 introduces the concept of asynchronous and asynchronizable interfaces. All inputs and outputs that implement asynchronizable interfaces will have higher performance, while making the controller logic asynchronously checked, thus significantly improving performance in the presence of a large number of mechanical controllers.
  • Optimize structure check performance.
  • Add chunk loading check for structure checking, when there are blocks in the structure that are not loaded, the controller will pause working to avoid recipe loss.
  • CraftTweaker API Update:
    • Fix some NPE issues caused by the CraftTweaker API.
    • RecipePreTickEvent can now also destruct recipes.
    • AdvancedItemModifier and AdvancedItemNBTChecker can now get controller information from the function.

1.11.1-r15

04 Mar 10:52
Compare
Choose a tag to compare
  • Provides SmartInterfaceData's interface to CraftTweaker.

1.11.1-r14

02 Mar 12:25
Compare
Choose a tag to compare
  • SmartDataInterface problems fix.

1.11.1-r13

28 Feb 17:05
Compare
Choose a tag to compare
  • (Experimental) New Feature: Smart Data Interface.
  • Fix where the probability does not take effect.