[0.4.6] Stonecutter tweaks issues
Rodg88 opened this issue ยท 5 comments
Modpack version
0.4.6
Describe the bug
Some minor issues with the newer stonecutter tweaks:
Stone pillars and panels from Builders Crafts & Additions, mackaws roofs, and stone brick stairs/slabs walls appear in cut lists for plain stone variants, eg plain granite or plain red rock will have stone versions of these blocks.
You can swap between the different colours of botania quartz blocks. These require different resources to make, so this bypasses that.
You can get a stone variant's slab/stairs/wall directly from the base stone, eg being able to get mossy granite stairs from plain granite. This may not be an issue, but I'd argue requiring the variant as the source to get the slabs/stairs/walls would be a nice way to do things to cut down on the large amount of clutter in some of the stonecutter lists. Since stonecutting is free and no durability, It would make sense to me at least that you first turn your granite to mossy granite, then you cut it into stairs. This wold make the main list for stonecutting the base blocks much smaller and easier to find what you're after. If it's a lot of work to split up these recipes though I wouldn't worry about it.
The bug part of this issue is now resolved in-dev
The slab/stair/wall recipes are the default ones shipped with Masonry (the only mod affected). Fixing this is probably a bit more work, but it might still be doable
This part is not :)
Turns out the issue with stone isn't actually caused by the stonecutter scripts, it seems this commit (2d1f248) got a little out of hand...
As for the other issues, I'll look into it (not entirely sure what's going on with the quartz tbh)
Ah yes, I'll fix 2d1f248 :P perhaps restricting it to crafting recipes is fine.
As for the other issues, I'll look into it (not entirely sure what's going on with the quartz tbh)
The Quartz recipe comes from https://github.com/NillerMedDild/Enigmatica6/blob/master/kubejs/server_scripts/enigmatica/kubejs/base/recipetypes/minecraft/stonecutter.js lines 3-20, tag conversion between storage_blocks.
The official repository and issue-tracker for Enigmatica 6 - NillerMedDild/Enigmatica6
Just noticed that, Botania tags all their different quartz blocks as forge:storage_blocks/quartz
for some reason. Untagging them should fix this.
The slab/stair/wall recipes are the default ones shipped with Masonry (the only mod affected). Fixing this is probably a bit more work, but it might still be doable