Jump to content

lolgamerbob

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by lolgamerbob

  1. because I don't know what a wavefront model is I probably ain't using one.
  2. Hello, I am trying to make a custom modeled bock change direction when I place it, as well as make it shoot a laser I have no idea how to. Thanks.
  3. This look interesting a 'Watch Dogs' Mod Cool Hope it works out
  4. If you are making a GUI the question is what GUI are you making the thing is I sometimes have trouble with making a GUI, There are many tutorials on GUIs most of them on furnaces, and if you look at the source for MineCraft at the structure I think you will find what you need. Hope this helps.
  5. Hello, I was wandering how to change the direction of a custom rendered block (model) when you place it that is.
  6. Hello, I am having difficulties even loading the example mod in IntelliJ here's a log if it helps. Log: https://www.dropbox.com/s/g15gsfnsqoev1yd/fml-client-latest.log Minecraft loads with only three mods and the example mod is not one of them its something to do with ASM Parser
  7. I Suggest if you are making a Tinkers Construct Addon then look at the source code here: https://github.com/SlimeKnights/TinkersConstruct/tree/master/src/main/java/ and look at how they do stuff like tool and guis and well everything. hope this helps.
  8. Hello i Was wondering how to render Items in 3d for my mod if possible an updated tutorial would be nice i have seen Ichun's video and can you please tell me what should be changed. Thanks,
  9. you need to change the 'name' parameter in the mcmod.info file to "Dark Souls".
  10. Hello, The mcmod.info file should go as diesieben07 said in the src/main/resources and if the contents of the mcmod.info file does not match your mod's modID it will not register as a your mod's mcmod.info file and will not load check the contents match and then try again.
  11. I would like a machine that can generate the power (HF Generator and a Heat Fusion Collision Generator (Multi-Block structure)) As well as a way of storing it yes, i have something in mind
  12. I am currently trying to create tools that run of a custom energy type HF (Heat Fusion) i have the tools but were do i start?
  13. http://pastebin.com/VBnp4CGw heres my container, my main class, my gui handler, my common proxy and my tileentity class
  14. Yep thanks for the tips but the it term is still doing the same thing I pick it up and it places it right back down
  15. I Have a working gui i need to know how to create a crafting system like thermal expansions induction smelter i would like to combine two objects together to get an end result but i want to have multiple recipes also i need to know how to fix the thing when i pick up an item from my gui and it goes straight back to the slot it was in Thanks
  16. Not that tutorial but this tutorial http://www.minecraftforge.net/wiki/Containers_and_GUIs that's the tutorial I was referring to because as in a prior post I aim to create a method of combining two elements together to get a compound sort of like Thermal Expansion's in suction furnace
  17. "It's not working" = some of the code from the tutorial does not apply to the current Minecraft forge version and I need help updating it.
  18. I have had a through look through that wiki and I found the tut. It was for an older version of forge now I know That some of the code still applies in 1.7 but it is not working.
×
×
  • Create New...

Important Information

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