3

How to Make Pumpkins Have Different Bottom Texture?

FishStacks's Avatar FishStacks5/3/21 1:27 pm
3 emeralds 191 1
5/3/2021 1:40 pm
ShinyDragon96's Avatar ShinyDragon96
alright so
I'm working on a pack but
I need to change the bottom texture of pumpkins that is different from the top texture
does anyone know how?
thanks
Posted by FishStacks's Avatar
FishStacks
Level 72 : Legendary Stack
1,071

Create an account or sign in to comment.

1

ShinyDragon96
05/03/2021 1:40 pm
Level 70 : Legendary Procrastinator
history
ShinyDragon96's Avatar
You would do this with model files and parents. For example, for carved pumpkins you could do this:

{
  "parent": "minecraft:block/cube_bottom_top",
    "textures": {
      "top": "minecraft:block/pumpkin_top",
      "front": "minecraft:block/carved_pumpkin",
      "side": "minecraft:block/pumpkin_side",
      "bottom": "minecraft:block/pumpkin_bottom"
  }
}
You can find out how to do more like this here:
The Block Model JSON
2
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome