Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

tomwonu21

Members
  • Joined

  • Last visited

Everything posted by tomwonu21

  1. need anything else? i still cant figure it out
  2. 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
  3. 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
  4. 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
  5. 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?
  6. so how would i implement that? could you give me an example in code as thats the best way i learn
  7. 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
  8. 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
  9. 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
  10. 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.
  11. Thanks Belpois it works now java is weird with that lower case stuffs.
  12. 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
  13. 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");

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.