TheEpicBlock
TheEpicBlock
Oh, this should be fixed in c88201413bffe385615a1650884bd4f1ac45b902
It looks like Techreborn is doing some sort of [custom rendering](https://github.com/TechReborn/TechReborn/commit/78cbf9a2acaee2c77a0c71784627a3b6f86eace3) for their buckets. Which means the json files aren't actually present. Will have to look into this. Thanks for...
Instead of storing textures per bucket. Techreborn creates the bucket textures on the fly using the relevant colours. I'd need to create custom code that renders the dynamic textures into...
I know there are issues with blocks that can be broken immediately. Could also be related to #34
A potential thing I'd maybe like to do is have rules. Instead of registering their polys, mods would register a rule that would apply their polys to their blocks. Then...
The `sourceState` should be the block that caused the block update, so that would be the opposite block. Looking at the mushroom and wall code, that should be enough to...
Just tested it, it seems it has been fixed. Probably due to e3c952d
I would've expected the dependency to be enforced regardless. Putting a library in the depends list means that your mod doesn't function without that library, I wouldn't expect the environment...
I would just like to add my 2 cents, because the current state of keybinds is horrible. > it would be more like "one key bind per predicate per key",...
The JVM does inlining by itself. Considering these methods are really small I doubt the JVM wouldn't inline these.