-
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.
- Loading branch information
0 parents
commit f5a82e8
Showing
12 changed files
with
128 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
data/cootshk/advancements/nonetheritearmor/nonetheritearmor.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,18 @@ | ||
{ | ||
"display": { | ||
"title": "NoNetheriteArmor", | ||
"description": "Disables netherite armor, but not tools.", | ||
"icon": { | ||
"item": "minecraft:player_head", | ||
"nbt": "{SkullOwner: \"Cootshk\"}" | ||
}, | ||
"show_toast": false, | ||
"announce_to_chat": false | ||
}, | ||
"parent": "global:root", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## | ||
# main.mcfunction | ||
# nonetheritearmor | ||
# | ||
# Created by Cootshk. | ||
## |
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 @@ | ||
## | ||
# reset.mcfunction | ||
# nonetheritearmor | ||
# | ||
# Created by Cootshk. | ||
## | ||
|
||
scoreboard objectives add CreativeMode trigger | ||
scoreboard objectives add SurvivalMode trigger |
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 @@ | ||
{ | ||
"type": "minecraft:smithing_transform", | ||
"template": { | ||
"item": "minecraft:netherite_upgrade_smithing_template" | ||
}, | ||
"base": { | ||
"item": "minecraft:diamond_boots" | ||
}, | ||
"addition": { | ||
"item": "minecraft:netherite_ingot" | ||
}, | ||
"result": { | ||
"item": "minecraft:diamond_boots" | ||
} | ||
} |
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 @@ | ||
{ | ||
"type": "minecraft:smithing_transform", | ||
"template": { | ||
"item": "minecraft:netherite_upgrade_smithing_template" | ||
}, | ||
"base": { | ||
"item": "minecraft:diamond_helmet" | ||
}, | ||
"addition": { | ||
"item": "minecraft:netherite_ingot" | ||
}, | ||
"result": { | ||
"item": "minecraft:diamond_helmet" | ||
} | ||
} |
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 @@ | ||
{ | ||
"type": "minecraft:smithing_transform", | ||
"template": { | ||
"item": "minecraft:netherite_upgrade_smithing_template" | ||
}, | ||
"base": { | ||
"item": "minecraft:diamond_leggings" | ||
}, | ||
"addition": { | ||
"item": "minecraft:netherite_ingot" | ||
}, | ||
"result": { | ||
"item": "minecraft:diamond_leggings" | ||
} | ||
} |
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 @@ | ||
{ | ||
"type": "minecraft:smithing_transform", | ||
"template": { | ||
"item": "minecraft:netherite_upgrade_smithing_template" | ||
}, | ||
"base": { | ||
"item": "minecraft:diamond_chestplate" | ||
}, | ||
"addition": { | ||
"item": "minecraft:netherite_ingot" | ||
}, | ||
"result": { | ||
"item": "minecraft:diamond_chestplate" | ||
} | ||
} |
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 @@ | ||
{ | ||
"display": { | ||
"title": "Installed Datapacks", | ||
"description": "", | ||
"icon": { | ||
"item": "minecraft:knowledge_book" | ||
}, | ||
"background": "minecraft:textures/block/gray_concrete.png", | ||
"show_toast": false, | ||
"announce_to_chat": false | ||
}, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"cootshk:nonetheritearmor/reset" | ||
] | ||
} |
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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"cootshk:nonetheritearmor/main" | ||
] | ||
} |
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 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 5, | ||
"description": "Disables netherite armor, but not tools" | ||
} | ||
} |