badhaloninja

Results 4 issues of badhaloninja

is it no longer possible to convert from anvil to leveldb in v2?

I extracted this from the Minecraft 1.12 jar > ModelArmorStand.java ``` public ModelArmorStand(float modelSize) { super(modelSize, 64, 64); this.bipedHead = new ModelRenderer(this, 0, 0); this.bipedHead.addBox(-1.0F, -7.0F, -1.0F, 2, 7, 2,...

enhancement
CEM

### Describe the bug? If a MultiAudioClipPlayer has a length above ~44739.25 AND it has a StaticAudioClip (this does not occur with only Procedural Audio Clips) the MultiAudioClipPlayer will stop...

bug
triaged

### Is your feature request related to a problem? Please describe. Something I run into fairly often is I want to display a float3 or some other vector to a...

New Feature