Updated to the most modern version of minecraft.
I've went and re-wrote the entire mod to hopefully fix many of the outstanding issues with the previous iteration. Notably the insane time it takes to write reports (likely due to my custom debug output). I hope I no longer need this and the report should look better as well.
There's a few new features here as well, we now have a configuration file to enable and disable certain checks either for ease (like if you don't need to know what is and isn't a full block) or if you want to force certain conditions to take different paths within your block.properties file.
There's also now tag support (Specifically Iris' tags support version 2). Direct block declarations takes precedence over tags, however it will now show you what is being covered under said tag.
We have a new entity list that contains an organized by mod list mobs/entities. Only way to figure it out before was to use /summon and just...tab through every single option. Slow and annoying to say the least. Obviously not every single entity needs to be a part of the entity.properties file so I didn't put it in with the main analysis.
Item listing would be better done using ItemStackExporter
Dimensions should be easy enough doing /execute in and seeing what available options there are.
For downloading on Forge and NeoForge using Sinytra Connector....
This update brings better modded support using a new full block detection system, including fixing my issues with 1.21.5!
Thanks to @SpacEagle17, Minecraft will no longer freeze when triggering block processing!
A new catagory has also been added for block entities, should help with stuff like signs and chests and whatnot.
This update brings better modded support using a new full block detection system, including fixing my issues with 1.21.5!
Thanks to @SpacEagle17, Minecraft will no longer freeze when triggering block processing!
A new catagory has also been added for block entities, should help with stuff like signs and chests and whatnot.
This is a seperate release for NeoForge and Forge with Sinytra Connector as a dep.
This comes with quite a few improvements to block sorting. We now can detect if a block is "Full" or not (leaves, slabs, stairs, etc). We also check if the block is being rendered as translucent and if it emits light.
We also now detect if you include blockstates in your entry (ie redstone_torch:lit=false), this mod should be able to detect that you only included a few states of said block, and recomends you include the other states.
This also fixes a bug where the mod didn't actually trigger on world load on later versions.
1.21.5 is now supported (albiet not as accurate as the earlier versions, help needed to fix finding quads on blocks!).
This version has special logging for hard to debug issues, it does generate huge logs which takes time. Let me know if this should be ported to other versions or needs improving.
Updated for better nested #if, ported Forge updates to Fabric
Updated for better nested #if's
Mostly under-the-hood changes that should make updating easier.
ADDED: Reads directives such as #if MC_VERSION >= 13000, #else, and #endif and determines whether or not to include the blocks within those sections.
IMPROVED: Should also behave better with blocks with entries like thermalfoundation:ore:1
Hey! This release is for Forge 1.12.2! This version also slims down on the useless code. Might port changes to Fabric.
Initial Release of Euphoria Companion. Made to assist in those trying to add modded blocks to Optifine Shaderpacks, or updating their shaders to a new version of Minecraft.
Modern is for 1.19.3+ Legacy is for 1.16-1.19.2
Fabric only as of right now.

