Jump to content

Petersfun

Members
  • Posts

    24
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Petersfun's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. lol i ment to say and you can change your code to look like that i just think it looks nicer also yanksrock post your source code copy paste it into a code bbcode and boom we can help you
  2. lol i ment to say and you can change your code to look like that i just think it looks nicer also yanksrock post your source code copy paste it into a code bbcode and boom we can help you
  3. The first thing you should do is swapping those around: MinecraftForge.setBlockHarvestLevel(TradeStation, "Pickaxe", 2); TradeStation = (new TradeStation(TradeStationID)); You can't register the harvest level to a null reference. Ight, i switched them but why wont the blocks load it like prepares the world and a say 98% it will stay on the create a world screen and if i dont close it, it will eat up all my memory i have 2 gig's dedicated to minecraft so thats not the problem
  4. The first thing you should do is swapping those around: MinecraftForge.setBlockHarvestLevel(TradeStation, "Pickaxe", 2); TradeStation = (new TradeStation(TradeStationID)); You can't register the harvest level to a null reference. Ight, i switched them but why wont the blocks load it like prepares the world and a say 98% it will stay on the create a world screen and if i dont close it, it will eat up all my memory i have 2 gig's dedicated to minecraft so thats not the problem
  5. ok i can see your doing configs for your id's, that portion of code goes in your @Init and needs to be changed to ingotPuplet = (new ingotPuplet(ingotPupletID));
  6. ok i can see your doing configs for your id's, that portion of code goes in your @Init and needs to be changed to ingotPuplet = (new ingotPuplet(ingotPupletID));
  7. Post your source code so far the error is in your: mods.puplet.puplet_mod
  8. Post your source code so far the error is in your: mods.puplet.puplet_mod
  9. , Great idea lol i was testing out that and figured out a way how to plus some admin commands to add/Subtract money from this account the coins are just a lets say Testing of use concept and coins will be used to trade physically or trade in for your Digital Currency ;P
  10. , Great idea lol i was testing out that and figured out a way how to plus some admin commands to add/Subtract money from this account the coins are just a lets say Testing of use concept and coins will be used to trade physically or trade in for your Digital Currency ;P
  11. lol alright my bad i was working on the github for my source so it can be easier
×
×
  • Create New...

Important Information

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