[BDS-18523] Custom recipes that utilize recipe tags do not work Created: 09/Jul/23 Updated: 14/May/24 Resolved: 14/May/24 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.20.1 Hotfix |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | DegenerateGaming | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Has occured on a server ran by Aternos and a server ran by Shockbyte. Has not been tested on a dedicated server ran on a standard home computer. |
||
| Attachments: |
|
| Confirmation Status: | Unconfirmed |
| Description |
|
Attempting to use item tags as a recipe input will result in the recipe appearing in the book, but the recipe will be extremely buggy when attempting to craft it. If the player has the item set as a tag and has everything else, they will simply not be able to craft the recipe, but if the player does not possess the item but does have everything else, it will crash the server and yield the following to the console:
Steps to Reproduce: Observed Results: Expected Results: This is not an issue in normal Minecraft worlds that are ran with this Add-on applied; you are able to craft the items as normal with no problems.
Recipe File:
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "lzrd:superstar_boots"
},
"tags": [ "crafting_table" ],
"pattern": [
"X#X",
"X X"
],
"key": {
"X": {
"item": "minecraft:wool",
"data": 12
},
"#": {
"tag": "lzrd:elemental_shard" //The "Water Shard" item has this tag in it's file
}
},
"result": {
"item": "lzrd:superstar_boots"
}
}
}
Further visual proof in Attachments. |
| Comments |
| Comment by [MCQA] Kinga Izdebska [ 14/May/24 ] |
|
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem. Quick Links: |
| Comment by Maciej Piornik [ 31/Aug/23 ] |
|
Hi Can you please attach resource pack file used to reproduce this issue? This ticket will automatically reopen when you reply. |
| Comment by DegenerateGaming [ 11/Jul/23 ] |
|
Updated this one as instructed. More details have been added, let me know if I missed anything else. |
| Comment by Maciej Piornik [ 11/Jul/23 ] |
|
Thank you for your report! Can you please provide more details how to reproduce this issue? Does it occur on local worlds? Also, just a reminder, to make your bug report as effective as possible, please try and include the following steps to reproduce the problem:
If your ticket does not look like the example given here, then it's likely to be closed as incomplete. This ticket will automatically reopen when you reply. |