you have to make a new door material by the look of it thats just looking at the door item imma keep looking
edit: make a new door block type i think.
doorWood = (new BlockDoor(64, Material.wood)).setHardness(3F).setStepSound(soundWoodFootstep).setBlockName("doorWood").disableStats().disableNeighborNotifyOnMetadataChange();
hmm i think ive figured it out, you might have to add a new material unless you use one of the old ones
imma test it, you can expect a response within the hour if ive got it.
Like the mod I have now compressed the amount of files total to 8, added a redstone compressed block and made it to where different blocks have the correct noises
you forgot to tell him to check the spelling didn't you? Any small spelling mistake in name or code messes you up.
However it could be just as you thought that he didn't have the pics in the mcp jar or possibly left out one, or maybe capitalized the red obsidian wrong.
You should read the whole conversation before posting, or maybe you did, but didn't understand it.
He wants it to be like crafting cake. You craft it with the 3 buckets of milk, and when you take the cake, the 3 buckets of milk turn into empty buckets.
hmm i understand it better looking back at it but im still not sure you can. I think ill take a look at it and see if i can figure it out
is the part that gives you a milk bucket when you use it on a cow. Im not sure how this can be changed to hive you back the item, also i had a hard time trying to find the code that gives back a bucket when you use it to make cake as it isnt in the cake recipe from what i see.
Well I did have this code which i implemented into mod_UraniumCraft;
For the crafting recipe, because I couldent really put it elsewhere;
ModLoader.AddRecipe(new ItemStack(mod_UraniumCraft.UraniumPowder, 2), new Object[] {"X", Character.valueOf('X'), mod_UraniumCraft.UApple}) return Item.apple);
But of course it doesent work, infact here is the error, only [2]
thats not a valid way to use the return command, I dont belive having two items given is possible when there is only one spot on the crafting table. How ever if its a block you could make it drop more than one. I belive adding mod_name before what you want it to drop should work
you could add a tut about how to make items that are in a different mod file, I could make it if you want then you could upload it its not very difficult really
edit: i just tested it and all you need to do is add the mod_name infront of the item or block and it will load it.
0
for the record acctual i was as they had to get the source from me and where all lost without me having updated it
0
yes but it was only 1 block tall. il see about adding a pic in a sec.
0
sure here it is:
when you make and place it it keeps turning into a wooden door, its texture was like a white 16x16 door
0
edit: testing it now
editX2: i got it working tho it has its own textures it shows like the bottom of the door and is only 1 block high.
I give up good luck sly
0
you have to make a new door material by the look of it thats just looking at the door item imma keep looking
edit: make a new door block type i think.
hmm i think ive figured it out, you might have to add a new material unless you use one of the old ones
imma test it, you can expect a response within the hour if ive got it.
0
you have to make a new door material by the look of it thats just looking at the door item imma keep looking
0
so im guessing it helped?
0
0
0
edit: want me to add the armor soon?
0
you forgot to tell him to check the spelling didn't you? Any small spelling mistake in name or code messes you up.
However it could be just as you thought that he didn't have the pics in the mcp jar or possibly left out one, or maybe capitalized the red obsidian wrong.
0
hmm i understand it better looking back at it but im still not sure you can. I think ill take a look at it and see if i can figure it out
is the part that gives you a milk bucket when you use it on a cow. Im not sure how this can be changed to hive you back the item, also i had a hard time trying to find the code that gives back a bucket when you use it to make cake as it isnt in the cake recipe from what i see.
0
thats not a valid way to use the return command, I dont belive having two items given is possible when there is only one spot on the crafting table. How ever if its a block you could make it drop more than one. I belive adding mod_name before what you want it to drop should work
0
well since I was the sole holder of the source I was kinda important to the mod
0
edit: i just tested it and all you need to do is add the mod_name infront of the item or block and it will load it.