[1.18.1 Fabric Bug] Potential issue with Crafting Quests
itsdinkd opened this issue ยท 3 comments
My players of my modpack are telling me that the Crafting quests are not working, and after they craft items, the task is not getting completed. THis is happening on numerous quests, with just 1 task, a crafting task.
This is the config for one of the quests that people are having issues with
{
"uuid": "8b1bfb00-73c4-422e-af66-cfeae6a86280",
"name": "Craft a Baby Backpack",
"description": "Minecraft 101... You need a backpack. Its essential. \n\nSo, Go ahead and craft a inmis Baby Backpack! After that, work on getting higher tiers of the backpacks as you get so much more storage space.",
"x": 14,
"y": 189,
"icon": {
"id": "inmis:baby_backpack",
"Count": 1,
"tag": {}
},
"tasks": [
{
"type": "CRAFT",
"items": [
{
"item": {
"id": "inmis:baby_backpack",
"Count": 1,
"tag": {}
}
}
]
}
],
Here is another
{
"uuid": "61e83542-c5ae-46a2-a5d6-3a1d4f4360b3",
"name": "Carry Things",
"description": "With a Carrier Glove, you can move lots of different blocks like Crafting Tables, Expanded Storages, Cables, Smithing Tables, and so much more (NO Spawners or Vanilla Chests)\n\nCraft a Carrier Glove and Sneak + Rightclick to carry it. Do know that this will cost you some hunger and slow you down until its placed with Right Click.",
"x": 40,
"y": 72,
"icon": {
"id": "carrier:glove",
"Count": 1
},
"tasks": [
{
"type": "CRAFT",
"items": [
{
"item": {
"id": "carrier:glove",
"Count": 1
}
}
]
}
],
"prerequisites": [],
"optionlinks": [],
"reward": [
{
"id": "gofish:wooden_crate",
"Count": 1
}
],
"rewardchoice": [],
"commandrewards": []
}
```
Crafting tasks seem to work normally, so there has to be some unknown circumstances which causes the issue to occur. @itsdinkd What modpack is this happening in? And is there anything else you've learned about the issue?