Avaritia:Reforged

Avaritia:Reforged

45.5k Downloads

[Bug/漏洞] Json recipe for infinity catalyst not seen by crafttweaker

Joshernoob opened this issue · 3 comments

commented

Checks / 检查

  • I confirm that I have searched for existing issues / pull requests before reporting to avoid duplicate reporting./我确认在报告之前我已经搜索了现有的问题或者拉取请求,以避免重复报告。
  • I confirm that I followed the Docs and read the Changelog, but this problem still exists./我确认我按照文档配置并阅读了Changelog,但这个问题仍然存在。
  • I confirm that I noted that if I don't follow the instructions, the issue may be closed directly./我确认我已经检查,如果我不按照说明进行操作,该问题可能会被直接关闭。

Java Version / Java版本

17

Minecraft Version / Minecraft版本

1.20.1

Avaritia-Reforge Version / Avaritia-Reforge版本

1.3.6.0

Description / 描述

Used Craftweaker to use this https://github.com/Nova-Committee/Re-Avaritia?tab=readme-ov-file#infinitycatalyst as it seemed like a json recipe and yet it failed to load, on checking with craftweaker i saw that its not even being seen by said mod and

A) its not working
B) not a Json recipe and should be labeled better

Even if it is not B I would reccomend Adding more examples for each recipe type just like the craftweaker one at minumum, this as before will help confustion as this my second time here now for what looks like json code.

What be even better Is, but doesn't have to happen is a rework to show the code better up an front as well

To Reproduce / 重现

use crafttweaker and this mod
use the code like json in crafttweaker
craftweaker errors

Log / 日志

N/A no output to main log

Config / 配置

N/A

commented

the recipe cant change result item

commented
{
  "type": "avaritia:infinity_catalyst_craft",//Infinity Catalyst recipe type
  "category": "misc",
  "ingredients": [
    {
      "item": "minecraft:emerald_block"
    },
    {
      "item": "avaritia:crystal_matrix_ingot"
    },
    {
      "item": "avaritia:neutron_ingot"
    },
    {
      "item": "avaritia:cosmic_meatballs"
    },
    {
      "item": "avaritia:ultimate_stew"
    },
    {
      "item": "avaritia:endest_pearl"
    },
    {
      "item": "avaritia:record_fragment"
    }
  ]
}
commented

you can use crafttweaker to change this recipe