2

Need help with .json texturing

coffeebug's Avatar coffeebug10/5/20 1:08 pm
10/6/2020 9:11 pm
Arthur_cds's Avatar Arthur_cds

So, i'm trying to make a furnace that has two other custom sides, bottom and back.

The file is resourcepack/assets/minecraft/blockstates/furnace.json

The code is
{
"parent": "block/cube",
"textures": {
"up": "minecraft:blocks/furnace_top",
"down": "minecraft:blocks/furnace_bottom",
"south": "minecraft:blocks/furnace_back",
"north": "minecraft:blocks/furnace_front",
"west": "minecraft:blocks/furnace_side",
"east": "minecraft:blocks/furnace_side",
}
}

Please help.
Posted by coffeebug's Avatar
coffeebug
Level 50 : Grandmaster Pixel Painter
104

Create an account or sign in to comment.

11

1
10/06/2020 8:34 pm
Level 50 : Grandmaster Pixel Painter
coffeebug
coffeebug's Avatar
do i need some kinda of file that tells minecraft that x file exists and can be used as a textrure
1
10/06/2020 3:21 pm
Level 17 : Journeyman Modder
Notta
Notta's Avatar
Probably best to have two different texture names, so the .json can read them.

"west": "minecraft:blocks/furnace_side_westand same would go for east as well
"east": "minecraft:blocks/furnace_side_east
1
10/06/2020 8:33 pm
Level 50 : Grandmaster Pixel Painter
coffeebug
coffeebug's Avatar
i tried this, and it didn't work
1
10/06/2020 3:15 pm
Level 39 : Artisan Strawberry
Arthur_cds
Arthur_cds's Avatar
Can you elaborate? The code seems fine.
1
10/06/2020 8:30 pm
Level 50 : Grandmaster Pixel Painter
coffeebug
coffeebug's Avatar
it displays the error texture
1
10/06/2020 9:11 pm
Level 39 : Artisan Strawberry
Arthur_cds
Arthur_cds's Avatar
So if it displays a texture error didn't you delete the texture or renamed it?
3
10/05/2020 5:08 pm
Level 69 : High Grandmaster Artist
oakar258
oakar258's Avatar
Last texture declaration ( "east" : "minecraft:/blocks/furnace_side", ) should not have " , " character - just remove it, other than that code seems to be written okay - just make sure that you have textures in the specified locations.
1
10/05/2020 7:09 pmhistory
Level 50 : Grandmaster Pixel Painter
coffeebug
coffeebug's Avatar
actually i'm pretty sure i tried that without the comma and it still didnt work
edit: yeah it didnt work
2
10/05/2020 7:13 pm
Level 56 : Grandmaster Llama
Suspicious Stoo
Suspicious Stoo's Avatar
What does your latest.log say?
1
10/06/2020 3:02 pm
Level 50 : Grandmaster Pixel Painter
coffeebug
coffeebug's Avatar
what's latest.log?
1
10/06/2020 3:31 pm
Level 56 : Grandmaster Llama
Suspicious Stoo
Suspicious Stoo's Avatar
Your new best friend. It contains system logs as well as error codes, you can find it in the .minecraft folder. If you're making complex packs, it will tell you exactly which files caused errors and on which lines.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome