* bottom block of a slime tree spawns as " block.slime.congealed.metal.name" * Blue congealed slime blocks are supposed to craft blue slime balls, this one doesn't
I would say this is a mod issue, possibly updating TConstruct (if there is an update) could fix, however it may only work for new chunks.
This is probably a single wrong number in the code from what I can see. I was going to bytehack TConstruct anyway, so I will include a fix for this as well.
Why "hack" at all at TCon. It is open source! I also don't understand why people were worried about those cheap uu matter recipes they once had. Again the mod is opensource so just fix/remove offending code.
Exactly. You'll probably want to look at this file https://github.com/SlimeKnights/Tin...in/java/tconstruct/worldgen/SlimeTreeGen.java
Just editing the bytecode is much quicker, and in this case, easier. The build scripts in the TConstruct and TMechworks repos are broken and completely useless right now.