2

Help!

g4ymer4rtist 3/9/25 11:54 pm
165
3/11/2025 8:20 pm
i adeed a texture titled crafting_table_bottom.png or something along those lines so the bottom texture is diffrent and not just oak planks but it stayed as the oak plant texture. its also the same issue for my cartography table, flecthing table, and lectern even though i adde custom bottom files for each of them, is there anyway to fix this
Posted by
g4ymer4rtist
Level 1 : New Collective
2

  Have something to say?

JoinSign in

9

Cornbread_Alphanumeric
03/10/2025 5:54 am
She/They • Level 54 : Grandmaster Miner uwu
just adding a texture won't work. you have to also tell the game that the texture needs to be used and where.
on bedrock edition, this is done using blocks.json and terrain_texture.json. on java edition this is done using the block's model file.
if you need me to elaborate, i can, but i need to know what edition you're working with first.
2
g4ymer4rtist
03/10/2025 6:25 pm
She/Her • Level 1 : New Collective
thank you! im using java and im testing the pack using modrinth app and the fabric loader, i also hae the etm and emf mods if that changes anything, if you could give me the code to do that and what file type and where to put the file that would be useful thanks!
2
ScotsMiser
03/10/2025 7:21 pm
Level 71 : Legendary Miner
In the interest of speed…
This is from 1-21-4, but should be good in other [​recent] versions [​Be careful if using another version e.g. the "block" folder was named "blocks" until recently 🥴 ]

The crafting_table.json (located in assets/minecraft/models/block) is:
{
"parent": "minecraft:block/cube",
"textures": {
"down": "minecraft:block/oak_planks",    ☚ THIS ONE
"east": "minecraft:block/crafting_table_side",
"north": "minecraft:block/crafting_table_front",
"particle": "minecraft:block/crafting_table_front",
"south": "minecraft:block/crafting_table_side",
"up": "minecraft:block/crafting_table_top",
"west": "minecraft:block/crafting_table_front"
}
}

The others are similar….
2
g4ymer4rtist
03/11/2025 2:14 am
She/Her • Level 1 : New Collective
is it ok if i have the template for the lectern aswell?
2
g4ymer4rtist
03/11/2025 2:21 am
She/Her • Level 1 : New Collective
and the cartography table too maybe?
1
Cornbread_Alphanumeric
03/11/2025 3:58 am
She/They • Level 54 : Grandmaster Miner uwu
history
all of the model files (with better formatting) are already present in the game's jar file (located in the versions folder in .minecraft). there are probably better ways of extracting them, but the easiest i've found is to just change the file extension from .jar to .zip (after making a copy, of course. the game does still need this file to run i think.) and just going about it how you would with any other zip file.
1
g4ymer4rtist
03/11/2025 2:10 am
She/Her • Level 1 : New Collective
thanks so much! im about to test it rn, the issue was due to almost all blocks being changed to a 8x8 while things like workbenches and decor stayed the same so having a 8x8 texture on the bottom looked a bit strange
1

Welcome