Attribute filter for bulk super heat and bulk freezing
Kethku opened this issue ยท 4 comments
There is no attribute filter for bulk super heating or bulk freezing making automating the seething and freezing sails much more difficult
Sorry I wasn't specific enough!
I would expect that when using a create attribute filter and using a reference item such as a block of coal which can be processed using the seething sail, you would be able to filter by if the item can be bulk super heated.
Its very possible I'm missing something, but I would expect that an attribute would show up in this list such as super heatable or something like that.
I think this because the vanilla create bulk processing recipes have equivalent recipes. For example, if I use kelp as a reference item, I can filter by if items are smokeable.
That said, I didn't know a rewrite was in the works! If thats the case, I may dig in and work on a temp fix to add in the attribute myself for the current version as a stop gap. Love the project <3
Its been a long time since I've dug in to java codebases let alone minecraft modding, so I'm not sure if this is the right direction, but I looked into the create repo and found ItemAttribute which has among other things the filters I expected in the base mod.
Weirdly in that same folder is a subfolder which seems to add attribute filters for AstralSorcery which seems weird to include in the create repo itself. Maybe thats a bad sign and attributes cant be extended without an upstream change?