Minecraft 1.20.5 right click detection and examples

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024
  • Inside the advancement file
    {
    "criteria": {
    "requirement":{
    "trigger":"minecraft:using_item",
    "conditions": {
    "item":{
    "components":{
    "minecraft:food":{
    "nutrition":0,
    "saturation":0,
    "can_always_eat": true,
    "eat_seconds":99997
    }
    }
    }
    }
    }
    },
    "rewards": {
    "function": "jam:spells/meteor"
    }
    }
    inside the function file meteor-
    #fireball 15 high and far
    execute at @s run summon fireball ^ ^15 ^15 {ExplosionPower:3b,power:[0.0,-0.3,0.0]}
    #cooldown
    schedule function jam:spells/meteor_cooldown 10s
    inside the function file meteor_cooldown
    advancement revoke @a only jam:meteor_advancement
  • เกม

ความคิดเห็น • 9

  • @xandermckay9806
    @xandermckay9806 6 หลายเดือนก่อน +1

    You can also use knowledge books for one-time consumables.

  • @infamousjam4335
    @infamousjam4335  6 หลายเดือนก่อน

    sample data pack can be found here to get started
    github.com/InfamousJam/MCDatapacks/blob/main/sample.zip

  • @CreatorProductionsOriginal
    @CreatorProductionsOriginal 6 หลายเดือนก่อน

    The newest snapshot let’s you make custom data pack enchantments easily, opinion?

    • @infamousjam4335
      @infamousjam4335  6 หลายเดือนก่อน

      i did see a video on this, i haven't messed around with it yet. It looks like its still quite a bit of work to get them working, but implementing them comes built in which is huge.

  • @吳林均
    @吳林均 5 หลายเดือนก่อน

    Will that sword be eaten directly in survival mode?

    • @infamousjam4335
      @infamousjam4335  5 หลายเดือนก่อน +2

      no, since the eat time is like a million seconds, unless you held the item down for that long it will not consume the item

  • @IamYourCat815
    @IamYourCat815 6 หลายเดือนก่อน

    Hey, can I download your datapack? I don't know how to make one

    • @infamousjam4335
      @infamousjam4335  6 หลายเดือนก่อน

      you can download a sample data pack through my github here github.com/InfamousJam/MCDatapacks/blob/main/sample.zip
      note this sample is for 1.20.5 and 1.20.6