Add remnants

This commit is contained in:
Electroblob77
2020-05-21 18:40:01 +01:00
parent 30f2a99a2c
commit 1275f1d31f
21 changed files with 665 additions and 1 deletions
@@ -445,6 +445,7 @@ entity.ebwizardry\:storm_elemental.name=Storm Elemental
entity.ebwizardry\:evil_wizard.name=Wizard
entity.ebwizardry\:decoy.name=Decoy
entity.ebwizardry\:vex_minion.name=Vex
entity.ebwizardry\:remnant.name=Remnant
entity.ebwizardry\:magic_missile.name=Magic
entity.ebwizardry\:arc.name=Magic
@@ -445,6 +445,7 @@ entity.ebwizardry\:storm_elemental.name=Storm Elemental
entity.ebwizardry\:evil_wizard.name=Wizard
entity.ebwizardry\:decoy.name=Decoy
entity.ebwizardry\:vex_minion.name=Vex
entity.ebwizardry\:remnant.name=Remnant
entity.ebwizardry\:magic_missile.name=Magic
entity.ebwizardry\:arc.name=Magic
@@ -0,0 +1,28 @@
{
"pools": [
{
"name": "spectral_dust",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spectral_dust",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "minecraft:set_data",
"data": 5
}
]
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"pools": [
{
"name": "spectral_dust",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spectral_dust",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "minecraft:set_data",
"data": 1
}
]
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"pools": [
{
"name": "spectral_dust",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spectral_dust",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "minecraft:set_data",
"data": 7
}
]
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"pools": [
{
"name": "spectral_dust",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spectral_dust",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "minecraft:set_data",
"data": 2
}
]
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"pools": [
{
"name": "spectral_dust",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spectral_dust",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "minecraft:set_data",
"data": 3
}
]
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"pools": [
{
"name": "spectral_dust",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spectral_dust",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "minecraft:set_data",
"data": 4
}
]
}
]
}
]
}
@@ -0,0 +1,28 @@
{
"pools": [
{
"name": "spectral_dust",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spectral_dust",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "minecraft:set_data",
"data": 6
}
]
}
]
}
]
}
@@ -51,6 +51,9 @@
"entity.phoenix.flap": {"category": "hostile", "sounds": ["mob/enderdragon/wings1", "mob/enderdragon/wings2", "mob/enderdragon/wings3", "mob/enderdragon/wings4", "mob/enderdragon/wings5", "mob/enderdragon/wings6"]},
"entity.phoenix.hurt": {"category": "hostile", "sounds": ["mob/blaze/hit1", "mob/blaze/hit2", "mob/blaze/hit3", "mob/blaze/hit4"]},
"entity.phoenix.death": {"category": "hostile", "sounds": ["mob/blaze/death"]},
"entity.remnant.ambient": {"category": "hostile", "sounds": ["ebwizardry:remnant_hiss"]},
"entity.remnant.hurt": {"category": "hostile", "sounds": ["ebwizardry:remnant_hurt"]},
"entity.remnant.death": {"category": "hostile", "sounds": ["ebwizardry:remnant_death"]},
"entity.shadow_wraith.ambient": {"category": "hostile", "sounds": ["mob/blaze/breathe1", "mob/blaze/breathe2", "mob/blaze/breathe3", "mob/blaze/breathe4"]},
"entity.shadow_wraith.noise": {"category": "hostile", "sounds": ["portal/portal"]},
"entity.shadow_wraith.hurt": {"category": "hostile", "sounds": ["mob/blaze/hit1", "mob/blaze/hit2", "mob/blaze/hit3", "mob/blaze/hit4"]},
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB