Avaritia:Reforged

Avaritia:Reforged

45.5k Downloads

[Enhancement/功能请求] More in depth crafttweaker examples

Joshernoob opened this issue · 2 comments

commented

Checks/检查

  • I confirm that I have searched for existing issues / pull requests before reporting to avoid duplicate reporting./我确认在报告之前我已经搜索了现有的问题或者拉取请求,以避免重复报告。
  • I confirm that I noted that if I don't follow the instructions, the issue may be closed directly./我确认我已经检查,如果我不按照说明进行操作,该问题可能会被直接关闭。

Description/描述

craftweaker is the go to for new pack makers and since this mods names "Avaritia" is well known, meaning both new and old pack creators a like will be going to it for the custom recipes alone

the problem is that the craftweaker code example is very lacking compared to most other craftweaker examples I've seen
best example of this is

mods.avaritia.ExtremeTableCrafting.addShaped("name",output, ingredients);
mods.avaritia.ExtremeTableCrafting.addShapeless("name",output, ingredients);

both look like shapeless recipes yet one is clearly not, and a new pack dev will look at these not see the diffrence, get error after error, pushing them on to you unless they see the Kubejs side that is in depth and are using kubejs

Most will not see the Kubejs side or not use it do to only be using craftweaker

Again this just a request to make the craftweaker examples more in depth to help new devs (and some older ones)

commented

added