P3pp3rF1y / SophisticatedStorage

GNU General Public License v3.0
23 stars 26 forks source link

Kubejs 1.20.4 Neoforge compat issue #413

Closed Saereth closed 1 month ago

Saereth commented 1 month ago

Not sure if this issue is on Kube's side or Sophisticated but with kubejs if I add any custom recipes at all then all of sophisticated backpack/storage recipes end up removed.

Steps to reproduce:

install sophisticated storage/core/backpacks and kubejs + dependencies on a 1.20.4 neoforge instance make a simple servrer script to add a recipe such as

ServerEvents.recipes((event) => {

  event
    .shaped("minecraft:beehive", ["PPP", "SSS", "PPP"], {
      P: "#minecraft:planks",
      S: "minecraft:sugar",
    })
    .id("ftbneotech:hivealternate");

});

All subsequent reloads/pack relaunches will have missing recipes for all of Sophisticated backpacks/storage items.

This doesn't seem to impact any other mods that I've found yet.

TheonlyTazz commented 1 month ago

Appendum: This can be potentially caused by the neoforge:conditions inside the recipes JSONs

if switched back to conditions it works again.

P3pp3rF1y commented 1 month ago

@TheonlyTazz what do you mean by switched back to conditions? What is evaluating those conditions then?

TheonlyTazz commented 1 month ago

Good Question 😅 i only tested by removing that and it showed up the recipes, so i "assumed" that thats causing the issue, guess i'll have to dig in further

P3pp3rF1y commented 1 month ago

@Saereth I was going to test with kubejs, but I am unable to find 1.20.4 version of it. I can see on CF the version listed among versions that are supposedly supported, but when I filter by it no file for download is listed. Did you get it there or somewhere else? Perhaps they pulled the version because it had some bad bug that guaranteed pulling it?

P3pp3rF1y commented 1 month ago

Alright found the alpha release there. Joined their discord and can see that they have an issue for conditional recipes not working with kubejs so you will need KubeJs To fix this.

P3pp3rF1y commented 1 month ago

And now I see that one of the last comments is from you :D