This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I tryed making A magic wand that spawned mobs but it isnt working anyone help me??
The screen shot is down there \/
Just write instead of
Entity.spawnMob(x, y, z, 41);
Level.spawnMob(x, y, z, 41);
And the function Level.spawnMob() has a 5th parameter, the mob-texture, but I don“t think that it is necessary:
Level.spawnMob(x, y, z, 41, "mob/ghast.png");
Sweet thx havent been on in a while so thx any way
I tryed making A magic wand that spawned mobs but it isnt working anyone help me??
The screen shot is down there \/
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumJust write instead of
Entity.spawnMob(x, y, z, 41);
Level.spawnMob(x, y, z, 41);
And the function Level.spawnMob() has a 5th parameter, the mob-texture, but I don“t think that it is necessary:
Level.spawnMob(x, y, z, 41, "mob/ghast.png");
Sweet thx havent been on in a while so thx any way