Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Ziplock_Jim

Ziplock_Jim

Members
 View Profile  See their activity
  • Content Count

    3
  • Joined

    January 20, 2014
  • Last visited

    February 5, 2014

Community Reputation

1 Neutral

About Ziplock_Jim

  • Rank
    Tree Puncher

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!
  1. Ziplock_Jim

    [1.6.4] setting harvest level of vanilla minecraft blocks

    Ziplock_Jim replied to Ziplock_Jim's topic in Modder Support

    I guess I wasn't clear on this. I want to be able to break the block with my hands, but don't want the block to drop if I do. Like breaking stone without a pick, it breaks slower and doesn't drop anything when broken. I already have it working using events, I was just wondering if there was an easier way to do it.
    • January 20, 2014
    • 6 replies
  2. Ziplock_Jim

    [1.6.4] setting harvest level of vanilla minecraft blocks

    Ziplock_Jim posted a topic in Modder Support

    I'm trying to make it so you need an axe to harvest wood and a shovel to harvest dirt. I have tried to use the line MinecraftForge.setBlockHarvestLevel(Block.wood, "axe", 2); and also: MinecraftForge.setBlockHarvestLevel(Block.wood, 0, "axe", 1); MinecraftForge.setBlockHarvestLevel(Block.wood, 1, "axe", 1); MinecraftForge.setBlockHarvestLevel(Block.wood, 2, "axe", 1); MinecraftForge.setBlockHarvestLevel(Block.wood, 3, "axe", 1); But, none of these have any effect. I can still harvest wood with my hands. I have tried similar code for dirt blocks, but it also had no effect. However, if I use it on stone: MinecraftForge.setBlockHarvestLevel(Block.stone, "pickaxe", 2); Stone can only be mined with Iron or greater. Any ideas on why it would work on stone but not on wood or dirt?
    • January 20, 2014
    • 6 replies
  3. Ziplock_Jim

    [1.6.4]Custom Trees

    Ziplock_Jim replied to starwarsmace's topic in Modder Support

    I used these vids to learn how to make and generate trees. //Tree Generation //Biome Tree Generation
    • January 20, 2014
    • 10 replies
  • All Activity
  • Home
  • Ziplock_Jim
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community