-
Bug
-
Resolution: Duplicate
-
None
-
1.19.2
-
None
-
Windows 10
Java 17.0.3 64bit
-
Unconfirmed
When placing blocks into a stone cutter, all recipes for the entered block are shown and crafting can be completed. This is regardless of whether the place has the recipe when using the doLimitedCrafting gamerule.
What I expected to happen was...:
I expect the stone cutter to only show the blocks I have the stone cutter recipes for.
What actually happened was...:
The stone cutter shows all recipes for the placed block.
Steps to Reproduce:
1. Run the below command to enable doLimitedCrafting.
/doLimitedCrafting = true
2. Run the below command to remove all recipes obtained by the user.
/recipe take <username> *
You can also remove a specific stone cutter recipe using the following command:
/recipe take <username> cobblestone_stairs_from_cobblestone_stonecutting
3. Place valid block (cobblestone, copper block etc) into the stone cutter.
4: All recipes for the entered block are shown regardless of if you have the recipe.
- duplicates
-
MC-143214 All new crafting stations ignore the DoLimitedCrafting gamerule
- Resolved