Posted April 5, 20205 yr I made a thread that should add a Item in a Block that is added by a Mod could someone help me?
April 5, 20205 yr I am not sure what you are asking. Please provide more details, be exact what you are trying to do, and what you have tried. Code and logs are preferable
April 6, 20205 yr Author Im trying to put a random item in a igneus extruder every 30sec i understand how threads work but i dont know how to put a item in it its a plugin that should interact whit a moded block. Igneus extruder is a cobble gen
April 6, 20205 yr Don't use threads for this. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
April 6, 20205 yr Have you tried anything yet? And what precisely do you mean when you say "plugin"? You will get better results looking for help if you have actually tried something.
April 6, 20205 yr Author 14 minutes ago, Ugdhar said: Have you tried anything yet? And what precisely do you mean when you say "plugin"? You will get better results looking for help if you have actually tried something. A bukkit plugin that inserts items in a modded block that has a inventory
April 6, 20205 yr Just now, Ender05 said: A bukkit plugin that inserts items in a modded block that has a inventory Ok, so I guess my next question is have you tried anything yet? Like I mentioned, if you share the code for what you have tried, you will get much better results getting someone to help out. And of course, if you do not know any Java (or similar programming language), then this will be impossible to do.
April 6, 20205 yr Author 12 minutes ago, Ugdhar said: Ok, so I guess my next question is have you tried anything yet? Like I mentioned, if you share the code for what you have tried, you will get much better results getting someone to help out. And of course, if you do not know any Java (or similar programming language), then this will be impossible to do. I know java but i dont how this works i want to insert every 30 sec cobblestone in a modded machine but dont know how this works i didnt try enithing jet cause i dont know how it works
April 6, 20205 yr Just now, Ender05 said: I know java but i dont how this works i want to insert every 30 sec cobblestone in a modded machine but dont know how this works i didnt try enithing jet cause i dont know how it works You should probably learn how to make a basic mod first, because I don't think anyone is going to walk through step-by-step explaining every part of how to do it. Not to mention there are probably multiple ways it could be done. Are these items coming from thin air? Are they produced by something, i.e. a block? I'm not trying to give you a hard time, just letting you know that your question is way too broad, and you will probably have a hard time getting a decent answer without more information, and a start to the code/mod to base it on. And then of course, there's the question of forge <-> bukkit interoperability, which I honestly know nothing about.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.