Jump to content

johanno

Members
  • Posts

    28
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Germany
  • Personal Text
    Hello everybody

johanno's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. Hello i have a little problem with the setting of the manifest.mf in the meta-inf folder. this is how it looks now Manifest-Version: 1.0 FMLCorePlugin: com.johanno.rideablespiders.CoreLoading but now it only loads the plugin and ignores the rest of the mod. is it possible to have a normal and a coremod in one .jar file?
  2. I haven't noticed the RenderLivingEvent it helps me very much. I think it's possible to convert the mod into an not coremod, but it's not as powerfull as an coremod. Thank you, i'll try my luck and probably have many more questions. Edit: is there a list of every event that forge has?
  3. And how do I render an saddle on the spider model, or an armour? And how i can make the spider tameable with interacting events?(this also means the spider don't disapears in peacefull if it's tamed) And if it's mounted, how do I control(ride) the spider?
  4. Well my mod makes the spider ride- and tame-able My mod: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1293396-1-7-2-rideable-spiders-mod so if i replace the vanilla class, this mod makes every spider which extends the EntitySpider.class rideable.(this works also for mods) How i can do this by Forge events? (if i replace the spider with an oninteract-event i can only replace it with one entity, and it won't make it possible to ride spiders from other mods).
  5. I want to replace a base(vanilla) class following this tutorial http://www.minecraftforum.net/forums/mapping-and-modding/mapping-and-modding-tutorials/1571568-tutorial-1-6-2-changing-vanilla-without-editing But i need to compile an edited base class for this. I know forge made it for good reasons impossible to edit baseclasses, but i want to edit them nevertheless. So is there a way? Or is there another way to make core mods which replace vanilla classes? thanks in advance. In german, because it's my mothertungue: "Ich will eine Vanilla Klasse bearbeiten, was aber seit 1.7.x ja nicht mehr möglich ist. Ich weis, dass es gute Gründe gibt, warum man sie nicht mehr verändern kann, aber für das obige tutorial ist es notwendig."
  6. That would be a good solution, but then the mod isn't making rideable spiders from other mods, which extends the spider.class
  7. the mod makes the spider rideable, tameable, and adds an inventory to it. How to do this by events?
  8. This is my mod: Rideable spiders In this mod i'm overriding the EntitySpider.class and the RenderSipder.class, by using asm. In 1.6.4 i just edited the vanila classes, then recompiled and put the class into a .jar. and so on. (I've used this Tutorial) but how do i edit the vanilla class in1.7.2?
  9. I want to update my (core)mod from 1.6.4 to 1.7.2. As you maybe already know there is a MCP for 1.7.2 http://mcp.ocean-labs.de/news.php I would prefer to work with mcp, but i don't know how to install forge on it. Can you please help me. If it's not possible with mcp, i want how you can edit vanilla classes in gradle. Thanks in advance Sinecerly Johanno
  10. put it in the init and what is BlockInfo.oreKey is it a String?
  11. And show us the full error log please
  12. I've already searched for a tutorial but im not able to find one. I want to know how you can say only if a mod is installed this item is added.
×
×
  • Create New...

Important Information

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