LearnMC
Results
2
comments of
LearnMC
似乎在白名单里面加入minecraft:net.minecraft.class_481就行了,是调用的原版的screen(只是猜测,但我加入了就好了)
> 可能需要一个例子来说明你正在谈论的内容 I wrote the code below: RawAnimation.begin().then("model.opening", Animation.LoopType.PLAY_ONCE).thenLoop("model.opened") @Override public void registerControllers(AnimatableManager.ControllerRegistrar controllers) { controllers.add((new AnimationController(this,jud())).transitionLength(0)); } I have two animations, which are: “model.opening” and "model.opened". The "model.opened" animation...