1

Resource Pack 3D

GameplayGP's Avatar GameplayGP6/21/19 4:39 pm
1 emeralds 423 8
6/23/2019 5:20 pm
GameplayGP's Avatar GameplayGP
Well, for the sake of my texture pack, I want it to be more awesome, I tried a resource pack from a user (I forgot name), and I found it awesome, so I tried to just use one thing to put in my texture pack and credit him.. but I wanted to create more, I want to make things more 3D,
But I didn't know how, so I took a "torch" as an example:
{
"parent": "block/torch",
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.9, 0.9, 0.9 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0 ],
"scale":[ 0.25, 0.25, 0.25 ]
},
"fixed": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"thirdperson_righthand": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 1 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson_righthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.68, 0.68, 0.68 ]
},
"firstperson_lefthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.68, 0.68, 0.68 ]
}
}
}

Does Anyone Know How to do it?
Posted by GameplayGP's Avatar
GameplayGP
Level 26 : Expert Crafter
4

Create an account or sign in to comment.

8

1
06/23/2019 5:20 pm
Level 26 : Expert Crafter
GameplayGP
GameplayGP's Avatar
okay! thanks :) Now I knew modeling.
2
06/22/2019 11:10 am
Level 69 : High Grandmaster Artist
oakar258
oakar258's Avatar
I think Minecraft Wiki explains models structure pretty well in my opinion:

minecraft.gamepedia.com/Model
2
06/22/2019 5:18 amhistory
Level 39 : Artisan Dragon
dragonmaster
dragonmaster's Avatar
Yeah, what @lolw0tm8 said

Get yourself a program such as Blockbench and make a new model for items ^^



The only thing the code you showed does is:

-Use the block model for the item instead of a flat icon ("parent": "block/torch",)

-rotate/scale/move the item model in your inventory/hand etc. (the "display:{...} part)
1
06/22/2019 6:05 am
Level 26 : Expert Crafter
GameplayGP
GameplayGP's Avatar
I don't know how to use modeling, but I mean.. is it easy?
1
06/22/2019 6:33 am
Level 39 : Artisan Dragon
dragonmaster
dragonmaster's Avatar
It's relatively simple once you get the hang of it:



-You have cuboids, which you can move, scale and rotate (in 22.5 increments and only on one axis)



-You can give each side of the cuboid a specific part of a texture (UV)

(In Blockbench you can even create your own textures if you don't want to use existing ones)

Make sure that the texture are already in a valid resourcepack structure before you load them into Blockbench btw. (except when you create textures inside Blockbench, then just make sure to save them inside a valid resourcepack)



-You can change the display settings (how it looks in the hand/head/ground/gui etc. in Blockbench by clicking on Display in the top right)

-Once you finished everything just put the model and the textures in your resourcepack in the right folder with the right name and it should work ingame
1
06/22/2019 6:59 am
Level 26 : Expert Crafter
GameplayGP
GameplayGP's Avatar
Can you show me a video for modeling a minecart? because I still do not understand, I never did modeling before.
1
06/22/2019 7:07 am
Level 39 : Artisan Dragon
dragonmaster
dragonmaster's Avatar
You can only remodel items/blocks in Java Edition without mods
1
06/21/2019 5:09 pm
Level 34 : Artisan Creeper Hugger
bhfdh
bhfdh's Avatar
this model code n stuff u put in there is pretty useless for block like torch, if you wanna make 3d models, get 3d model creator for minecraft.
you can get free creator (for ex. blockbench or crayfish) or paid one (cubik etc.)
hope i helped you enough
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome