AlmostReliable / kubejs-enderio

A Minecraft mod to add KubeJS integration to EnderIO.
https://www.curseforge.com/minecraft/mc-mods/kubejs-enderio
0 stars 7 forks source link

Sagmilling method not working in script #3

Closed AGUrGrill closed 1 year ago

AGUrGrill commented 1 year ago

Version

1.20.1-0.3.1

Describe the bug!

I am currently trying to add sagmilling recipes, and they are not working. I have also tried the examples given, and they do not work either. TI am thinking maybe there was an update that broke it or I'm stupid, here is an example of what I'm trying to do that's not working:

sagmilling(["gravel"], "aether:holystone",500); sagmilling(["enderio:powdered_coal"], "charcoal",500);

Other than that all the other recipe types have been working fine.

Crash Report

No response

Log

No response

Additional Context

Yes

Modifications

A couple of mods, such as Aether and EnderIO.

Did the issue happen in singleplayer or on a server?

Singleplayer

rlnt commented 1 year ago

I made a pull request for EnderIO to make some of their recipe types more consistent. It's now called sag_milling. I didn't have time to update this in the wiki yet, sorry.

AGUrGrill commented 1 year ago

I just tried "sag_milling", and it is showing as not defined in the kube js error. image

Line with error: sag_milling(["gravel"], "aether:holystone",500);

rlnt commented 1 year ago

It's working for me. Please join the Discord. That's a bit easier to help you with that.

github-actions[bot] commented 1 year ago

:wave: @AGUrGrill! Please don't use the issue tracker for support requests.

As stated in our Contribution Guidelines, we use it exclusively for bug reports and feature requests.

Feel free to join our Discord for help instead.

Xplodin commented 9 months ago

This error also appears on server image

rlnt commented 9 months ago

Like the previous response should indicate, please join the Discord in order to receive support.