-
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.
Acacia Gum update (v1c)
- Loading branch information
Showing
54 changed files
with
382 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# Daenvil's Vegancraft v1b (Full Datapack) | ||
# Daenvil's Vegancraft v1c (Full Datapack) for Minecraft 1.19+ | ||
|
||
This datapack is a merged version of the following datapacks: | ||
|
||
- [Plant-based Foods v1](https://github.com/daenvil/vegancraft/wiki/Plant%E2%80%90based-Foods) | ||
- [Plant-based Foods v1.0.1](https://github.com/daenvil/vegancraft/wiki/Plant%E2%80%90based-Foods) | ||
- [Omnivorous Pets v1](https://github.com/daenvil/vegancraft/wiki/Omnivorous-Pets) | ||
- [Acacia Gum v1](https://github.com/daenvil/vegancraft/wiki/Acacia-Gum) | ||
|
||
Read more on [the wiki](https://github.com/daenvil/vegancraft/wiki). |
20 changes: 20 additions & 0 deletions
20
datapack/data/dnv.acacia_gum/advancements/used_axe_on_acacia_bark.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"rewards": { | ||
"function": "dnv.acacia_gum:used_axe_on_acacia_bark" | ||
}, | ||
"criteria": { | ||
"used_axe_on_acacia_bark": { | ||
"trigger": "minecraft:item_used_on_block", | ||
"conditions": { | ||
"location": { | ||
"block": { | ||
"tag": "dnv.core:acacia_bark" | ||
} | ||
}, | ||
"item": { | ||
"tag": "dnv.core:axes" | ||
} | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
datapack/data/dnv.acacia_gum/advancements/used_axe_on_acacia_bark_fortune_1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"rewards": { | ||
"function": "dnv.acacia_gum:used_axe_on_acacia_bark_fortune_1" | ||
}, | ||
"criteria": { | ||
"used_axe_on_acacia_bark": { | ||
"trigger": "minecraft:item_used_on_block", | ||
"conditions": { | ||
"location": { | ||
"block": { | ||
"tag": "dnv.core:acacia_bark" | ||
} | ||
}, | ||
"item": { | ||
"tag": "dnv.core:axes", | ||
"enchantments": [{ | ||
"enchantment": "minecraft:fortune", | ||
"levels": 1 | ||
}] | ||
} | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
datapack/data/dnv.acacia_gum/advancements/used_axe_on_acacia_bark_fortune_2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"rewards": { | ||
"function": "dnv.acacia_gum:used_axe_on_acacia_bark_fortune_2" | ||
}, | ||
"criteria": { | ||
"used_axe_on_acacia_bark": { | ||
"trigger": "minecraft:item_used_on_block", | ||
"conditions": { | ||
"location": { | ||
"block": { | ||
"tag": "dnv.core:acacia_bark" | ||
} | ||
}, | ||
"item": { | ||
"tag": "dnv.core:axes", | ||
"enchantments": [{ | ||
"enchantment": "minecraft:fortune", | ||
"levels": 2 | ||
}] | ||
} | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
datapack/data/dnv.acacia_gum/advancements/used_axe_on_acacia_bark_fortune_3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"rewards": { | ||
"function": "dnv.acacia_gum:used_axe_on_acacia_bark_fortune_3" | ||
}, | ||
"criteria": { | ||
"used_axe_on_acacia_bark": { | ||
"trigger": "minecraft:item_used_on_block", | ||
"conditions": { | ||
"location": { | ||
"block": { | ||
"tag": "dnv.core:acacia_bark" | ||
} | ||
}, | ||
"item": { | ||
"tag": "dnv.core:axes", | ||
"enchantments": [{ | ||
"enchantment": "minecraft:fortune", | ||
"levels": 3 | ||
}] | ||
} | ||
} | ||
} | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
datapack/data/dnv.acacia_gum/functions/find_stripped_acacia.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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Called by function dnv.acacia_gum:used_axe_on_acacia_bark | ||
# @s = player who stripped acacia log/wood | ||
|
||
scoreboard players set @s dnv.found_acacia 0 | ||
execute anchored eyes positioned ^ ^ ^ anchored feet run function dnv.acacia_gum:find_stripped_acacia_line | ||
#execute if score @s dnv.found_acacia matches ..-61 run tellraw @s "[dnv.acacia_gum:debug_mode] Stripped acacia could not be found, trying a wider search..." | ||
execute if score @s dnv.found_acacia matches ..-61 anchored eyes positioned ^ ^ ^1 anchored feet run function dnv.acacia_gum:find_stripped_acacia_wide | ||
#execute if score @s dnv.found_acacia matches ..-121 run tellraw @s "[dnv.acacia_gum:debug_mode] Stripped acacia was not found." | ||
execute if score @s dnv.found_acacia matches ..-121 run function dnv.acacia_gum:summon_acacia_gum |
12 changes: 12 additions & 0 deletions
12
datapack/data/dnv.acacia_gum/functions/find_stripped_acacia_line.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Called by function dnv.acacia_gum:find_stripped_acacia or by itself | ||
# @s = player who stripped acacia log or wood | ||
# Finds the block that was just stripped | ||
# Apparently the block doesn't convert into its stripped variant *after* this tick | ||
|
||
execute if block ~ ~ ~ minecraft:acacia_log run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -60..0 if block ~ ~ ~ minecraft:acacia_wood run function dnv.acacia_gum:summon_acacia_gum | ||
# If not found, repeat function in the next forward step towards where the player is facing: | ||
execute if score @s dnv.found_acacia matches -60..0 run scoreboard players remove @s dnv.found_acacia 1 | ||
execute if score @s dnv.found_acacia matches -60..0 positioned ^ ^ ^.1 run function dnv.acacia_gum:find_stripped_acacia_line | ||
|
||
# Objective dnv.found_acacia functions as both a tracker of how many steps were done (in negative numbers) and as confirmation of success (1) |
27 changes: 27 additions & 0 deletions
27
datapack/data/dnv.acacia_gum/functions/find_stripped_acacia_wide.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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Called by function dnv.acacia_gum:find_stripped_acacia or by itself | ||
# @s = player who stripped acacia log or wood | ||
# Finds the block that was just stripped. This one searches in the blocks around the first search. | ||
# Apparently the block doesn't convert into its stripped variant *after* this tick | ||
|
||
execute if block ^1 ^ ^ minecraft:acacia_log positioned ^1 ^ ^ run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^1 ^ ^ if block ~ ~ ~ minecraft:acacia_wood run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^-1 ^ ^ if block ~ ~ ~ minecraft:acacia_log run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^-1 ^ ^ if block ~ ~ ~ minecraft:acacia_wood run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^ ^1 ^ if block ~ ~ ~ minecraft:acacia_log run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^ ^1 ^ if block ~ ~ ~ minecraft:acacia_wood run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^1 ^-1 ^ if block ~ ~ ~ minecraft:acacia_log run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^1 ^-1 ^ if block ~ ~ ~ minecraft:acacia_wood run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^1 ^1 ^ if block ~ ~ ~ minecraft:acacia_log run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^1 ^1 ^ if block ~ ~ ~ minecraft:acacia_wood run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^1 ^-1 ^ if block ~ ~ ~ minecraft:acacia_log run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^1 ^-1 ^ if block ~ ~ ~ minecraft:acacia_wood run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^-1 ^1 ^ if block ~ ~ ~ minecraft:acacia_log run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^-1 ^1 ^ if block ~ ~ ~ minecraft:acacia_wood run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^-1 ^-1 ^ if block ~ ~ ~ minecraft:acacia_log run function dnv.acacia_gum:summon_acacia_gum | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^-1 ^-1 ^ if block ~ ~ ~ minecraft:acacia_wood run function dnv.acacia_gum:summon_acacia_gum | ||
|
||
# If not found, repeat function in the next forward step towards where the player is facing: | ||
execute if score @s dnv.found_acacia matches -120..-61 run scoreboard players remove @s dnv.found_acacia 1 | ||
execute if score @s dnv.found_acacia matches -120..-61 positioned ^ ^ ^.1 run function dnv.acacia_gum:find_stripped_acacia_wide | ||
|
||
# Objective dnv.found_acacia functions as both a tracker of how many steps were done (in negative numbers) and as confirmation of success (1) |
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 @@ | ||
scoreboard objectives add dnv.found_acacia dummy |
10 changes: 10 additions & 0 deletions
10
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Called by function dnv.acacia_gum:find_stripped_acacia(_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 advancement grant @s until dnv.vegancraft:acacia_gum/slime_ball |
4 changes: 4 additions & 0 deletions
4
datapack/data/dnv.acacia_gum/functions/used_axe_on_acacia_bark.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
advancement revoke @s only dnv.acacia_gum:used_axe_on_acacia_bark | ||
|
||
# Decide beforehand if gumball is going to drop, to avoid useless processing: | ||
execute if predicate dnv.acacia_gum:drop_chance_no_fortune run function dnv.acacia_gum:find_stripped_acacia |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +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 |
4 changes: 4 additions & 0 deletions
4
datapack/data/dnv.acacia_gum/functions/used_axe_on_acacia_bark_fortune_2.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
advancement revoke @s only dnv.acacia_gum:used_axe_on_acacia_bark_fortune_2 | ||
|
||
# Decide beforehand if gumball is going to drop, to avoid useless processing: | ||
execute if predicate dnv.acacia_gum:extra_drop_chance_fortune_2 run function dnv.acacia_gum:find_stripped_acacia |
4 changes: 4 additions & 0 deletions
4
datapack/data/dnv.acacia_gum/functions/used_axe_on_acacia_bark_fortune_3.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
advancement revoke @s only dnv.acacia_gum:used_axe_on_acacia_bark_fortune_3 | ||
|
||
# Decide beforehand if gumball is going to drop, to avoid useless processing: | ||
execute if predicate dnv.acacia_gum:extra_drop_chance_fortune_3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"type": "command", | ||
"pools":[ | ||
{ | ||
"rolls": 1, | ||
"entries":[ | ||
{ | ||
"type": "item", | ||
"name": "minecraft:slime_ball", | ||
"weight": 1, | ||
"functions": [ | ||
{ | ||
"function": "set_name", | ||
"name": {"translate":"dnv.acacia_gum.item.acacia_gumball", "italic":false} | ||
}, | ||
{ | ||
"function": "set_nbt", | ||
"tag": "{dnv.Vegan:1b,CustomModelData:9261005}" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
4 changes: 4 additions & 0 deletions
4
datapack/data/dnv.acacia_gum/predicates/drop_chance_no_fortune.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.25 | ||
} |
4 changes: 4 additions & 0 deletions
4
datapack/data/dnv.acacia_gum/predicates/extra_drop_chance_fortune_1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.25 | ||
} |
4 changes: 4 additions & 0 deletions
4
datapack/data/dnv.acacia_gum/predicates/extra_drop_chance_fortune_2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.5 | ||
} |
4 changes: 4 additions & 0 deletions
4
datapack/data/dnv.acacia_gum/predicates/extra_drop_chance_fortune_3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"condition": "minecraft:random_chance", | ||
"chance": 0.75 | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"values": [ | ||
"minecraft:acacia_log", | ||
"minecraft:acacia_wood" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"values": [ | ||
"minecraft:wooden_axe", | ||
"minecraft:stone_axe", | ||
"minecraft:golden_axe", | ||
"minecraft:iron_axe", | ||
"minecraft:diamond_axe", | ||
"minecraft:netherite_axe" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
datapack/data/dnv.vegancraft/advancements/acacia_gum/slime_ball.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"parent": "dnv.vegancraft:crafting", | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:slime_ball", | ||
"nbt": "{CustomModelData:9261005}" | ||
}, | ||
"title": "This tree is... sticky", | ||
"frame": "task", | ||
"description": [{"text":"Get gum from an acacia tree"}] | ||
}, | ||
"criteria": { | ||
"granted_by_function": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
} | ||
} |
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,18 @@ | ||
{ | ||
"parent": "dnv.vegancraft:root", | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:crafting_table" | ||
}, | ||
"title": "Ethical Crafting", | ||
"frame": "goal", | ||
"description": "Craft useful items without harming mobs", | ||
"show_toast": false, | ||
"announce_to_chat": false | ||
}, | ||
"criteria": { | ||
"granted_by_function": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
scoreboard objectives add dnv.vxp dummy | ||
scoreboard objectives add dnv.vxp_int dummy | ||
scoreboard objectives add dnv.100 dummy | ||
scoreboard players set dnv.dummy dnv.100 100 |
5 changes: 5 additions & 0 deletions
5
datapack/data/dnv.vegancraft/functions/utility/crafting_advancement.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Triggers when player interacts with a crafting table (#dnv.core:crafting_table_interaction) | ||
# Just to grant the root advancements | ||
|
||
advancement revoke @s only dnv.core:triggers/crafting_table_interaction | ||
execute if score dnv.dummy dnv.vegancraft matches 1 run advancement grant @s until dnv.vegancraft:crafting |
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,18 @@ | ||
{ | ||
"display": { | ||
"title": "Acacia Gum", | ||
"description": "Daenvil's Acacia Gum datapack (v1, for MC1.17+)", | ||
"icon": { | ||
"item": "minecraft:slime_ball", | ||
"nbt": "{CustomModelData:9261005}" | ||
}, | ||
"announce_to_chat": false, | ||
"show_toast": false | ||
}, | ||
"parent": "global:dnv.vegancraft", | ||
"criteria": { | ||
"trigger": { | ||
"trigger": "minecraft:tick" | ||
} | ||
} | ||
} |
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
Oops, something went wrong.