Future MC

Future MC

14M Downloads

[1.12.2] Oredict compat for composters

Sunconure11 opened this issue ยท 10 comments

commented

Just what it says on the tin

commented

Can more oredict be compatible or configured (more expected)? At present, it is far from enough. For example, Rustic and Cuisine crops are not accepted.

commented

I don't have default values for modded stuff in the composter but I'm open to suggestions

commented

You can also write a simple crafttweaker setup for looping through an oredict and adding to the composter like that

for item in <ore:seeds>.items {
  Composter...(item);
}
commented

Well, just looked at the Composter... turns out I added OreDict compat at some point for the addValidItem function. If I should include it on any other function let me know

commented

Harvestcraft is getting JEI and Harvestcraft compat next update

commented

What functions do you need this for at the moment?

commented

Honestly, most, if not all of the mod's functions could go with it in some degree.

commented

Alright, one thing I was thinking was compost.

commented

Certain functions (like the bee pollination targets using IBlockState) don't work with an oredictionary approach. I was hoping your response would mention a few functions in particular.

commented

Yeah, I think the composter would be good. Also kind of why I made this issue in the first place.