various updates, ready for release 2
This commit is contained in:
2
bin/main/data/aspects/functions/anemo_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/anemo_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
team add Anemo
|
||||
team modify Anemo color green
|
||||
2
bin/main/data/aspects/functions/geo_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/geo_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
team add Geo
|
||||
team modify Geo color yellow
|
||||
2
bin/main/data/aspects/functions/hydro_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/hydro_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
team add Hydro
|
||||
team modify Hydro color blue
|
||||
2
bin/main/data/aspects/functions/icarus.mcfunction
Normal file
2
bin/main/data/aspects/functions/icarus.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
playsound entity.firework_rocket.shoot neutral @s ~ ~ ~
|
||||
particle ash ^ ^ ^ ^ ^ ^ 3 20
|
||||
1
bin/main/data/aspects/functions/ordo_team.mcfunction
Normal file
1
bin/main/data/aspects/functions/ordo_team.mcfunction
Normal file
@@ -0,0 +1 @@
|
||||
team add Ordo
|
||||
2
bin/main/data/aspects/functions/perditio_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/perditio_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
team add Perditio
|
||||
team modify Perditio color dark_red
|
||||
2
bin/main/data/aspects/functions/pyro_team.mcfunction
Normal file
2
bin/main/data/aspects/functions/pyro_team.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
team add Pyro
|
||||
team modify Pyro color red
|
||||
6
bin/main/data/aspects/functions/start.mcfunction
Normal file
6
bin/main/data/aspects/functions/start.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
function aspects:anemo_team
|
||||
function aspects:geo_team
|
||||
function aspects:hydro_team
|
||||
function aspects:ordo_team
|
||||
function aspects:perditio_team
|
||||
function aspects:pyro_team
|
||||
@@ -1,4 +1,3 @@
|
||||
summon iron_golem ~ ~ ~ {OnGround:1b,Glowing:1b,Team:"Dendro",PlayerCreated:1b,ActiveEffects:[{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b}],Attributes:[{Name:generic.max_health,Base:80}]}
|
||||
summon iron_golem ~ ~ ~ {OnGround:1b,Glowing:1b,Team:"Dendro",PlayerCreated:1b,ActiveEffects:[{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b}],Attributes:[{Name:generic.max_health,Base:80}]}
|
||||
summon iron_golem ~ ~ ~ {OnGround:1b,Team:"Dendro",PlayerCreated:1b,ActiveEffects:[{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b}],Attributes:[{Name:generic.max_health,Base:80}]}
|
||||
playsound entity.firework_rocket.twinkle neutral @s
|
||||
particle spore_blossom_air ~ ~ ~ ~ ~ ~ 3 20
|
||||
Reference in New Issue
Block a user