[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Jason Spangler edited this page Jul 24, 2018 · 7 revisions

Web Slinger

Spiders shoot webbing at you - slinging webs from a distance, or when they hit you in melee!

Be careful! This makes spiders more difficult foes, since you get stuck in the webbing.

Web Slinger Example

FAQ

  1. How to I make my mod's spiders also sling webs? There are several different options:

    • In the mod configuration, add the mob to the Slinging:slingers list.
    • Add the webslinger:webslinger capability to the mob.
    • Subclass EntitySpider for your new spider - see EntityCaveSpider in vanilla MC for an example.
    • Adding the AIWebbingAttack task to an entity is another method: entity.tasks.addTask(7, new AIWebbingAttack(entity));
  2. Can I sling webs myself?

    • In Creative mode or with console cheat commands, create webslinger:webbing items and throw them like snowballs.

Credits

  • PlayerInWebMessage.java is from the WebShooter mod (which inspired this mod) by Joseph C. Sible
Clone this wiki locally