promotional bannermobile promotional banner

Custom Machinery

Create your own machines

File Details

[NeoForge]Custom-Machinery-1.21.1-0.10.46

  • B
  • Oct 10, 2025
  • 2.02 MB
  • 391.6K
  • 1.21.1+1
  • NeoForge

File Name

CustomMachinery-neoforge-1.21.1-0.10.46.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

implementation "curse.maven:custom-machinery-457017:7090569"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Custom Machinery 1.21.1-0.10.46

Additions :

  • Changing the inner working of block ingredients used in block and structure requirements.
    • The syntax is the same as before and scripts/recipes should not be affected by this update.
    • All support for Crafttweaker for block and structure requirements is now deleted.
    • Block ingredients now support lists and can be reversed to accept any block but the specified one.
    • Example: ["!#c:stones", "!diamond_block"] will accept any block that is not in stone tag and not a diamond block.
  • Added "order" property for block requirement which define if the blocks will be broken/placed from top to bottom or the opposite.
    • Valid values are: "increasing" (default value, from bottom to top), "decreasing" (from top to bottom) and "random".

BugFix :

  • Fix box creator not rendering selected blocks.