your current location:首页 > news>SCAVENGE TIMING Addon's newly added magic reform tutorial SCAVENGE TIMINGADON MINENECRAFT Game

SCAVENGE TIMING Addon's newly added magic reform tutorial SCAVENGE TIMINGADON MINENECRAFT Game

2024-12-10 17:55:20|Myriagame |source:minecraft skins

This tutorial is set by the author's setting without permission.

See here for the basic format

{"block_pools": [{"name": "xxx", "type": {"type": "block", "name": "minecraft: nether_brick"}, "clickType": "Both", "ProperTies": [{"type": "Require_sneak"}], "Drops": [{"name": "Minecraft: IRON_INGOT"}]}

This is the most basic script,

"Properties" is the condition, and all conditions are composed of {"type": "What condition"}

Conditions are

{"type": "add_hunger", "exhaustion": "true", "amount": "0.5F"} reduce hunger 0.5 (half chicken leg) (half chicken leg)

{"type": "Require_empty_hand"} Need empty -handed

Add the cooling time (the word in the bracket is not in the script)

{{

"Type": "Playercooldown" (meaning the player cools down),

"Time" (meaning time): 40 (40tick, two seconds)

}

Add the basic script in front

{"block_pools": [{"name": "xxx", "type": {"type": "block", "name": "minecraft: nether_brick"}, "clickType": "left", "ProperTies": [{"type": "Require_sneak"}, {"Type": "Playercooldown", "Time": 40}], "Drops": [{"name": "minecraft: ioron_ingot"}]}]}]}

The whole section is to drop the iron ingots with the lower bricks with the left hand, you need to squat down, the cooling is 2 seconds

Open the game and reload it with/scavenge RELOAD. If there is no error found in the chat box, it is okay.