-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
371 changed files
with
3,015 additions
and
1,638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
datapack/data/dnv.acacia_gum/functions/summon_acacia_gum.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# Called by function dnv.acacia_gum:find_stripped_acacia(_wide) | ||
# Called by function dnv.acacia_gum:find_stripped_acacia(_line/_wide) | ||
# @s = player who stripped acacia log/wood | ||
# position = stripped acacia log/wood (or player position, if not found) | ||
|
||
scoreboard players set @s dnv.found_acacia 1 | ||
loot spawn ~ ~ ~ loot dnv.acacia_gum:drop | ||
|
||
execute if score dnv.dummy dnv.vegancraft matches 1 run scoreboard players add @s dnv.vxp 40 | ||
execute if score dnv.dummy dnv.vegancraft matches 1 run function dnv.vegancraft:award_xp | ||
execute if score dnv.dummy dnv.vegancraft matches 1 run tag @s add dnv.vc.award_xp | ||
execute if score dnv.dummy dnv.vegancraft matches 1 run schedule function dnv.vegancraft:award_xp 1t replace | ||
execute if score dnv.dummy dnv.vegancraft matches 1 run advancement grant @s until dnv.vegancraft:acacia_gum/slime_ball |
2 changes: 1 addition & 1 deletion
2
datapack/data/dnv.acacia_gum/functions/used_axe_on_acacia_bark_fortune_1.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
advancement revoke @s only dnv.acacia_gum:used_axe_on_acacia_bark_fortune_1 | ||
tellraw @a "FORTUNE I" | ||
|
||
# Decide beforehand if gumball is going to drop, to avoid useless processing: | ||
execute if predicate dnv.acacia_gum:extra_drop_chance_fortune_1 run function dnv.acacia_gum:find_stripped_acacia |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
datapack/data/dnv.core/advancements/triggers/crafting_table_interaction.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 11 additions & 2 deletions
13
datapack/data/dnv.core/advancements/triggers/placed_furnace.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
datapack/data/dnv.core/functions/triggers/crafting_table_interaction.mcfunction
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"values": [ | ||
"minecraft:copper_block", | ||
"minecraft:exposed_copper", | ||
"minecraft:weathered_copper", | ||
"minecraft:oxidized_copper", | ||
"minecraft:cut_copper", | ||
"minecraft:exposed_cut_copper", | ||
"minecraft:weathered_cut_copper", | ||
"minecraft:oxidized_cut_copper", | ||
"minecraft:cut_copper_slab", | ||
"minecraft:exposed_cut_copper_slab", | ||
"minecraft:weathered_cut_copper_slab", | ||
"minecraft:oxidized_cut_copper_slab", | ||
"minecraft:cut_copper_stairs", | ||
"minecraft:exposed_cut_copper_stairs", | ||
"minecraft:weathered_cut_copper_stairs", | ||
"minecraft:oxidized_cut_copper_stairs", | ||
"#minecraft:all_signs" | ||
] | ||
} |
16 changes: 0 additions & 16 deletions
16
datapack/data/dnv.core/tags/functions/crafting_table_interaction.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.