Jump to content

Chibill

Forge Modder
  • Posts

    584
  • Joined

  • Last visited

Everything posted by Chibill

  1. I was going to use a new thread because other wise I would need a tick handler of something of that sort so every hour I would output That it was out of date to a server counsel.
  2. I tryed to multithreaded my mod by putting the update checker that does the checking in its own class that implients runnable so I can do new thread(UC,"updater").Start; and it would run on a second thread it starts the thread but then it stops before it can check my version off my github Version-1.5.txt file.
  3. Thank you and just so I don't have to make another thread I tryed to spawn a new thread and it won't work because forge does not seem to be yielding its thread.
  4. That's the problem I have nothing that involves that I only have a mod that can tell in a variable if its in date. Is the a tutorial for this stuff?
  5. What would I use for a player varable if I want it to say AdditionalCrafting because I don't have a player varable. Sorry but this is my first time with chat stuff.
  6. How would you chat a string of text like "Hay usernamehere your version of AdditionalCrafting is out of date." I have a update checker made but how would I chat that string to tell them.
  7. You chouod make it count so many ticks then fire then wait that many ticks again.
  8. I had it working for a bit of time on a redstone activated spawner.
  9. Hint you only need to run it on the server side.
  10. Don't forget mine raft shifts the ids by adding 256.
  11. Or use world edit to make a copy of the village as a schematic and then look at wimpy's 1.4.6 tutitrals for the converter to change that to .set blocks and there you go.
  12. Or just use Java's normal file read and write code to save a file called whatever you want with any extension and can read in each line for you code.
  13. Do you know how to get the Mobid out of the tilteenity or at lest the NBT Tag is under I can find the data for the mobid but I can find what NBT tag I need to read it.
  14. I will try that if I can't get the pick working I will just make and item with on use
  15. Buildcraft's diamond pipes do.
  16. I don't know but that is what is used to authariz that player is logged in / online mode.
  17. I want my speacel pick to give the spawner placer item when it breaks vinella spawners.
  18. Does anyone know how to make a custom pick that when it breaks a block (In my case a spawner) it gives back a sertion block or item on the ground (In my case my Spawner Placer Item)? I don't want to use ASM or anything like that to do this because it is more difficult then this.
  19. Maybe send it invaled Titleentity data with an existing packet and crash the client? Or use the serverauth packet to tell it it is not authorized
  20. I can try and find it I think there is one for internal server error that you some times get on servers.
  21. Make a material that is like water with the propertys you want and without that ones you don't.
  22. BUMP!
  23. THis could help me with my one other mod I am making call AdditionalCraftServerSecurity that has a banned mod list and disconnects the play with out them needing my mod on there end.
  24. Look in the code for the chicken.
  25. Rock is not a material put stone or look in net.minecraft.block.material for one you want.
×
×
  • Create New...

Important Information

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