I have the standard custom pack that everyone has that contains the Masamune custom. I tried adding the 520 .dat file into my raw folder. It makes me invisible when I wield the masamune. I added the 521 .dat along with it and I still get the same results besides the inventory and drop icons are correct. So, I removed the 520 .dat file from my raw folder for now to get what you see in the screenshot. Everything is fine, but I'm holding a retarded iron mace. I added the file to my itemdef_2.java file which looks like this:
case 15500:
localItemDef.itemActions = new String[5];
localItemDef.itemActions[1] = "Wield";
localItemDef.modelID = 521;
localItemDef.modelZoom = 3000;
localItemDef.modelRotationY = 489;
localItemDef.modelRotationX = 484;
localItemDef.modelOffset1 = -1;
localItemDef.modelOffset2 = -1;
localItemDef.anInt165 = 520;
localItemDef.anInt200 = 521;
localItemDef.name = "Masamune";
localItemDef.description = "Remember Frugooscape?".getBytes();
break;
I also added the Masamune to my item.config. What am I doing wrong/missing? Thank you for your time to read this. God bless.
