Posted November 13, 201311 yr Hello, I've made an Entity which should noclip. The noclip flag is set to true and I've also tried to make a custom movement system but when it is inside a block it always renders above it. How can I create true noclip? Busti PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
November 14, 201311 yr Author I don't always bump a post. But when I do its a serious problem. PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
November 15, 201311 yr You should look into ghasts and ender dragons. They are noclip and you should try looking at the render files for them. I'm just guessing, of course. I've never looked into noclip. -Mitchellbrine Minecraft can do ANYTHING, it's coded in Java and you got the full power of Java behind you when you code. So nothing is impossible. It may be freaking fucking hard though, but still possible If you create a topic on Modder Support, live by this motto: I don't want your charity, I want your information
November 15, 201311 yr If you look at EntityDragon you would see that in its construtor the variable noclip is set to true.
November 15, 201311 yr AFAIK, the noClip variable in Entity is not used for rendering, only for movement. You might want to look at isInvisibleToPlayer(EntityPlayer) .
November 15, 201311 yr Author I found a mojang bug ticket here: https://mojang.atlassian.net/browse/MC-5321 PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.