Jump to content

OvermindDL1

Members
  • Posts

    1439
  • Joined

  • Last visited

Everything posted by OvermindDL1

  1. Well it is 'possible' without base edits here, but a proper API would be far superior when based on Forge.
  2. You do not have something named right.
  3. You are not sending it state data?
  4. Yep, we have just been talking on IRC. I was having him go through his base edits and it seems there are ways around them all without ASM.
  5. Bees are awesome, but they are random (with percentage chances I know, but I like definite).
  6. Actually I find the FTB maps quite easy, including the hardcore version, but then I know the mods quite well.
  7. Then make an EntityItem of your wheat and add it to the world. Look at the dropBlockAsItem function to see how it is done.
  8. However the pack will fully support the MultiMC launcher, you can make your own instance definition in it to distribute. But yeah, will need to ask those other mod authors if it is okay.
  9. Forge uses ASM heavily, and I think FML does too. They are generally the prime examples of how to use it. I have seen another mod that used it too. Quite powerful, lets you change anything at load time. Basically by using ASM your mod will become a coremod instead of a mod.
  10. Forge itself is open source so you are welcome. As for the individual mods, you will need to ask their authors. Do note that FTB is making a mod pack and will have support for other maps, so if the mods that you need to use are in the FTB Mod Pack then you can just use it when it is released soon.
  11. Forge/FML packets are altered, so yes, need it on both sides.
  12. You are calling dropBlockAsItem on your CompactWheat, which will indeed drop CompactWheat at the location. Is that not what you are intending?
  13. It changed in 1.3.2, not just in Forge. Look at how the normal portal works perhaps?
  14. Base edits are now completely unsupported in forge because anything that you would have done a base edit for can either be done with reflection or with ASM in Forge, hence, no reason for base edits any longer.
  15. I think that is correct yes. Forge currently uses either a registration system or a hook system, depending on what is more appropriate. Also, get rid of your base edits, they are completely unnecessary now. And I gave you modder rank with all abilities thereof.
  16. Pretty sure that 'Alptraum' does not exist in vanilla...
  17. You likely have an old version of forge, get the latest and try again? Also, post the *full* log next time (in spoiler tags), the rest of the information is also useful.
  18. Looks like something is base editing your files other than forge. Make sure Forge is the only thing in your jar.
×
×
  • Create New...

Important Information

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