How would i make a fully 3d block, but not a full block?

Started by ModManOnCurseForge on

Topic category: Help with Minecraft modding (Java Edition)

Active 10 months ago
Joined Sep 2024
Points:
108

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
How would i make a fully 3d block, but not a full block?

I want to make multiple blocks that are kind of 3d, like a want to make my custom mob drop a custom mob head of itself but i don't know how to. I only know how to make full blocks with the same texture on each side. Could someone tell me how i would be able to make a custom mob head? like one that would be from the twilight forest mod.

Active 1 day ago
Joined Dec 2014
Points:
1084

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 673
That'd require a custom…
Thu, 10/03/2024 - 23:39

That'd require a custom block model.

Active 10 months ago
Joined Sep 2024
Points:
108

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
Would you be able to baby me…
Fri, 10/04/2024 - 00:59

Would you be able to baby me through it XD

Active 1 day ago
Joined Dec 2014
Points:
1084

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 673
you can use this, model.json…
Fri, 10/04/2024 - 01:09

you can use this, model.json

{
    "elements": [
        {
            "from": [4, 0, 4],
            "to": [12, 8, 12],
            "color": 2,
            "faces": {
                "north": {"uv": [0, 0, 8, 8], "texture": "#missing"},
                "east": {"uv": [0, 0, 8, 8], "texture": "#missing"},
                "south": {"uv": [0, 0, 8, 8], "texture": "#missing"},
                "west": {"uv": [0, 0, 8, 8], "texture": "#missing"},
                "up": {"uv": [0, 0, 8, 8], "texture": "#missing"},
                "down": {"uv": [0, 0, 8, 8], "texture": "#missing"}
            }
        }
    ]
}
Active 10 months ago
Joined Sep 2024
Points:
108

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
...i dont know how that…
Fri, 10/04/2024 - 01:27

...i dont know how that works :|

Active 10 months ago
Joined Sep 2024
Points:
108

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 18
thx bro 
Sat, 10/05/2024 - 15:09

thx bro 

Active 1 day ago
Joined Dec 2014
Points:
1084

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 673
np sis
Sun, 10/06/2024 - 01:31

np sis