Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 132
    • Issues 132
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Issues
  • #1270

Closed
Open
Created Aug 23, 2023 by Dante@Dant35tra5t💬

Mob Bullet does not function with Crucible.

MM Version: 5.4.0 d8c02879 || Crucible 1.6 Paper 100

Mob Bullet projectiles do not function with Crucible Items. There is no error. The following DOES work when placed on a mob.

Here is the script:

SKILL

ButcherMeatBomb:
  Skills:
  - projectile{bulletType=MOB;mob=ButcherCowBomb;onTick=ButcherMeatBomb-Tick;onEnd=ButcherMeatBomb-End;v=8;i=1;hR=1;vR=1;g=0.2;hnp=true}
ButcherMeatBomb-Tick:
  Skills:
  - effect:particles{p=redstone}
ButcherMeatBomb-End:
  Skills:
  - effect:itemspray{item=beef;amount=20;velocity=5;d=100} @forward{f=5}

Here is the mob bullet in mob file:

ButcherCowBomb:
  Type: Cow
  Display: 'Cow'

^ This does spawn if I do mm spawn.

Here is the item:

ITEM

TesterItem:
  Id: IRON_SWORD
  Data: 0
  Display: '&3Testing Item'
  Lore:
  - '&6A powerful test item'
  Enchantments:
  - DAMAGE_ALL:5
  - KNOCKBACK:2
  Skills:
  - skill{s=ButcherMeatBomb} @forward{f=5;lockpitch=true} ~onSwing
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking