Untitled

 avatar
unknown
plain_text
2 years ago
820 B
6
Indexable
info:
  namespace: horserpgitems
items:
  foal_feed:
    display_name: "&eFoal Feed"
    lore:
      - "&fWhen you hold this and crouch and right click"
      - "&fa foal, it automatically grows up to an adult."
    resource:
      material: LEATHER
      generate: false
      textures:
        - "item/foal_feed"
    craft:
      enabled: false
    events:
      player_interact_entity:
        condition:
          - '%right_clicked_entity% == HORSE'
          - '%right_clicked_entity_baby% == true'
        execute_commands:
          - 'ia_console: ia_set <right_clicked_entity> age adult'
        play_particle:
          name: HAPPY_VILLAGER
          offset_x: 0.5
          offset_y: 1
          offset_z: 0.5
          speed: 0.5
          count: 20
          visible_radius: 15
Editor is loading...
Leave a Comment