dalapo / FactoryTech

Factory Tech, a tech mod centered around automatic maintenance of machines
1 stars 2 forks source link

Make accepted parts configurable for modpack makers #68

Open Yarden-zamir opened 6 years ago

Yarden-zamir commented 6 years ago

use oredict to accept parts into machines. If it's possible to make it so that you can only fit I:maxPartStackSize of that item without the using the original itemstack max size.

dalapo commented 6 years ago

That would break Factory Tech's progression in more ways than I can count.

Yarden-zamir commented 6 years ago

I don't mean oredict that other mods use, I mean oredict that I as a modpack maker can use to make other parts that I specifically balanced work in your machines.

Yarden-zamir commented 6 years ago

But after thinking about it more it would make more sense as a list in the configs or a crafttweaker function

dalapo commented 6 years ago

Looking through my codebase, it should be possible to give Factory Tech parts unique OreDict entries so that if another mod wanted to add variants of a part, they would be able to. Allowing for config customization of the actual parts that machines use would require quite a bit more work.