1

Help with json file

Jazumes 11/12/18 12:15 pm
548
11/15/2018 12:12 pm
I am trying to make the pumpkins and lit pumpkins to have a custom texture on the bottom while still having the face and it being rotatable. this is what i have so far, it has a top and bottom but it only has one side texture

{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "particle/pumpkin",

"bottom": "blocks/pumpkin_bottom",
"top": "blocks/pumpkin_top",
"front": "blocks/pumpkin_face_off",
"side": "blocks/pumpkin_side"
}
}

i would really appreciate if someone could help me with this :)
Posted by
Jazumes
Level 17 : Journeyman Miner
4

  Have something to say?

JoinSign in

19

Jazumes
11/12/2018 2:36 pm
Level 17 : Journeyman Miner
Thank you so much <3. if you would like i can give you credit because i am planning to eventually release my resource pack to the public.
1
oakar258
11/12/2018 4:08 pm
Level 69 : High Grandmaster Artist
You're welcome ^^
1
Jazumes
11/13/2018 7:09 pm
Level 17 : Journeyman Miner
The file orientable.json causes the bottom of furnaces, dispensers, and droppers to have a missing texture.
1
Jazumes
11/13/2018 7:09 pm
Level 17 : Journeyman Miner
{
"parent": "block/cube",
"display": {
"firstperson_righthand": {
"rotation": [ 0, 135, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
},
"textures": {
"particle": "#front",
"down": "#bottom",
"up": "#top",
"north": "#front",
"east": "#side",
"south": "#side",
"west": "#side"
}
}
1
oakar258
11/14/2018 7:12 am
Level 69 : High Grandmaster Artist
Becouse these models don't have #bottom texture defined
1
Jazumes
11/14/2018 4:41 pm
Level 17 : Journeyman Miner
so how would i fix this? sorry im terrible at models and json files.
If i would edit this json file what would i add? or is it something else?
{
"parent": "block/orientable",
"textures": {
"top": "blocks/furnace_top",
"front": "blocks/dispenser_front_horizontal",
"side": "blocks/furnace_side"
}
}
1
oakar258
11/12/2018 2:28 pm
Level 69 : High Grandmaster Artist
Here you go, I created a template for you: mediafire.com/file/pumpkin template.zip
1
Jazumes
11/12/2018 12:56 pm
Level 17 : Journeyman Miner
by the way this is for 1.12
1

Welcome