[1.12.2]How can I add custom parts
mczph opened this issue ยท 6 comments
There should be a custom.json in the jaopca folder
I haven't documented the format yet, but try putting this into the json file
[
{
"name": "singularity",
"type": "item",
"materialTypes": [],
"defaultMaterialBlacklist: []
}
]
Sorry, forgot to specify the values in materialTypes
Try replacing the materialTypes line with
"materialTypes": ["ingot", "gem", "crystal", "dust", "ingot_plain", "gem_plain"]
You can remove the material types you don't want
There is no way to add custom material types and materials, and these are all the material types.
If you want custom materials you should probably use ContentTweaker because what JAOPCA does is generate items based on existing items.