Skip to content

Commit 071238b

Browse files
committed
launch
1 parent 54f66fb commit 071238b

File tree

75 files changed

+359
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+359
-39
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 50
2+
scoreboard players set @s dlds_last_points 50
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Schnellladen III",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{quick_charge:3}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add arbalistic_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 5
2+
scoreboard players set @s dlds_last_points 5
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Huschen II",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{swift_sneak:2}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add avoid_vibration_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 20
2+
scoreboard players set @s dlds_last_points 20
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Windstoß III",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{wind_burst:3}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add blowback_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 10
2+
scoreboard players set @s dlds_last_points 10
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Dornen II",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{thorns:2}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add brush_armadillo_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 5
2+
scoreboard players set @s dlds_last_points 5
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Behutsamkeit",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{silk_touch:1}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add craft_decorated_pot_using_only_sherds_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 10
2+
scoreboard players set @s dlds_last_points 10
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Effizienz III",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{efficiency:3}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add crafters_crafting_crafters_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 25
2+
scoreboard players set @s dlds_last_points 25
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Wasserläufer II",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{depth_strider:2}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add fall_from_world_height_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 25
2+
scoreboard players set @s dlds_last_points 25
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Schutz IV",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{protection:4}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add hero_of_the_village_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/adventure/tier_2
2+
tag @s add honey_block_slide_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/adventure/tier_1
2+
tag @s add kill_a_mob_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 20
2+
scoreboard players set @s dlds_last_points 20
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Stärke III",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{power:3}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add kill_mob_near_sculk_catalyst_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 10
2+
scoreboard players set @s dlds_last_points 10
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Glück des Meeres II",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{luck_of_the_sea:2}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add minecraft_trials_edition_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/adventure/tier_2
2+
tag @s add ol_betsy_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 20
2+
scoreboard players set @s dlds_last_points 20
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Harpune IV",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{impaling:4}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add overoverkill_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 10
2+
scoreboard players set @s dlds_last_points 10
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Glück I",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{fortune:1}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add play_jukebox_in_meadows_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 20
2+
scoreboard players set @s dlds_last_points 20
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Schärfe IV",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{sharpness:4}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add revaulting_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/adventure/tier_1
2+
tag @s add root_adventure_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/adventure/tier_2
2+
tag @s add salvage_sherd_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 15
2+
scoreboard players set @s dlds_last_points 15
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Flamme",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{flame:1}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add sniper_duel_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 5
2+
scoreboard players set @s dlds_last_points 5
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Rückstoß I",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{knockback:1}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add spyglass_at_dragon_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 5
2+
scoreboard players set @s dlds_last_points 5
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Explosionsschutz III",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{blast_protection:3}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add spyglass_at_ghast_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/adventure/tier_2
2+
tag @s add spyglass_at_parrot_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 5
2+
scoreboard players set @s dlds_last_points 5
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Schutz II",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{protection:2}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add summon_iron_golem_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 5
2+
scoreboard players set @s dlds_last_points 5
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Sog II",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{riptide:2}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add throw_trident_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 10
2+
scoreboard players set @s dlds_last_points 10
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Federfall III",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{feather_falling:3}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add trade_at_world_height_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 20
2+
scoreboard players set @s dlds_last_points 20
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Schlag II",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{punch:2}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add two_birds_one_arrow_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 10
2+
scoreboard players set @s dlds_last_points 10
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Verbrennung",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{fire_aspect:1}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add under_lock_and_key_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 10
2+
scoreboard players set @s dlds_last_points 10
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Treue II",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{loyalty:2}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add very_very_frightening_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 10
2+
scoreboard players set @s dlds_last_points 10
3+
4+
data modify storage dlds:reward item1 set value {name:"Verzaubertes Buch Schwungkraft II",Count:1}
5+
6+
give @s enchanted_book[stored_enchantments={levels:{sweeping_edge:2}}] 1
7+
8+
execute as @s run function dlds:display_reward
9+
tag @s add who_needs_rockets_reward

data/dlds/function/advancements/end/kill_dragon.mcfunction

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ data modify storage dlds:reward item1 set value {name:"Totem der Unsterblichkeit
66
give @s minecraft:totem_of_undying 1
77

88
execute as @a run function dlds:display_reward
9-
tag @s add root_end_reward
9+
tag @s add kill_dragon_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
scoreboard players add @s dlds_points 25
2+
scoreboard players set @s dlds_last_points 25
3+
4+
data modify storage dlds:reward item1 set value {name:"Windkugeln",Count:16}
5+
data modify storage dlds:reward item2 set value {name:"Erfahrungspunkte",Count:25}
6+
7+
8+
give @s minecraft:wind_charge 16
9+
experience add @s 25 points
10+
11+
execute as @a run function dlds:display_reward
12+
tag @s add levitate_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/husbandry/tier_3
2+
tag @s add allay_deliver_item_to_player_reward

data/dlds/function/advancements/husbandry/froglights.mcfunction

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ data modify storage dlds:reward item1 set value {name:"Goldapfel",Count:2}
66
give @s minecraft:golden_apple 2
77

88
execute as @a run function dlds:display_reward
9-
tag @s add obtain_netherite_hoe_reward
9+
tag @s add froglights_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/husbandry/tier_4
2+
tag @s add kill_axolotl_target_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 15
2+
scoreboard players set @s dlds_last_points 15
3+
4+
data modify storage dlds:reward item1 set value {name:"Goldapfel",Count:1}
5+
6+
give @s minecraft:golden_apple 1
7+
8+
execute as @a run function dlds:display_reward
9+
tag @s add obtain_netherite_hoe_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/husbandry/tier_4
2+
tag @s add repair_wolf_armor_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/husbandry/tier_1
2+
tag @s add root_husbandry_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/husbandry/tier_1
2+
tag @s add tame_an_animal_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/husbandry/tier_3
2+
tag @s add wax_off_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
scoreboard players add @s dlds_points 50
2+
scoreboard players set @s dlds_last_points 50
3+
4+
data modify storage dlds:reward item1 set value {name:"Goldapfel",Count:4}
5+
6+
give @s minecraft:golden_apple 4
7+
8+
execute as @a run function dlds:display_reward
9+
tag @s add whole_pack_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_4
2+
tag @s add charge_respawn_anchor_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_4
2+
tag @s add create_beacon_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_2
2+
tag @s add distract_piglin_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_5
2+
tag @s add fast_travel_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_1
2+
tag @s add find_bastion_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_3
2+
tag @s add get_wither_skull_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_5
2+
tag @s add netherite_armor_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_3
2+
tag @s add obtain_blaze_rod_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_2
2+
tag @s add ride_strider_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_4
2+
tag @s add ride_strider_in_overworld_lava_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:nether_rewards/tier_5
2+
tag @s add uneasy_alliance_reward
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
execute as @a run function dlds:overworld_rewards/story/tier_2
1+
execute as @a run function dlds:overworld_rewards/story/tier_3
22
tag @s add deflect_arrow_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/story/tier_4
2+
tag @s add enchant_item_reward
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
execute as @a run function dlds:overworld_rewards/story/tier_4
2+
tag @s add enter_the_nether_reward

0 commit comments

Comments
 (0)