Guess the easy way would be to OP yourself, take a stack of ore and destroy 5 stacks of UUBasically,i want the configuration like this to make the quartz crystal block x8. I think that won't be much out of balance for the price of 5 UU.i just don't know how to make the recipe using custom stuffView attachment 8449
But...i want it done right... isn't it universal usable matter,like ment to be used this way?Guess the easy way would be to OP yourself, take a stack of ore and destroy 5 stacks of UU
But...i want it done right... isn't it universal usable matter,like ment to be used this way?
Try CustomStuff for something like that. I can't find the more simplified 'Custom Recipes' mod anymore, so I guess this is our only option for simple recipe changes...
mod.addAlias(30188, "uumatter");
mod.addAliasWithMetadata(4462, 6, "quartzcrystal");
// this will give you 4 crystals, tweak the 4 after 'quartzcrystal'
mod.addRecipe("quartzcrystal 4", 3, 3, "uumatter", "uumatter", 0, "uumatter", "uumatter", 0, 0, 0, "uumatter");
mod.addAlias(30188, "uumatter");
mod.addAlias(2512, "quartzore");
// this will give you 8 quartz ore, tweak the 8 after 'quartzore'
mod.addRecipe("quartzore 8", 3, 3, "uumatter", "uumatter", 0, "uumatter", "uumatter", 0, 0, 0, "uumatter");