![Diggus Maximus](https://media.forgecdn.net/avatars/thumbnails/225/974/256/256/637042640078429384.png)
Mod Menu custom groups config is limited to 32 Characters disabling ability to group blocks
Drunkender opened this issue ยท 7 comments
When trying to create a custom group in the mod menu(minecraft:iron_ore, minecraft:deepslate_iron_ore) it gets cut off at (minecraft:iron_ore, minecraft:de). When I manually add it to the grouping.json5 file they will still not excavate together.
Minecraft 1.18.1, fabric 0.12.12, DiggusMaximus 1.5.2-1.18
I've also tried enabling Tag Grouping like your example here to no avail.
Nice! Thank you very much. Block grouping was one of my favorite features of the Ore Excavation mod for Forge. Would love to see it working in DiggusMaximus aswell!
Cheers
Here is a pre-release
Works perfectly! Although I found a way to crash it already =D.
Pasting the results from /ct hand( item:denseores:dense_iron_ore * 64) into the block group gave me this. (Was doing this to add new blocks quickly from the dense ores mod)
---- Minecraft Crash Report ----
// Daisy, daisy...Time: 1/31/22, 9:40 PM
Description: Rendering screennet.minecraft.class_151: Non [a-z0-9_.-] character in namespace of location: item:denseores:dense_iron_ore * 64
If you want the whole stack trace let me know. Other than that hiccup I love it!
You need to remove the * 64. The block listed should only be it's ID. But It shouldn't crash, that should be fixed