Everything posted by SkylordJoel
-
Integration with other mods without being a dependency
What's reflection? How do I use it? So how would I do this with IC2? Like maybe Class.forName("ic2.api.item.Items"); ?
-
Integration with other mods without being a dependency
Oh, it is called anywhere. How would I do this? It is loaded after IC2, in dependencies it says after:IC2 Here is my base class:
-
Integration with other mods without being a dependency
Hi, I was working on my mod, AddedCompat, when I decided to stop permanent IC2 dependency and just have integration. I did follow a tutorial and wrote this: However, it doesn't seem to work. Thanks!
-
Custom Workbench?
There is a tutorial on MCFORUMS by microjunk. It works enough for me to use it.
-
1.6.4 furnace on lava or power
For EU, believe me I've tried. Open source mods which do this I know of are Immibis' Advanced Machines. I couldn't figure out how to do it yet.
-
[1.6.4]Dual Input Furnace help - 2 inputs, 1 output no fuel slots (preferably).
Also with this double input, how do I do recipes?
-
[1.6.4]Dual Input Furnace help - 2 inputs, 1 output no fuel slots (preferably).
Hi. I was just making my mod, AddedCompat, when I thought - hmm, what about an alchemical infuser? For infusing skeleton heads with wither essence and etc. And since it is magical it has an infinite internal fuel source. I checked up some tutorials for 1.6.4 but only 1.6.2 came up. Also all of them had fuel slots. Is it possible to not have one? This can't be done with a normal furnace because different essences go into different things. Thanks!
-
[SOLVED] How does a metadata block drop metadata items?
Thanks TheGreyGhost, it worked.
-
Applied Energistics API help
Oh. That's why it isn't working. *slaps self* I don't actually have Applied Energistics in my dev environment.
-
Applied Energistics API help
I have. It just doesn't work.
-
[SOLVED] How does a metadata block drop metadata items?
But it's metadata, so how would I take that into account?
-
[SOLVED] How does a metadata block drop metadata items?
No, like how dropping redstone ore gives redstone - except with metadata.
-
Applied Energistics API help
Hi, I am trying to create an alchemy based mod which interfaces with most of my favourite mods. I am trying to use Applied Energistics' quartz crystals. It says use ItemStack.copy . So I did this after my init: It shows no error, however when running the game it the console spits this out: Thanks!
-
[SOLVED] How does a metadata block drop metadata items?
It is possible, make sure the block metadata is the same as the item metadata and use damageDropped and idDropped. --EDIT-- Hi, I am making a mod where my metadata ore (gem ore) drops metadata items. I've got everything but the dropping set up. Is it even possible? BlockMetaOre ItemBlockOre Thanks!
-
How to create an item which does not get consumed in crafting
Hi, I am trying to create an item like Factorization's Logic Matrix Programmer, which does not get consumed in recipes. Think of it like this: C O O O O and then when I click the result this will happen: C Thanks.
-
How to make an item change on right click
Yeah, there is a picture of a package in the inventory, and it turns into a sword and back again.
-
How to make an item change on right click
So how do you use that? (Isn't NBT like a string or something?)
-
How to make an item change on right click
I forgot to put that the item would be acting like a sword and taking damage.
-
How to make an item change on right click
I meant an item. But thanks, very interesting.
-
How to make an item change on right click
Hi, I am creating a mod where you click a package and it turns into a sword. How would I do this? I would prefer it to not do damage as a package but just changing sprites would be good enough. Thanks.
-
Request - Mod Dev for an AMAZING PROJECT (Soulscraft)
Ummm, isn't Forge and Bukkit incompatible? So I read your wiki, is this going to be Bukkit or Forge? I'm kinda confused. It looks like you are trying to completely rebalance Minecraft. The only way I know of doing that is editing base classes. Sounds awesome but very challenging.
-
Website doesn't work with IE
Also failing with Chrome and Safari.
-
Help with creating a Forestry addon
- Help with creating a Forestry addon
OK, so I got the recipe hopefully working. Does this look right to you? RecipeManagers.squeezerManager.addRecipe(2, new ItemStack[] { new ItemStack(MoreFood.orange) }, new LiquidStack (MoreFood.orangeJuiceStill, 1000)); I sorta tried this because the forestry javadoc says /** * Add a recipe to the squeezer. * * @param timePerItem * Number of work cycles required to squeeze one set of resources. * @param resources * Array of item stacks representing the required resources for one process. Stack size will be taken into account. * @param liquid * {@link LiquidStack} representing the output of this recipe. */ public void addRecipe(int timePerItem, ItemStack[] resources, LiquidStack liquid);- Help with creating a Forestry addon
Thanks for this, now do you know how to actually add recipes to the Squeezer? - Help with creating a Forestry addon
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.