Manage custom resources - Goufalite/OreToParts GitHub Wiki
Apply patches to add resources to your containers, add the OreToParts module to the container, and specify the receipe:
@PART[*]:HAS[@MODULE[OreToParts]]:NEEDS[CommunityResourcePack]:AFTER[OreToParts]
{
@MODULE[OreToParts] {
!RESOURCESLIST
RESOURCESLIST
{
RESOURCE_NEEDED
{
name = MyResource
ratio = 0.5
}
}
}
}