Jump to content

Messorix

Members
  • Posts

    60
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    The Netherlands
  • Personal Text
    Starting mod dev

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Messorix's Achievements

Stone Miner

Stone Miner (3/8)

0

Reputation

  1. I'm trying to have custom tooltip on waila for my blocks. When I try to make it the same way ExtraFood does it, I get errors on the package imports. Apparently for me mcp does not contain mobius... import mcp.mobius.waila.api.IWailaRegistrar; Did I miss something? It feels like it is a very simple thing. Edit: I didn't properly add the waila.java to referenced libraries. Derp...
  2. Fuel also doesn't respond to shift-click (tested with coal and bucket of lava) Line 29: System.out.println("Flux Grinder Recipes is called"); Also... I made an irc-channel so if you are willing that might be a lot quicker Go to https://esper.net/publicirc.php and then /join MoleculeCraft
  3. Not sure what should've changed, but it didn't do anything. Everything is exactly the same, even error log
  4. [10:20:05] [Client thread/INFO] [sTDOUT]: [com.messorix.moleculecraft.base.containers.ContainerFluxGrinder:transferStackInSlot:45]: 37, 1, 38 [10:20:05] [server thread/INFO] [sTDOUT]: [com.messorix.moleculecraft.base.containers.ContainerFluxGrinder:transferStackInSlot:45]: 37, 1, 38 So that works I guess
  5. I got the slots to show up properly and if I shift-click a copper ingot it doesn't crash anymore. However, it doesn't get placed in the input slot nor does fuel end up in the fuel slot... Have I missed some functionality? git is updated
  6. I never make any custom slots though... Only in the container classes are Slots (as classes/entities) mentioned. So I'm still unsure what you exactlye mean by that
  7. That still doesn't explain how I'm supposed to handle this problem though...
  8. As far as my knowledge of Java-programming goes, child-constructors get called first and then go up the parent-tree. I'm also not entirely sure how you mean this:
  9. Eclipse says "Constructor call must be the first statement in a constructor" so....
  10. super(player, tileentity); has to be the first line in the constructor... (finals were already removed)
  11. It did not Meanwhile I'm reading up on what Capabilities actually is
  12. [05:11:11] [Client thread/INFO] [sTDOUT]: [com.messorix.moleculecraft.base.containers.ContainerFluxGrinder:transferStackInSlot:45]: 36, 1, 37 Which is very very weird
×
×
  • Create New...

Important Information

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