#Modify the 3D model of the "player_head" block

1 messages · Page 1 of 1 (latest)

keen patrol
#

I am looking for a way to create a custom block, and while researching I found that you can apply any texture to a "player_head" with a simple command. This would reduce the time needed to set textures and modify the block drops. I only have one problem: even though the head shows the texture, it still appears as a miniature block. Is it possible to modify its model so that it visually occupies a full block?

keen patrol
#

The Minecraft version I use is 26.1.2, and what I am looking for is that when a "player_head" is placed, it visually occupies a full block while still displaying the skins of the players it refers to.

exotic flare
#

Sure, but it would be that way for all player heads

keen patrol
exotic flare
#

No

#

Just placed player head blocks

keen patrol
#

I don’t quite understand you. Is it possible to make the heads occupy a full block?

exotic flare
#

It is possible to change their model to appear to occupy a full block. It won't change the size of their hitbox, and it will have to apply to all player head blocks the player sees while they have the resource pack enabled, not just the specific ones you're using for your custom blocks

keen patrol
#

There’s no problem with that, since there’s no normal way to obtain player heads anyway, so I don’t mind if that block stops being a decoration option. Having all player heads occupy the full space of a block is fine. Could you give me the method? I’ve been trying but I can’t manage to do it.

#

It’s okay, you can reply later. Sorry, I just saw the notification.

exotic flare
#

You just need to override the vanilla block model

#

You just make your new model and put it in the same folder with the same name as the original from the vanilla resource pack

stable lava
#

afaik, you can't change player head models. They are one of the few hardcoded special models.

paper zenith
#

well, i did a lucky block block without any resource packs with players heaf

#

you can go on bde (block display engine) and to choose your head, and then make it into a 16x16 instead of 8x8

keen patrol
#

I’m not looking for custom blocks without a resource pack, since those require using item displays and many of them cause lag. That’s why the player head block would be more useful. You can apply any texture to it regardless of resolution, it can be pushed by pistons, the drop is already set, it’s a block that won’t be missed, and since it’s a block it should be possible to configure it to remove faces from other blocks just like the others do.

#

Sorry for the delay in my reply, I had things to do. 🙏

astral light
#

Yea this is not possible with playerheads sadly enough

tacit crag
#

resizing player heads might be possible with some shader shenanigans, but I'd look into other options. If you want some one-off block like a workstation I'd just use item displays, they don't cause that much lag. And if you want building blocks I'd use some unused blockstate like waterlogged double slabs, since player heads would still be terrible for that usecase.

paper zenith
#

if you want to make custom blocks, you can use double waterlogged slabs, they cause no lag

#

there is a more advanced way, i wont go into detail, but you can make normal double slabs an unused blockstate

#

and then you can use them for custom blocks