Files
Mortdecai/data/raw/entity_mob_training.jsonl
T
Seth d31cdb21fd 1,833 training examples: entities, execute chains, multiplayer, advanced, redstone, biomes, errors
New knowledge (291 examples):
- Entity/mob commands (60): summon, kill, NBT, spawn eggs, passengers, named mobs
- Execute chains (45): as/at/positioned/if/unless/store, dimension switching
- Multiplayer targeting (45): selectors, teams, scoreboards, bossbars, tags
- Advanced commands (45): tellraw, loot, clone, data, attributes, ride, forceload
- Redstone knowledge (28): repeaters, comparators, pistons, observers, hoppers
- Biome/dimension (28): nether/end tp, locate structure/biome, dimension awareness
- Error correction (40): item ID fixes, enchant abbreviations, syntax mistakes

Total seed dataset: 1,833 examples
Tool-calling dataset: 1,159 examples
Combined for v4 training: ~3,000 examples

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 19:22:32 -04:00

61 lines
43 KiB
JSON

{"id": "entity-001", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a zombie", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Simple summon command. Use minecraft: namespace prefix. Relative coordinates ~ ~ ~ place it at the player's position.", "commands": ["summon minecraft:zombie ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["spawn zombie"], "error": "'spawn' is not a valid command. Use 'summon minecraft:zombie ~ ~ ~'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-002", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "summon a skeleton near me", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a skeleton at the player's position using relative coordinates.", "commands": ["summon minecraft:skeleton ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon skeleton ~ ~ ~"], "error": "Missing minecraft: namespace prefix. Must be 'minecraft:skeleton'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-003", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a creeper", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a creeper at the player's location. Creepers are hostile but only dangerous if they get close enough to explode.", "commands": ["summon minecraft:creeper ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:creeper"], "error": "Missing coordinates. summon requires coordinates after entity type."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-004", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a spider", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Simple spider summon at the player's relative position.", "commands": ["summon minecraft:spider ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon spider ~ ~ ~"], "error": "Missing minecraft: namespace prefix."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-005", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn an enderman", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon an enderman. Note the entity ID is 'enderman' not 'ender_man'.", "commands": ["summon minecraft:enderman ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:ender_man ~ ~ ~"], "error": "Incorrect entity ID. Use 'enderman' not 'ender_man'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-006", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a blaze", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a blaze. Blazes are Nether mobs but can be summoned in the overworld.", "commands": ["summon minecraft:blaze ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon blaze ~ ~ ~"], "error": "Missing minecraft: namespace prefix."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-007", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a ghast", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a ghast. They are large flying mobs, summoning above the player so it doesn't clip into the ground.", "commands": ["summon minecraft:ghast ~ ~5 ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:ghast ~ ~ ~"], "error": "Ghasts are large 4x4x4 mobs. Summoning at ground level may clip them into blocks. Better to use ~ ~5 ~ for vertical offset."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-008", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a wither skeleton", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a wither skeleton. Entity ID uses underscore: wither_skeleton.", "commands": ["summon minecraft:wither_skeleton ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:witherskeleton ~ ~ ~"], "error": "Incorrect entity ID. Must be 'wither_skeleton' with underscore."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-009", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a phantom", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a phantom above the player since they are flying mobs.", "commands": ["summon minecraft:phantom ~ ~10 ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:phantom ~ ~ ~"], "error": "Phantoms are flying mobs. Summoning at ground level is suboptimal; use vertical offset like ~ ~10 ~."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-010", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a drowned", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a drowned. They are underwater zombie variants but can exist on land.", "commands": ["summon minecraft:drowned ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:drowned_zombie ~ ~ ~"], "error": "Incorrect entity ID. The drowned is 'minecraft:drowned', not 'drowned_zombie'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-011", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a pillager", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a pillager at the player's position.", "commands": ["summon minecraft:pillager ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:pilliger ~ ~ ~"], "error": "Typo: 'pilliger' should be 'pillager'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-012", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a witch", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Simple summon of a witch mob.", "commands": ["summon minecraft:witch ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon witch ~ ~ ~"], "error": "Missing minecraft: namespace prefix."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-013", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a ravager", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a ravager. Large hostile mob from raids.", "commands": ["summon minecraft:ravager ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:ravenger ~ ~ ~"], "error": "Typo: 'ravenger' should be 'ravager'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-014", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a hoglin", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a hoglin. Nether mob but can exist in the overworld (will zombify after a short time).", "commands": ["summon minecraft:hoglin ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:hoglin"], "error": "Missing coordinates. Summon requires position arguments."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-015", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a piglin", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a piglin. In the overworld they will zombify, but the summon itself works.", "commands": ["summon minecraft:piglin ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:zombie_pigman ~ ~ ~"], "error": "'zombie_pigman' was renamed. Regular piglin is 'minecraft:piglin'. Zombified variant is 'minecraft:zombified_piglin'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-016", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a warden", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a warden. Extremely powerful mob but still a normal entity summon.", "commands": ["summon minecraft:warden ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:the_warden ~ ~ ~"], "error": "Incorrect entity ID. Use 'warden' not 'the_warden'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-017", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn the wither boss", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon the Wither boss. This is a very dangerous mob that destroys blocks and has high HP. Flagged as destructive.", "commands": ["summon minecraft:wither ~ ~ ~"], "safety_flags": ["destructive"]}, "negative_output": {"commands": ["summon minecraft:wither_boss ~ ~ ~"], "error": "Incorrect entity ID. The Wither entity is 'minecraft:wither', not 'wither_boss'."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 2}}
{"id": "entity-018", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn the ender dragon", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon the Ender Dragon. Boss mob. Entity ID is 'ender_dragon'. Very destructive -- it destroys blocks it flies through.", "commands": ["summon minecraft:ender_dragon ~ ~ ~"], "safety_flags": ["destructive"]}, "negative_output": {"commands": ["summon minecraft:enderdragon ~ ~ ~"], "error": "Incorrect entity ID. Must be 'ender_dragon' with underscore, not 'enderdragon'."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 2}}
{"id": "entity-019", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a cow", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Simple passive mob summon.", "commands": ["summon minecraft:cow ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["spawn cow"], "error": "'spawn' is not a command. Use 'summon minecraft:cow ~ ~ ~'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-020", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a pig", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a pig at the player's position.", "commands": ["summon minecraft:pig ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon pig ~ ~ ~"], "error": "Missing minecraft: namespace prefix."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-021", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a sheep", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a sheep at the player's location.", "commands": ["summon minecraft:sheep ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon sheep"], "error": "Missing namespace and coordinates."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-022", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a chicken", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a chicken at the player's position.", "commands": ["summon minecraft:chicken ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:hen ~ ~ ~"], "error": "Incorrect entity ID. Chickens are 'minecraft:chicken', not 'hen'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-023", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a horse", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a horse. It will spawn untamed.", "commands": ["summon minecraft:horse ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon horse ~ ~ ~"], "error": "Missing minecraft: namespace prefix."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-024", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a wolf", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a wolf. It will spawn wild/untamed.", "commands": ["summon minecraft:wolf ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:dog ~ ~ ~"], "error": "'dog' is not a valid entity ID. Wolves are 'minecraft:wolf'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-025", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a cat", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a cat. In 1.21, cats are their own entity type, not ocelots.", "commands": ["summon minecraft:cat ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:ocelot ~ ~ ~"], "error": "Ocelots and cats are different entities in modern Minecraft. For a cat, use 'minecraft:cat'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-026", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a fox", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a fox at the player's location.", "commands": ["summon minecraft:fox ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon fox ~ ~ ~"], "error": "Missing minecraft: namespace prefix."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-027", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a bee", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a bee at the player's position.", "commands": ["summon minecraft:bee ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon bee ~ ~ ~"], "error": "Missing minecraft: namespace prefix."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-028", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn an axolotl", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon an axolotl. They need water to survive long-term but will spawn on land.", "commands": ["summon minecraft:axolotl ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:axolotol ~ ~ ~"], "error": "Typo: 'axolotol' should be 'axolotl'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-029", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a frog", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a frog. Added in 1.19.", "commands": ["summon minecraft:frog ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon frog ~ ~ ~"], "error": "Missing minecraft: namespace prefix."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-030", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a camel", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a camel. Added in 1.20.", "commands": ["summon minecraft:camel ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon camel ~ ~ ~"], "error": "Missing minecraft: namespace prefix."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-031", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a sniffer", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a sniffer. Added in 1.20 as the mob vote winner.", "commands": ["summon minecraft:sniffer ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:sniffler ~ ~ ~"], "error": "Incorrect entity ID. Use 'sniffer' not 'sniffler'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-032", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "kill all zombies nearby", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Kill all zombie entities within a 30-block radius. Use @e selector with type and distance filters.", "commands": ["kill @e[type=minecraft:zombie,distance=..30]"], "safety_flags": []}, "negative_output": {"commands": ["kill @e[type=zombie]"], "error": "Missing minecraft: namespace prefix on entity type, and no distance limit means it kills all zombies in the world."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-033", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "kill all mobs except players", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Kill all non-player entities. Use type negation selector: type=!minecraft:player. This is a mass kill affecting all entities in all loaded chunks.", "commands": ["kill @e[type=!minecraft:player]"], "safety_flags": ["destructive"]}, "negative_output": {"commands": ["kill @e"], "error": "kill @e kills ALL entities including players. Must exclude players with type=!minecraft:player."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 2}}
{"id": "entity-034", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "kill all hostile mobs", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "There is no 'hostile' selector in vanilla Minecraft. Must kill each hostile mob type individually. Cover the most common hostile mobs.", "commands": ["kill @e[type=minecraft:zombie]", "kill @e[type=minecraft:skeleton]", "kill @e[type=minecraft:creeper]", "kill @e[type=minecraft:spider]", "kill @e[type=minecraft:enderman]", "kill @e[type=minecraft:witch]", "kill @e[type=minecraft:drowned]", "kill @e[type=minecraft:phantom]", "kill @e[type=minecraft:pillager]", "kill @e[type=minecraft:ravager]", "kill @e[type=minecraft:vindicator]", "kill @e[type=minecraft:evoker]", "kill @e[type=minecraft:husk]", "kill @e[type=minecraft:stray]", "kill @e[type=minecraft:cave_spider]", "kill @e[type=minecraft:blaze]", "kill @e[type=minecraft:ghast]", "kill @e[type=minecraft:wither_skeleton]", "kill @e[type=minecraft:hoglin]", "kill @e[type=minecraft:piglin_brute]", "kill @e[type=minecraft:slime]", "kill @e[type=minecraft:magma_cube]"], "safety_flags": ["destructive"]}, "negative_output": {"commands": ["kill @e[type=hostile]"], "error": "'hostile' is not a valid entity type selector. There is no mob category filter in vanilla selectors. Must kill each type individually."}, "metadata": {"difficulty": "hard", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 2}}
{"id": "entity-035", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "kill all animals", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "No 'passive' or 'animal' selector exists. Must kill common passive mobs individually.", "commands": ["kill @e[type=minecraft:cow]", "kill @e[type=minecraft:pig]", "kill @e[type=minecraft:sheep]", "kill @e[type=minecraft:chicken]", "kill @e[type=minecraft:horse]", "kill @e[type=minecraft:donkey]", "kill @e[type=minecraft:mule]", "kill @e[type=minecraft:rabbit]", "kill @e[type=minecraft:fox]", "kill @e[type=minecraft:bee]", "kill @e[type=minecraft:goat]", "kill @e[type=minecraft:frog]", "kill @e[type=minecraft:camel]", "kill @e[type=minecraft:sniffer]"], "safety_flags": ["destructive"]}, "negative_output": {"commands": ["kill @e[type=animal]"], "error": "'animal' is not a valid entity type or selector. Must kill each passive mob type individually."}, "metadata": {"difficulty": "hard", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 2}}
{"id": "entity-036", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "kill the nearest creeper", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Use limit=1 and sort=nearest to target only the closest creeper.", "commands": ["kill @e[type=minecraft:creeper,limit=1,sort=nearest]"], "safety_flags": []}, "negative_output": {"commands": ["kill @e[type=minecraft:creeper,c=1]"], "error": "'c' is a Bedrock Edition selector argument. Java Edition uses 'limit=1,sort=nearest'."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-037", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "kill the 5 nearest zombies", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Use limit=5 and sort=nearest to target the 5 closest zombies.", "commands": ["kill @e[type=minecraft:zombie,limit=5,sort=nearest]"], "safety_flags": []}, "negative_output": {"commands": ["kill @e[type=minecraft:zombie,count=5]"], "error": "'count' is not a valid selector argument. Use 'limit=5,sort=nearest'."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-038", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a baby zombie", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a zombie with the IsBaby:1b NBT tag to make it a baby.", "commands": ["summon minecraft:zombie ~ ~ ~ {IsBaby:1b}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:baby_zombie ~ ~ ~"], "error": "'baby_zombie' is not a valid entity ID. Use NBT tag {IsBaby:1b} on a regular zombie."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-039", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a pink sheep", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a sheep with Color NBT tag. Pink wool color value is 6.", "commands": ["summon minecraft:sheep ~ ~ ~ {Color:6b}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:pink_sheep ~ ~ ~"], "error": "'pink_sheep' is not a valid entity ID. Use Color NBT tag: {Color:6b} on a regular sheep."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-040", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a red sheep", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon a sheep with Color:14b for red wool.", "commands": ["summon minecraft:sheep ~ ~ ~ {Color:14b}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:sheep ~ ~ ~ {Color:red}"], "error": "Color NBT tag takes a byte value, not a string. Red = 14b."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-041", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a zombie named Bob", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Use CustomName NBT tag with JSON text component. The name must be a JSON string wrapped in single quotes within the NBT.", "commands": ["summon minecraft:zombie ~ ~ ~ {CustomName:'\"Bob\"'}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:zombie ~ ~ ~ {CustomName:Bob}"], "error": "CustomName must be a JSON text component string, not a bare word. Use {CustomName:'\"Bob\"'}."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-042", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn 10 cows", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"], "player_position": {"x": 100, "y": 65, "z": 200}}}, "output": {"reasoning": "The summon command creates exactly one entity per invocation. Cannot append a count. Must issue 10 separate summon commands with slightly different positions to avoid stacking.", "commands": ["summon minecraft:cow 98 65 198", "summon minecraft:cow 99 65 198", "summon minecraft:cow 100 65 198", "summon minecraft:cow 101 65 198", "summon minecraft:cow 102 65 198", "summon minecraft:cow 98 65 200", "summon minecraft:cow 99 65 200", "summon minecraft:cow 100 65 200", "summon minecraft:cow 101 65 200", "summon minecraft:cow 102 65 200"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:cow ~ ~ ~ 10"], "error": "Cannot append count to summon. Each summon creates exactly one entity. The '10' would be parsed as invalid NBT."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-043", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn 5 wolves", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"], "player_position": {"x": 0, "y": 70, "z": 0}}}, "output": {"reasoning": "Must issue 5 separate summon commands. Spread positions slightly to avoid entity stacking.", "commands": ["summon minecraft:wolf -1 70 -1", "summon minecraft:wolf 0 70 -1", "summon minecraft:wolf 1 70 -1", "summon minecraft:wolf -1 70 1", "summon minecraft:wolf 0 70 1"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:wolf ~ ~ ~ 5"], "error": "Cannot specify count on summon command. Must use separate summon commands for each entity."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-044", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "give me a zombie spawn egg", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Spawn eggs are items, not summon commands. Use the give command with the spawn egg item ID. Pattern: minecraft:<mob>_spawn_egg.", "commands": ["give slingshooter08 minecraft:zombie_spawn_egg 1"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:zombie ~ ~ ~"], "error": "Player asked for a spawn egg item, not to summon a zombie. Use 'give' with 'minecraft:zombie_spawn_egg'."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-045", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "give me a creeper spawn egg", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Give the player a creeper spawn egg item.", "commands": ["give slingshooter08 minecraft:creeper_spawn_egg 1"], "safety_flags": []}, "negative_output": {"commands": ["give slingshooter08 minecraft:spawn_egg_creeper 1"], "error": "Wrong item ID format. Spawn eggs follow the pattern: minecraft:<mob>_spawn_egg."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-046", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "summon a skeleton riding a spider", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Use Passengers NBT tag on the mount (spider) to add a rider (skeleton). This creates a spider jockey.", "commands": ["summon minecraft:spider ~ ~ ~ {Passengers:[{id:\"minecraft:skeleton\"}]}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:skeleton ~ ~ ~", "summon minecraft:spider ~ ~ ~"], "error": "Two separate summons won't create a rider. Must use the Passengers NBT tag on the mount entity."}, "metadata": {"difficulty": "hard", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-047", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "summon a zombie riding a chicken", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Use Passengers tag on the chicken (mount) to add a baby zombie rider. This is a chicken jockey.", "commands": ["summon minecraft:chicken ~ ~ ~ {Passengers:[{id:\"minecraft:zombie\",IsBaby:1b}]}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:zombie ~ ~ ~ {Riding:{id:minecraft:chicken}}"], "error": "The 'Riding' tag was removed in 1.9. Use 'Passengers' on the mount entity instead."}, "metadata": {"difficulty": "hard", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-048", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "sudo clear all monsters around me", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Natural language request to kill hostile mobs nearby. Use kill with distance selector for common hostile mob types within 30 blocks.", "commands": ["kill @e[type=minecraft:zombie,distance=..30]", "kill @e[type=minecraft:skeleton,distance=..30]", "kill @e[type=minecraft:creeper,distance=..30]", "kill @e[type=minecraft:spider,distance=..30]", "kill @e[type=minecraft:enderman,distance=..30]", "kill @e[type=minecraft:witch,distance=..30]", "kill @e[type=minecraft:drowned,distance=..30]", "kill @e[type=minecraft:phantom,distance=..30]", "kill @e[type=minecraft:cave_spider,distance=..30]", "kill @e[type=minecraft:slime,distance=..30]"], "safety_flags": []}, "negative_output": {"commands": ["kill @e[distance=..30]"], "error": "This kills ALL entities within 30 blocks including players, items, and passive mobs. Must filter by hostile mob types."}, "metadata": {"difficulty": "hard", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 2}}
{"id": "entity-049", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "sudo spawn a pack of wolves", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"], "player_position": {"x": 50, "y": 64, "z": -30}}}, "output": {"reasoning": "A 'pack' implies multiple wolves. Spawn 5-6 wolves at slightly different positions around the player.", "commands": ["summon minecraft:wolf 48 64 -32", "summon minecraft:wolf 49 64 -31", "summon minecraft:wolf 50 64 -30", "summon minecraft:wolf 51 64 -29", "summon minecraft:wolf 52 64 -28", "summon minecraft:wolf 50 64 -32"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:wolf ~ ~ ~ 6"], "error": "Cannot append count to summon. Must issue separate summon commands for each wolf."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-050", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "kill all mobs", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Kill all non-player entities. This removes all mobs, items, XP orbs, etc. Must exclude players with type negation.", "commands": ["kill @e[type=!minecraft:player]"], "safety_flags": ["destructive"]}, "negative_output": {"commands": ["kill @e"], "error": "kill @e without exclusion kills players too. Must use type=!minecraft:player."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 2}}
{"id": "entity-051", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "kill all entities within 10 blocks", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Use distance selector to limit range. Exclude players to be safe.", "commands": ["kill @e[type=!minecraft:player,distance=..10]"], "safety_flags": []}, "negative_output": {"commands": ["kill @e[r=10]"], "error": "'r' is a Bedrock Edition selector. Java Edition uses 'distance=..10'."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-052", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a charged creeper", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "A charged creeper has the 'powered' NBT tag set to 1b. Charged creepers have a more powerful explosion.", "commands": ["summon minecraft:creeper ~ ~ ~ {powered:1b}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:charged_creeper ~ ~ ~"], "error": "'charged_creeper' is not a valid entity ID. Use {powered:1b} NBT on a regular creeper."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-053", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "summon a giant zombie", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "The giant entity is a large zombie variant. Entity ID is just 'giant'. It has no AI in modern versions but can still be summoned.", "commands": ["summon minecraft:giant ~ ~ ~"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:zombie ~ ~ ~ {Size:10}"], "error": "Zombies don't have a Size NBT tag. The giant is its own entity type: minecraft:giant."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-054", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a zombie at coordinates 100 70 -200", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Player specified absolute coordinates. Use those directly instead of relative ~.", "commands": ["summon minecraft:zombie 100 70 -200"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:zombie ~ ~ ~"], "error": "Player specified exact coordinates 100 70 -200. Should use those, not relative coordinates."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-055", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn an invincible zombie", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Use Invulnerable NBT tag to make the zombie unkillable by damage. Also add high health attributes for extra durability.", "commands": ["summon minecraft:zombie ~ ~ ~ {Invulnerable:1b}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:zombie ~ ~ ~ {Health:99999}"], "error": "Setting high Health alone doesn't make it invincible. Use {Invulnerable:1b} for true invulnerability."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-056", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "summon a wither above me", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Summon the Wither boss above the player. Use ~ ~10 ~ for vertical offset. Wither is extremely destructive.", "commands": ["summon minecraft:wither ~ ~10 ~"], "safety_flags": ["destructive"]}, "negative_output": {"commands": ["summon minecraft:wither ~ ~ ~"], "error": "Summoning the Wither at ground level is dangerous as the initial explosion can damage the player. Use vertical offset."}, "metadata": {"difficulty": "medium", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 2}}
{"id": "entity-057", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a zombie with full diamond armor", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Use ArmorItems NBT tag to equip the zombie. ArmorItems is a list of 4 items: [feet, legs, chest, head]. Empty slots use {}.", "commands": ["summon minecraft:zombie ~ ~ ~ {ArmorItems:[{id:\"minecraft:diamond_boots\",count:1},{id:\"minecraft:diamond_leggings\",count:1},{id:\"minecraft:diamond_chestplate\",count:1},{id:\"minecraft:diamond_helmet\",count:1}]}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:zombie ~ ~ ~ {Equipment:[diamond_helmet,diamond_chestplate,diamond_leggings,diamond_boots]}"], "error": "Equipment tag was removed. Use ArmorItems list with proper item compound format: [{id:\"minecraft:item\",count:1}]."}, "metadata": {"difficulty": "hard", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-058", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "kill all skeletons in the world", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Kill all skeleton entities with no distance limit, affecting all loaded chunks.", "commands": ["kill @e[type=minecraft:skeleton]"], "safety_flags": ["destructive"]}, "negative_output": {"commands": ["kill skeleton"], "error": "'kill skeleton' is not valid syntax. Must use entity selector: kill @e[type=minecraft:skeleton]."}, "metadata": {"difficulty": "easy", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 2}}
{"id": "entity-059", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a zombie holding a diamond sword", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Use HandItems NBT tag. HandItems is a list of 2 items: [mainhand, offhand]. Empty slots use {}.", "commands": ["summon minecraft:zombie ~ ~ ~ {HandItems:[{id:\"minecraft:diamond_sword\",count:1},{}]}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:zombie ~ ~ ~ {Weapon:diamond_sword}"], "error": "There is no 'Weapon' tag. Use HandItems:[{id:\"minecraft:diamond_sword\",count:1},{}] for mainhand item."}, "metadata": {"difficulty": "hard", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}
{"id": "entity-060", "source": "entity_mob_pattern", "category": "command_gen", "input": {"user_message": "spawn a glowing creeper named Boom", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Combine Glowing and CustomName NBT tags. Glowing makes the entity have the spectral outline effect.", "commands": ["summon minecraft:creeper ~ ~ ~ {Glowing:1b,CustomName:'\"Boom\"'}"], "safety_flags": []}, "negative_output": {"commands": ["summon minecraft:creeper ~ ~ ~ {Glow:true,Name:Boom}"], "error": "Wrong tag names. Use 'Glowing:1b' (not 'Glow:true') and 'CustomName:'\"Boom\"'' (not 'Name:Boom')."}, "metadata": {"difficulty": "hard", "validated": true, "extracted_from": "entity_mob_training", "risk_level": 3}}