[Bug]: Warped and Crimson stems can be sawed directly into planks without stripping them first.
gamma-delta opened this issue ยท 1 comments
General Info
- I didn't add any mods
- I can reproduce this issue consistently in single-player
- I can reproduce this issue consistently in multi-player
- I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
- I am crashing and can provide my crash report(s)
- I am using the latest version of the modpack
Your launcher
Prism
Modpack version (Do not say latest check curseforge has it on modpacks icon)
1.7b
Describe your issue
You can use a saw to craft warped and crimson stems directly into planks without stripping them first. This also causes a recipe conflict.
Steps to reproduce the issue
- Get some warped stems
- Put them in a crafting grid with a saw
- Note the recipe conflict -- you can either strip them like you're supposed to, or cut them directly into planks.
Additional Information
This is not a crash, there's no reason to provide logs.
I think this happens because the script that makes the recipes specifically checks for resource locations that look like <mod>:stripped_<type>_log
. But warped and crimson stems are called minecraft:stripped_warped_stem
.