Ponder for KubeJS

Ponder for KubeJS

21M Downloads

scene.world.setKineticSpeed is not available

Senjosei opened this issue ยท 1 comments

commented

Minecraft Version

1.20.1

Mod Version

2.0.1

Describe the bug!

Looking at the Create mod and how they make contraptions rotate, they use setKineticSpeed method, but i noticed its not exposed in ponderJS
Image

Crash Report

No response

Log

No response

Additions and Modifications

No

Additions and Modifications Description

No response

Did the issue happen in singleplayer or on a server?

Singleplayer

commented

You can import the CreateSceneBuilder via const CreateSceneBuilder = Java.loadClass("com.simibubi.create.foundation.ponder.CreateSceneBuilder") and inside your scene you can create an instance of it via new CreateSceneBuilder(scene) which has the methods