Everything posted by tomwonu21
-
Custom modpack World errors / not loading
need anything else? i still cant figure it out
-
Custom modpack World errors / not loading
FastCraft is not in the pack. Logs: Latest: https://drive.google.com/file/d/0B0R6Pa1zoiMheDVmbjA1b1lwajA/view?usp=sharing FML server latest: https://drive.google.com/file/d/0B0R6Pa1zoiMhbjFlNkc2NEpkWms/view?usp=sharing
-
Custom modpack World errors / not loading
i create a new map and its fine for a bit after a little exploring like 2-3 chunks i find it boxed in with chunk errors after i do a restart of the server the whole map just disapears with 1-2 chunks only rendered i have checked the logs and it shows every thing is normal and tryed editing world gen configs to no success... this is the sort of thing that happens: http://prntscr.com/8q3cpg please could some one help me
-
(1.7.10) Smelting pickaxe help
Yes, very much so. Please learn at least the absolute basics of Java before starting to make a mod. Welp in that case got any suggestions where to start as im willing to learn anything and woudlnt know where to start any books/sites/vids on teaching java that you would highly reccommend? OR even a teacher that would do it through skype or something
-
(1.7.10) Smelting pickaxe help
So like this? public void method(World world) { if (!world.isRemote) { @Override public boolean onBlockStartBreak(ItemStack itemstack, int i, int j, int k, EntityPlayer player) { return bFull3D;} else { @Override public boolean onBlockDestroyed(ItemStack itemStack, World world, Block block, int x, int y, int z, EntityLivingBase player) { } ItemStack stack = FurnaceRecipes.smelting().getSmeltingResult(new ItemStack(block)).copy(); if (stack != null) { System.out.println(stack); world.setBlockToAir(x, y, z); player.entityDropItem(stack, 1); { return true; } Or am i doing it wrong?
-
(1.7.10) Smelting pickaxe help
so how would i implement that? could you give me an example in code as thats the best way i learn
-
(1.7.10) Smelting pickaxe help
i got my pick smelting the ore when broken but it has a graphical glitch that it drops 2 ingots and when i break stuff that cant be smelted say Dirt it crashes the game. Code: Please help Thanks Tom
-
(1.7.10) Help needed with some things
sorry but i still dont understand would you point me in a direction of a good tut for modding as im still learning and not 100% sure how to navigate eclipse so any help would be grateful. and by "the diamond one" i meant diamond pick from vanilla not that i made one sorry for the incorrect info
-
(1.7.10) Help needed with some things
Well for the pick i want it to be faster then the diamond one but not as durable and it would be great if it could auto smelt blocks it mines also able to be compatible to smelt my custom blocks
-
(1.7.10) Help needed with some things
Im trying to create a mod with a friend and was wondering if anyone would be able to add me on skype if i need help with some code but that is up to you anways i want to know more about items preferably tools and weps. i have create i pick and want to give it like a speed upgrade and not sure how to do it. If someone could explain how to do it that would be great.
-
(1.7.10) Texture will not load for my block
Thanks Belpois it works now java is weird with that lower case stuffs.
-
(1.7.10) Texture will not load for my block
the way i get to the texture is: 1.7.10\src\main\resources\assets\PTmod\textures\blocks and the texture is: tronopoliumOre.png so i think i have it all right and dont under stand why its not working
-
(1.7.10) Texture will not load for my block
When i try to load minecraft i get this error within the text box Using missing texture, unable to load ptmod:textures/blocks/tronopoliumOre.png java.io.FileNotFoundException: ptmod:textures/blocks/tronopoliumOre.png My main file with the blocks code public final static Block tronopoliumOre = new tronopoliumOre(6000, Material.rock).setBlockName("tronopoliumOre").setCreativeTab(PTTab).setHardness(3).setBlockTextureName("PTmod:tronopoliumOre");
IPS spam blocked by CleanTalk.