[๐]: slab to block bug
Derpgamer22 opened this issue ยท 5 comments
Code of Conduct
- Always check you are using the latest version of the mods and its dependencies
- Ensure the version of EveryCompat & Moonlight Lib are up to date
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.20.1 - FORGE
StoneZone Version
stonezone-1.20-2.7.11
Moonlight Lib Version
forge_1.20-2.13.72
Issue with mods
stonezone
Issue Detail
examples
OPTIONAL: Latest.log | Crash-report Attachment
No response
OPTIONAL: To Produce
No response
the recipe for crafting cut bricks from slabs is bugged and is used in normal cut blocks instead.. idk if this is a fault of my modpack or is actually doing this
ok so you meant. the recipe to craft "cut_bricks" from "slab" (normal one) is wrong? I need more details to understand what's the problem so i can check on my side.
try create a example like this:
Recipe:
"slab" + "slab" = "cut_bricks" - is wrong, it should be "slab" + "slab" = "whatever"
just to give you an example so i can understand what's going on.
the recipe: cut_bricks_slab + cut_bricks_slab = cut_bricks is bugged and doesn't exist
the recipe: cut_slab + cut_slab = cut_block is fine.... BUT there is also a duplicate but with the recipe id saying that it is for bricks, even though if it was, it would used the cut bricks slab
ok found the problem. and it will be fixed. SZ is using the wrong recipe for cut_bricks_slab to get cut_bricks


