promotional bannermobile promotional banner

Custom Machinery

Create your own machines

File Details

[Forge]Custom-Machinery-1.18.2-0.8.5

  • B
  • Jul 13, 2023
  • 1.30 MB
  • 84.8K
  • 1.18.2
  • Forge

File Name

CustomMachinery-forge-1.18.2-0.8.5.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Custom Machinery 1.18.2-0.8.5

Additions :

  • Add "jei" property in text and texture gui elements (false by default), set to true to make the element render in jei.
  • Add button gui element and button requirement to make a recipe require the player to click on a button in the machine gui to start the crafting process.
  • Add Crafttweaker and KubeJS integration for button requirement.
  • Add Sky requirement to make the machine require sky access to process the recipe.
  • Add Crafttweaker and KubeJS integration for sky requirement.
  • Add KubeJS integration to create custom blocks/items for machines.

BugFix :

  • Fix typo in config gui element 'texture_hovered' property (previously misnamed 'texture_hevered').
  • Fix result item of craft recipes showing "Must be in this slot" in JEI.
  • Fix recipe process is sometime lost when exiting and rejoining the world.
  • Fix #95 Stacked fluid containers are deleted when inputting fluid.
  • Fix craft recipes not supporting .chance() on requirements.
  • Fix KubeJS craft recipes integration not supporting output items specified with strings instead of Item.of().
  • Fix structure creator inverting X axis when the machine is placed toward north or south.
  • Fix structure renderer blocks being very dark.
  • Fix various issues about the upgrade system, upgrades calculations should be applied properly now.
  • Make log default to false in command requirement KJS integration.
  • Fix machine not dropping when shift wrenched.