help me please, as soon as possible, create materials.
DarkerFALLEN opened this issue ยท 1 comments
So, I've been learning to work on this mod lately and I have a very big doubt, how do you create new materials? I only know how to add armor until now, can someone help me by giving me an example of how I create the bow items and tools? and how is an alloy made of materials that I am creating?
Bow example:
Arrowshaft example:
You can see an example of nearly all tool parts here:
Alloy example:
{
"inputs": {
{
"fluid": "copper",
"amount": 1
},
{
"fluid": "tin",
"amount": 1
},
}
"output": {
"fluid": "bronze",
"amount": 2
}
}
The amounts are in MB, the output amount doesn't have to be correspond to the sum of all input amounts. Take the example of Manyullyn, 1MB of Ardite with 1MB of Cobalt equals 1MB of Manyullyn.