You've already forked minecraft-assets
Create/Update assets for version 25w08a
This commit is contained in:
1
data/minecraft/enchantment_provider/_all.json
Normal file
1
data/minecraft/enchantment_provider/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"enderman_loot_drop":{"type":"minecraft:single","enchantment":"minecraft:silk_touch","level":1},"mob_spawn_equipment":{"type":"minecraft:by_cost_with_difficulty","enchantments":"#minecraft:on_mob_spawn_equipment","max_cost_span":17,"min_cost":5},"pillager_spawn_crossbow":{"type":"minecraft:single","enchantment":"minecraft:piercing","level":1}}
|
||||
1
data/minecraft/enchantment_provider/_list.json
Normal file
1
data/minecraft/enchantment_provider/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":["raid"],"files":["enderman_loot_drop.json","mob_spawn_equipment.json","pillager_spawn_crossbow.json"]}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "minecraft:single",
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"level": 1
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "minecraft:by_cost_with_difficulty",
|
||||
"enchantments": "#minecraft:on_mob_spawn_equipment",
|
||||
"max_cost_span": 17,
|
||||
"min_cost": 5
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "minecraft:single",
|
||||
"enchantment": "minecraft:piercing",
|
||||
"level": 1
|
||||
}
|
||||
1
data/minecraft/enchantment_provider/raid/_all.json
Normal file
1
data/minecraft/enchantment_provider/raid/_all.json
Normal file
@@ -0,0 +1 @@
|
||||
{"pillager_post_wave_3":{"type":"minecraft:single","enchantment":"minecraft:quick_charge","level":1},"pillager_post_wave_5":{"type":"minecraft:single","enchantment":"minecraft:quick_charge","level":2},"vindicator":{"type":"minecraft:single","enchantment":"minecraft:sharpness","level":1},"vindicator_post_wave_5":{"type":"minecraft:single","enchantment":"minecraft:sharpness","level":2}}
|
||||
1
data/minecraft/enchantment_provider/raid/_list.json
Normal file
1
data/minecraft/enchantment_provider/raid/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["pillager_post_wave_3.json","pillager_post_wave_5.json","vindicator.json","vindicator_post_wave_5.json"]}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "minecraft:single",
|
||||
"enchantment": "minecraft:quick_charge",
|
||||
"level": 1
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "minecraft:single",
|
||||
"enchantment": "minecraft:quick_charge",
|
||||
"level": 2
|
||||
}
|
||||
5
data/minecraft/enchantment_provider/raid/vindicator.json
Normal file
5
data/minecraft/enchantment_provider/raid/vindicator.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "minecraft:single",
|
||||
"enchantment": "minecraft:sharpness",
|
||||
"level": 1
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "minecraft:single",
|
||||
"enchantment": "minecraft:sharpness",
|
||||
"level": 2
|
||||
}
|
||||
Reference in New Issue
Block a user