我的世界1.9礦石輪盤賭mod為Minecraft游戲新增加了不同的玩法,豐富了玩家的趣味游戲體驗(yàn)。
簡介:
他會(huì)掉唱片!
會(huì)生成附魔臺,或者給你肌肉,還有頂著藥水的蠹蟲。這個(gè)藥水變了,不再是投擲藥水,而是持續(xù)性范圍藥水
坑人的苦力怕,叫做nope的高壓JJ是真的nope,爆炸威力極小。但是如果他叫rouletteores creeper,爆炸威力會(huì)很高!
可以看到還會(huì)掉落青金石、紅石、黃金等其他礦物,以及閃爍的西瓜、金蘿卜等等
蠹蟲的藥水
沒錯(cuò),會(huì)生成一大堆史萊姆,瞬間群毆致死。。。。我回來之后他們都消失了。
這是一個(gè)點(diǎn)燃的TNT,威力不變,但是爆炸時(shí)間長。。我當(dāng)時(shí)的心里是這樣的:
啊我擦挖出了一個(gè) TNT!快跑啊~~~~
怎么不炸?
作者居然嚇唬我,弄了個(gè)假的!
回去繼續(xù)挖!
臥槽炸了!
樓主——卒
掉在地上的鉆石裝備,貌似只有胸甲和鞋子,保護(hù)三耐久三附魔(耐久三不是100%)
這是個(gè)HIm。一個(gè)血超級厚的僵尸帶著Him頭手持方天畫戟武器,攻擊力3-4顆心(裸體),出場前還會(huì)丟個(gè)失明藥水。
全部事件代碼:
[
{
"name": "Ore Murder",
"events": [
{
"delay": 0,
"command": "/tell VAR_NAME You just murdered an innocent ore :("
}
],
"req_mods": []
},
{
"name": "Think quick",
"events": [
{
"delay": 0,
"command": "/tell VAR_NAME Ready..."
},
{
"delay": 40,
"command": "/tell VAR_NAME Set..."
},
{
"delay": 80,
"command": "/tell VAR_NAME DIG!"
},
{
"delay": 81,
"command": "/setblock ~ ~ ~ minecraft:diamond_block"
},
{
"delay": 160,
"command": "/setblock ~ ~ ~ minecraft:air"
},
{
"delay": 161,
"command": "/tell VAR_NAME Time\u0027s Up!"
}
],
"req_mods": []
},
{
"name": "Think quick",
"events": [
{
"delay": 0,
"command": "/tell VAR_NAME Ready..."
},
{
"delay": 40,
"command": "/tell VAR_NAME Set..."
},
{
"delay": 80,
"command": "/tell VAR_NAME DIG!"
},
{
"delay": 81,
"command": "/setblock ~ ~ ~ minecraft:emerald_block"
},
{
"delay": 160,
"command": "/setblock ~ ~ ~ minecraft:air"
},
{
"delay": 161,
"command": "/tell VAR_NAME Time\u0027s Up!"
}
],
"req_mods": []
},
{
"name": "Think quick",
"events": [
{
"delay": 0,
"command": "/tell VAR_NAME Ready..."
},
{
"delay": 40,
"command": "/tell VAR_NAME Set..."
},
{
"delay": 80,
"command": "/tell VAR_NAME NOPE!"
},
{
"delay": 81,
"command": "/summon EnderCrystal ~ ~ ~"
}
],
"req_mods": []
},
{
"name": "Roulette Creeper",
"events": [
{
"delay": 0,
"command": "/summon Creeper ~ ~ ~ {powered:1,CustomName:Roulette Creeper,ExplosionRadius:0}"
}
],
"req_mods": []
},
{
"name": "Roulette Creeper",
"events": [
{
"delay": 0,
"command": "/summon Creeper ~ ~ ~ {powered:1,CustomName:Roulette Creeper,ExplosionRadius:0}"
}
],
"req_mods": []
},
{
"name": "Roulette Creeper",
"events": [
{
"delay": 0,
"command": "/summon Creeper ~ ~ ~ {powered:1,CustomName:Roulette Creeper,ExplosionRadius:0}"
}
],
"req_mods": []
},
{
"name": "Roulette Creeper",
"events": [
{
"delay": 0,
"command": "/summon Creeper ~ ~ ~ {powered:1,CustomName:Roulette Creeper,ExplosionRadius:0}"
}
],
"req_mods": []
},
{
"name": "Roulette Creeper",
"events": [
{
"delay": 0,
"command": "/summon Creeper ~ ~ ~ {powered:1,CustomName:Roulette Creeper,ExplosionRadius:16}"
}
],
"req_mods": []
},
{
"name": "Homing TNT",
"events": [
{
"delay": 0,
"command": "/summon XPOrb ~ ~ ~ {Passengers:[{id:PrimedTnt,Fuse:200}]}"
}
],
"req_mods": []
},
{
"name": "Bedrock",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:bedrock"
}
],
"req_mods": []
},
{
"name": "Roulette Ore",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ rouletteores:roulette_ore"
}
],
"req_mods": []
},
{
"name": "Gold Block",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:gold_block"
}
],
"req_mods": []
},
{
"name": "Iron Block",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:iron_block"
}
],
"req_mods": []
},
{
"name": "Diamond Block",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:diamond_block"
}
],
"req_mods": []
},
{
"name": "Coal Block",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:coal_block"
}
],
"req_mods": []
},
{
"name": "Redstone Block",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:redstone_block"
}
],
"req_mods": []
},
{
"name": "Quartz Block",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:quartz_block"
}
],
"req_mods": []
},
{
"name": "Emerald Block",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:Emerald_block"
}
],
"req_mods": []
},
{
"name": "Slime Block",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:slime"
}
],
"req_mods": []
},
{
"name": "Dragon Egg",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:dragon_block"
}
],
"req_mods": []
},
{
"name": "Enchantment Table",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:enchanting_table"
}
],
"req_mods": []
},
{
"name": "Beacon",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:beacon"
}
],
"req_mods": []
},
{
"name": "Anvil",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:anvil"
}
],
"req_mods": []
},
{
"name": "Brewing Stand",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:brewing_stand"
}
],
"req_mods": []
},
{
"name": "Ender Chest",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:ender_chest"
}
],
"req_mods": []
},
{
"name": "Sapling",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:sapling,Count:4,Damage:0}}"
}
],
"req_mods": []
},
{
"name": "Sapling",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:sapling,Count:4,Damage:1}}"
}
],
"req_mods": []
},
{
"name": "Sapling",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:sapling,Count:4,Damage:2}}"
}
],
"req_mods": []
},
{
"name": "Sapling",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:sapling,Count:4,Damage:3}}"
}
],
"req_mods": []
},
{
"name": "Sapling",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:sapling,Count:4,Damage:4}}"
}
],
"req_mods": []
},
{
"name": "Sapling",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:sapling,Count:4,Damage:5}}"
}
],
"req_mods": []
},
{
"name": "Skull",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:skull,Count:1,Damage:0}}"
}
],
"req_mods": []
},
{
"name": "Skull",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:skull,Count:1,Damage:1}}"
}
],
"req_mods": []
},
{
"name": "Skull",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:skull,Count:1,Damage:2}}"
}
],
"req_mods": []
},
{
"name": "Skull",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:skull,Count:1,Damage:3}}"
}
],
"req_mods": []
},
{
"name": "Skull",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:skull,Count:1,Damage:4}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:bed,Count:1}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:coal,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:diamond,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:iron_ingot,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:gold_ingot,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:gunpowder,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:redstone,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:glowstone_dust,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:dye,Count:8,Damage:4}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:bone,Count:4}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:emerald,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:quartz,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:cookie,Count:16}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:melon,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:cooked_beef,Count:1}}"
}
],
"req_mods": []
},
{
"name": "Pie Flavored Pie",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:pumpkin_pie,Count:1,tag:{display:{Name:Pie Flavored Pie}}}}"
}
],
"req_mods": []
},
{
"name": "Wall Chicken",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:cooked_chicken,Count:1,tag:{display:{Name:Mysterious Wall Chicken}}}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:rotten_flesh,Count:64}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:ender_pearl,Count:4}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:blaze_rod,Count:4}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:ghast_tear,Count:4}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:nether_wart,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:spider_eye,Count:4}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:blaze_powder,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:ender_eye,Count:1}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:speckled_melon,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:nether_star,Count:1}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:golden_carrot,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:carrot,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:potato,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:record_11,Count:1}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:prismarine_shard,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:prismarine_crystals,Count:8}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:cooked_rabbit,Count:1}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:rabbit_foot,Count:1}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:cooked_mutton,Count:1}}"
}
],
"req_mods": []
},
{
"name": "Random Loot",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:chorus_fruit,Count:8}}"
}
],
"req_mods": []
},
{
"name": "More Ores!",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:rouletteores:roulette_ore,Count:8}}"
},
{
"delay": 1,
"command": "/tell VAR_NAME Have some more shiny ores!"
}
],
"req_mods": []
},
{
"name": "Troll Fish",
"events": [
{
"delay": 0,
"command": "/summon Silverfish ~ ~ ~ {CustomName:Troll Fish,CustomNameVisible:10,ActiveEffects:[{Id:11,Amplifier:10,Duration:300}]}"
}
],
"req_mods": []
},
{
"name": "Gary Coleman",
"events": [
{
"delay": 0,
"command": "/summon Zombie ~ ~ ~ {CustomName:Gary Coleman,IsBaby:1,CustomNameVisible:10}"
}
],
"req_mods": []
},
{
"name": "Cluckington",
"events": [
{
"delay": 0,
"command": "/summon Chicken ~ ~ ~ {CustomName:Cluckington,CustomNameVisible:10}"
}
],
"req_mods": []
},
{
"name": "Shulker",
"events": [
{
"delay": 0,
"command": "/summon Shulker ~ ~ ~"
}
],
"req_mods": []
},
{
"name": "Poison Fish",
"events": [
{
"delay": 0,
"command": "/summon Silverfish ~ ~ ~ {CustomName:Poison Fish,CustomNameVisible:10,Passengers:[{id:ThrownPotion,Potion:{id:lingering_potion,tag:{Potion:minecraft:long_poison}}}]}"
}
],
"req_mods": []
},
{
"name": "Death Fish",
"events": [
{
"delay": 0,
"command": "/summon Silverfish ~ ~ ~ {CustomName:Poison Fish,CustomNameVisible:10,Passengers:[{id:ThrownPotion,Potion:{id:lingering_potion,tag:{Potion:minecraft:strong_harming}}}]}"
}
],
"req_mods": []
},
{
"name": "Blinding Fish",
"events": [
{
"delay": 0,
"command": "/summon Silverfish ~ ~ ~ {CustomName:Blinding Fish,CustomNameVisible:10,Passengers:[{id:ThrownPotion,Potion:{id:lingering_potion,tag:{CustomPotionEffects:[{Id:15,Amplifier:0,Duration:900,ShowParticles:0b}]}}}]}"
}
],
"req_mods": []
},
{
"name": "Paralysis Fish",
"events": [
{
"delay": 0,
"command": "/summon Silverfish ~ ~ ~ {CustomName:Paralysis Fish,CustomNameVisible:10,Passengers:[{id:ThrownPotion,Potion:{id:lingering_potion,tag:{CustomPotionEffects:[{Id:2,Amplifier:10,Duration:900,ShowParticles:0b}]}}}]}"
}
],
"req_mods": []
},
{
"name": "Gravity Fish",
"events": [
{
"delay": 0,
"command": "/summon Silverfish ~ ~ ~ {CustomName:Gravity Fish,CustomNameVisible:10,Passengers:[{id:ThrownPotion,Potion:{id:lingering_potion,tag:{CustomPotionEffects:[{Id:25,Amplifier:1,Duration:200,ShowParticles:0b}]}}}]}"
}
],
"req_mods": []
},
{
"name": "Famine Fish",
"events": [
{
"delay": 0,
"command": "/summon Silverfish ~ ~ ~ {CustomName:Famine Fish,CustomNameVisible:10,Passengers:[{id:ThrownPotion,Potion:{id:lingering_potion,tag:{CustomPotionEffects:[{Id:17,Amplifier:2,Duration:200,ShowParticles:0b}]}}}]}"
}
],
"req_mods": []
},
{
"name": "Damage Potion",
"events": [
{
"delay": 0,
"command": "/summon ThrownPotion ~ ~ ~ {Potion:{id:splash_potion,tag:{Potion:minecraft:strong_harming}}}"
}
],
"req_mods": []
},
{
"name": "XP Bottle",
"events": [
{
"delay": 0,
"command": "/summon ThrownExpBottle ~ ~ ~"
}
],
"req_mods": []
},
{
"name": "Hugs!",
"events": [
{
"delay": 0,
"command": "/summon Zombie ~ ~ ~ {CustomName:Hugs!,CustomNameVisible:10,IsBaby:1,Passengers:[{id:PrimedTnt,Fuse:200}]}"
}
],
"req_mods": []
},
{
"name": "Zombie Spawner",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:mob_spawner 0 replace {SpawnData:{id:Zombie}}"
}
],
"req_mods": []
},
{
"name": "Cave Spider Spawner",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:mob_spawner 0 replace {SpawnData:{id:CaveSpider}}"
}
],
"req_mods": []
},
{
"name": "Water",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:flowing_water"
}
],
"req_mods": []
},
{
"name": "Lava",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:flowing_lava"
}
],
"req_mods": []
},
{
"name": "Bat Bomb",
"events": [
{
"delay": 0,
"command": "/summon Bat ~ ~ ~ {CustomName:Bat Bomb,Passengers:[{id:EnderCrystal}]}"
}
],
"req_mods": []
},
{
"name": "Panic Crystal",
"events": [
{
"delay": 0,
"command": "/summon EnderCrystal ~ ~ ~"
}
],
"req_mods": []
},
{
"name": "The Lie",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:cake"
}
],
"req_mods": []
},
{
"name": "Herobrine Joined",
"events": [
{
"delay": 0,
"command": "/tellraw VAR_NAME {text:\"\",extra:[{text:\"Herobrine joined the game\",color:yellow}]}"
}
],
"req_mods": []
},
{
"name": "Herobrine Taunt",
"events": [
{
"delay": 0,
"command": "/tellraw VAR_NAME {text:\"\u003cHerobrine\u003e I\u0027m coming for you VAR_NAME...\"}"
}
],
"req_mods": []
},
{
"name": "Herobrine Taunt",
"events": [
{
"delay": 0,
"command": "/tellraw VAR_NAME {text:\"\u003cHerobrine\u003e I wonder how fast you can run VAR_NAME?\"}"
}
],
"req_mods": []
},
{
"name": "Boom",
"events": [
{
"delay": 0,
"command": "/playsound entity.generic.explode VAR_NAME VAR_NAME"
}
],
"req_mods": []
},
{
"name": "Ssssss",
"events": [
{
"delay": 0,
"command": "/playsound entity.tnt.primed VAR_NAME VAR_NAME"
}
],
"req_mods": []
},
{
"name": "Bon Fire",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:fire"
}
],
"req_mods": []
},
{
"name": "Web",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:web"
}
],
"req_mods": []
},
{
"name": "Stone?",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:monster_egg"
}
],
"req_mods": []
},
{
"name": "Unstable TNT",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:tnt 1"
}
],
"req_mods": []
},
{
"name": "BUFF ARMOR",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:diamond_chestplate,Count:1,tag:{AttributeModifiers:[{AttributeName:generic.maxHealth,Name:generic.maxHealth,Amount:6,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Buff Chestplate},ench:[{id:0,lvl:3}]}}}"
}
],
"req_mods": []
},
{
"name": "BUFF ARMOR",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:diamond_helmet,Count:1,tag:{AttributeModifiers:[{AttributeName:generic.maxHealth,Name:generic.maxHealth,Amount:4,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Buff Helmet},ench:[{id:0,lvl:3}]}}}"
}
],
"req_mods": []
},
{
"name": "BUFF ARMOR",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:diamond_leggings,Count:1,tag:{AttributeModifiers:[{AttributeName:generic.maxHealth,Name:generic.maxHealth,Amount:6,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Buff Leggings},ench:[{id:0,lvl:3}]}}}"
}
],
"req_mods": []
},
{
"name": "BUFF ARMOR",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:diamond_boots,Count:1,tag:{AttributeModifiers:[{AttributeName:generic.maxHealth,Name:generic.maxHealth,Amount:4,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:Buff Boots},ench:[{id:0,lvl:3}]}}}"
}
],
"req_mods": []
},
{
"name": "BUFF SWORD",
"events": [
{
"delay": 0,
"command": "/summon Item ~ ~ ~ {Item:{id:minecraft:diamond_sword,Count:1,tag:{display:{Name:Buff Sword},ench:[{id:16,lvl:5},{id:20,lvl:1},{id:21,lvl:3},{id:34,lvl:3}]}}}"
}
],
"req_mods": []
},
{
"name": "Poison Mines",
"events": [
{
"delay": 0,
"command": "/setblock ~ ~ ~ minecraft:mob_spawner 0 replace {SpawnData:{id:XPOrb,Passengers:[{id:ThrownPotion,Potion:{id:splash_potion,tag:{Potion:strong_poison}}}]},SpawnCount:1,SpawnRange:16,RequiredPlayerRange:16,MinSpawnDelay:20,MaxSpawnDelay:20,MaxNearbyEntities:8}"
}
],
"req_mods": []
},
{
"name": "Herobrine",
"events": [
{
"delay": 0,
"command": "/summon ThrownPotion ~ ~1 ~ {Potion:{id:splash_potion,tag:{CustomPotionEffects:[{Id:15,Amplifier:0,Duration:2400,ShowParticles:0b}]}},Passengers:[{id:Zombie,CustomName:Herobrine,CustomNameVisible:1,CanBreakDoors:1,HandItems:[{id:minecraft:diamond_pickaxe,Count:1,tag:{ench:[{id:32,lvl:5}]}},{}],ArmorItems:[{},{},{},{id:minecraft:skull,Damage:3,Count:1,tag:{SkullOwner:Herobrine,ench:[{id:7,lvl:16}]}}],DropChances:[1F,1F,1F,1F,0.0F],Attributes:[{Name:zombie.spawnReinforcements,Base:1.0F}],ActiveEffects:[{Id:5,Amplifier:15,Duration:199980,ShowParticles:0b},{Id:11,Amplifier:10,Duration:2400,ShowParticles:0b}],Attributes:[{Name:generic.maxHealth,Base:200}],Health:200}]}"
}
],
"req_mods": []
},
{
"name": "Slime-plosion",
"events": [
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
},
{
"delay": 0,
"command": "/summon Slime ~ ~ ~"
}
],
"req_mods": []
}
復(fù)制代碼
最后一個(gè)就是群毆史萊姆。。。倒數(shù)第二個(gè)是Him,可以看到他手持鉆石鎬,200血,打死后除了腦袋上的東西都會(huì)掉落(因?yàn)槭荋im頭。。。)
當(dāng)然這個(gè)mod有一個(gè)他自己的礦,不管你設(shè)置的觸發(fā)幾率是多少,挖這個(gè)礦是絕對會(huì)觸發(fā)事件的。大致模樣就是彩色礦石飄著一只骷髏頭。
再來講一下怎么添加事件,以HIM為例
{
"name": "Herobrine",
"events": [
{
"delay": 0,
"command": "/summon ThrownPotion ~ ~1 ~
{Potion:{id:splash_potion,tag:{CustomPotionEffects:[{Id:15,Amplifier:0,Duration:2400,ShowParticles:0b}]}},Passengers:[{id:Zombie,CustomName:Herobrine,CustomNameVisible:1,CanBreakDoors:1,HandItems:[{id:minecraft:diamond_pickaxe,Count:1,tag:{ench:[{id:32,lvl:5}]}},{}],ArmorItems:[{},{},{},{id:minecraft:skull,Damage:3,Count:1,tag:{SkullOwner:Herobrine,ench:[{id:7,lvl:16}]}}],DropChances:[1F,1F,1F,1F,0.0F],Attributes:[{Name:zombie.spawnReinforcements,Base:1.0F}],ActiveEffects:[{Id:5,Amplifier:15,Duration:199980,ShowParticles:0b},{Id:11,Amplifier:10,Duration:2400,ShowParticles:0b}],Attributes:[{Name:generic.maxHealth,Base:200}],Health:200}]}"
}
],
"req_mods": []
},
這是一個(gè)完整的事件
name:事件名稱
event:事件
delay:時(shí)間(游戲刻)比如第一個(gè)事件限時(shí)挖掉鉆石塊,delay0就是在事件觸發(fā)(挖掉礦)時(shí)過0刻,再往下20刻時(shí)說Set,就是1秒之后在聊天框顯示Set,再過一秒Dig,再過0.05秒(1刻,即delay:1,疊加上剛才的時(shí)間應(yīng)該是delay:61)放置一個(gè)鉆石塊,然后給你幾秒去挖,到時(shí)間放置空氣,說Time is up
command:指令,就是在命令方塊里輸?shù)摹?/p>
后綴:
}
],
"req_mods": []
},