SimCraft for Minecraft

!!

Welcome Guest

Dear visitor, welcome to MC Port Central. If this is your first visit here,  you should consider registering to show your support.   By registering you will give us an idea and clear indication of how in demand our work really are and will motivate our porting team to continue there work. We port vanilla mods to Bukkit and you will also find a lot of other related Minecraft material on our Forum.

Author Topic: Craftbukkit-1.1-R4 - MLMP + Forge  (Read 693 times)

smbarbour

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 312
Craftbukkit-1.1-R4 - MLMP + Forge
« on: February 14, 2012, 11:12:47 PM »
I'm working on testing the new release with the mods that I use, and I'm getting this error after modifying the jar:

java.lang.NoSuchMethodError: org.bukkit.Material.addMaterial(I)V
   at net.minecraft.server.Block.<init>(Block.java:186)
   at net.minecraft.server.Block.<init>(Block.java:197)
   at net.minecraft.server.BlockStone.<init>(SourceFile:9)
   at net.minecraft.server.Block.<clinit>(Block.java:28)
   at net.minecraft.server.StatisticList.a(SourceFile:117)
   at net.minecraft.server.StatisticList.<clinit>(SourceFile:52)
   at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:589)
   at org.bukkit.craftbukkit.Main.main(Main.java:134)

i downloaded the R4 versions of MLMP and Forge (along with Railcraft 3.3.1 for R4)

Maeyanie

  • Porter
  • Sr. Member
  • *****
  • Posts: 253
Re: Craftbukkit-1.1-R4 - MLMP + Forge
« Reply #1 on: February 15, 2012, 03:09:50 AM »
Hmm, that's strange, the modded Material.class seems to be in the MLMP zip file. Try redownloading and installing them again, it's possible the "org" directory got lost somewhere and never made it into your jar somehow.