Started by
Taabbed
on
Topic category: Help with Minecraft modding (Java Edition)
First Of All, I Want A REAL reply, all the other things i have looked at havent been helpful, I have tried editing the json file and setting the item to use that file
-- File Here
{
"loader":"forge:separate-perspective",
"gui_light": "front",
"base": {
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "orespawn:item/berthasmall"
}
},
"perspectives": {
"firstperson_lefthand": {
"parent": "orespawn:custom/bertha"
},
"firstperson_righthand": {
"parent" : "orespawn:custom/bertha"
}
}
}
-- End
The File Is Called HandViewer In Mcreator and i have the Big Bertha Item Set To Use The Hand Viewer Model Any Help?
As you can guess im working on making orespawn (if the mod creator complains, im gonna use it on a server with my friends >:))