forked from Gamemode4Dev/GM4_Datapacks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Metallurgy 1.21 Feature Updates (Gamemode4Dev#1021)
* Metallurgy 1.21 Feature Updates - add mace to weapon shamir validity - animi - ender bolt - hypexperia - musical - percurro - add armadillo support to gemini * Sort tags alphabetically --------- Co-authored-by: Misode <misoloo64@gmail.com>
- Loading branch information
Showing
7 changed files
with
26 additions
and
0 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
1 change: 1 addition & 0 deletions
1
gm4_metallurgy/data/gm4_ender_bolt_shamir/tags/item/valid_items.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"values": [ | ||
"#minecraft:swords", | ||
"minecraft:mace", | ||
"minecraft:trident" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
gm4_metallurgy/data/gm4_gemini_shamir/advancement/breed_armadillo.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,15 @@ | ||
{ | ||
"criteria": { | ||
"breed_armadillos": { | ||
"trigger": "minecraft:bred_animals", | ||
"conditions": { | ||
"child": { | ||
"type": "armadillo" | ||
} | ||
} | ||
} | ||
}, | ||
"rewards": { | ||
"function": "gm4_gemini_shamir:breed/check_armadillo" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
gm4_metallurgy/data/gm4_gemini_shamir/function/breed/check_armadillo.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,6 @@ | ||
# run from breed_armadillo.json (advancement) | ||
# @s = player who has bred a mob | ||
|
||
execute if predicate gm4_gemini_shamir:holding_gemini as @e[type=armadillo,distance=..10,limit=1,sort=nearest,nbt=!{InLove:0}] at @s run summon armadillo ~ ~ ~ {Age:-23999} | ||
|
||
advancement revoke @s only gm4_gemini_shamir:breed_armadillo |
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
"#minecraft:shovels", | ||
"#minecraft:swords", | ||
"minecraft:fishing_rod", | ||
"minecraft:mace", | ||
"minecraft:trident" | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
gm4_metallurgy/data/gm4_musical_shamir/tags/item/valid_items.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"values": [ | ||
"#minecraft:swords", | ||
"minecraft:mace", | ||
"minecraft:trident" | ||
] | ||
} |
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"values": [ | ||
"#minecraft:axes", | ||
"#minecraft:swords", | ||
"minecraft:mace", | ||
"minecraft:trident" | ||
] | ||
} |