Bukkit for 1.0.0 : where are Magma Cube ?

Discussion in 'Plugin Development' started by Ribesg, Nov 21, 2011.

Thread Status:
Not open for further replies.
  1. Hi
    I've started updating my plugins to the next Recommended build, which will be for Minecraft 1.0.0
    When updating my Cuboid plugin and my /spawnmob command, I noticed that no Magma Cube mob was added in the commit that added new mobs.
    https://github.com/Bukkit/Bukkit/commit/09742f066e09eda8045f6f36d82b619b4c82c1e0
    https://github.com/Bukkit/Bukkit/commit/bac82e018ba36cb693f8e037e921de92223734a7

    Should I use Slime or is this an oversight ?

    EDIT : Also Snowman is missing from CreatureType
    EDIT2 : Using Bukkit 1028
     
  2. I think you got it wrong what that commit did.
    It just added the class parameter in the enums, nothing else.
     
  3. When a mob spawn, I just want to check which mob it is.
    Here is my code. I'm happy to see the addition of Ender Dragon, Blaze etc but...
    http://pastebin.com/fsnUkMqB
     
  4. Just wait or submit a commit with the changes.
     
  5. I'm not a good developper and never used Git/GitHub/all of these things. I'll just wait.

    But I don't know if Bukkit dev just know that MagmaCube & Snowman are missing from CreatureType.java
     
  6. There are more mobs missing. In fact, none of the 1.0.0 mobs are in yet.
    Blaze and Ender Dragon aren't there either.
     
  7. Offline

    Cirno

Thread Status:
Not open for further replies.

Share This Page