Mekanism Matter

A unofficial Mekanism Addon with deals with Energy ⬌ Matter conversion and other cool things

File Details

MekanismMatter-1.21.0-Custom_Rcp-Beta-1.16.5.jar

  • B
  • Feb 7, 2022
  • 2.55 MB
  • 71.1K
  • 1.16.5
  • Forge

File Name

MekanismMatter-1.21.0-Custom_Rcp-Beta-1.16.5.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mekanism-matter-456171:3640501")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

#Added custom recipes in this version (long requested)

#In order to add an recipe you have to edit the json file in the config folder and add a new line:

 

Example:

 

{
"number_of_entries": "1",      "1"=Number of all entries (needed for a good code :-P
"0": "0001?0001000000?minecraft:wool",         "0"=Identifier; 0001 = UU_Value; 0001000000 = 1000000 FE; minecraft_wool = tag
}

 

Adding Item =  "0": "0001?0001000000?Glass" to add Glass. You need to enter the Display-name

Adding Tag = "0001?0001000000?minecraft:wool" to add wool tag. You need to enter the tag identifier