KubeJS (Old)

KubeJS (Old)

3M Downloads

Botany Pots handler incorrect in 1.18.2

Linguardium opened this issue ยท 0 comments

commented

Minecraft Version

1.18.2

KubeJS Version

1802.5.4-build.535

Rhino Version

1802.1.14-build.225

Architectury Version

4.9.84

Forge/Fabric Version

Fabric

Describe your issue

for (var e : json.get("results").getAsJsonArray()) {

https://github.com/Darkhax-Minecraft/BotanyPots/blob/ab4bddfab7c0f4b70dc481ad138217904f96ae15/Common/src/main/java/net/darkhax/botanypots/data/recipes/crop/BasicCropSerializer.java#L24

KubeJS is using "results" while Botany Pots is currently using "drops"
This causes all kubejs recipes using the botany pot crop recipe type to fail, even when attempting to register as a custom recipe type rather than directly using the handler.

Crash report/logs

No response