Diggus Maximus

Diggus Maximus

3M Downloads

Mod Menu custom groups config is limited to 32 Characters disabling ability to group blocks

Drunkender opened this issue ยท 7 comments

commented

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

https://i.imgur.com/gAHMaJC.png
config_file

https://i.imgur.com/hbNV8FX.png
mod_menu

commented

I've also tried enabling Tag Grouping like your example here to no avail.

commented

I redid the grouping config option in mod menu to make it a bit easier to use. This does increase the limit too. I'll get this released soon

image

commented

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

commented

Here is a pre-release

diggusmaximus-1.5.3-1.18.zip

commented

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 screen

net.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!

commented

You need to remove the * 64. The block listed should only be it's ID. But It shouldn't crash, that should be fixed

commented

I was planning on editing it in the config screen, it was just a fast way to get the item id. Had all of the iron ores and dense iron ores in one block group.

Thank you very much for this!