Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"values": [
|
||||
"#minecraft:beds",
|
||||
"#minecraft:candles",
|
||||
"minecraft:cactus",
|
||||
"minecraft:honeycomb_block"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#minecraft:wool_carpets"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:beacon",
|
||||
"minecraft:black_stained_glass_pane",
|
||||
"minecraft:black_stained_glass",
|
||||
"minecraft:blue_stained_glass_pane",
|
||||
"minecraft:blue_stained_glass",
|
||||
"minecraft:brown_stained_glass_pane",
|
||||
"minecraft:brown_stained_glass",
|
||||
"minecraft:creeper_head",
|
||||
"minecraft:creeper_wall_head",
|
||||
"minecraft:cyan_stained_glass_pane",
|
||||
"minecraft:cyan_stained_glass",
|
||||
"minecraft:dragon_head",
|
||||
"minecraft:dragon_wall_head",
|
||||
"minecraft:frosted_ice",
|
||||
"minecraft:glass_pane",
|
||||
"minecraft:glass",
|
||||
"minecraft:glowstone",
|
||||
"minecraft:gray_stained_glass_pane",
|
||||
"minecraft:gray_stained_glass",
|
||||
"minecraft:green_stained_glass_pane",
|
||||
"minecraft:green_stained_glass",
|
||||
"minecraft:lever",
|
||||
"minecraft:light_blue_stained_glass_pane",
|
||||
"minecraft:light_blue_stained_glass",
|
||||
"minecraft:light_gray_stained_glass_pane",
|
||||
"minecraft:light_gray_stained_glass",
|
||||
"minecraft:lime_stained_glass_pane",
|
||||
"minecraft:lime_stained_glass",
|
||||
"minecraft:magenta_stained_glass_pane",
|
||||
"minecraft:magenta_stained_glass",
|
||||
"minecraft:ochre_froglight",
|
||||
"minecraft:orange_stained_glass_pane",
|
||||
"minecraft:orange_stained_glass",
|
||||
"minecraft:pearlescent_froglight",
|
||||
"minecraft:piglin_head",
|
||||
"minecraft:piglin_wall_head",
|
||||
"minecraft:pink_stained_glass_pane",
|
||||
"minecraft:pink_stained_glass",
|
||||
"minecraft:player_head",
|
||||
"minecraft:player_wall_head",
|
||||
"minecraft:purple_stained_glass_pane",
|
||||
"minecraft:purple_stained_glass",
|
||||
"minecraft:red_stained_glass_pane",
|
||||
"minecraft:red_stained_glass",
|
||||
"minecraft:redstone_lamp",
|
||||
"minecraft:sea_lantern",
|
||||
"minecraft:skeleton_skull",
|
||||
"minecraft:skeleton_wall_skull",
|
||||
"minecraft:tinted_glass",
|
||||
"minecraft:verdant_froglight",
|
||||
"minecraft:white_stained_glass_pane",
|
||||
"minecraft:white_stained_glass",
|
||||
"minecraft:wither_skeleton_skull",
|
||||
"minecraft:wither_skeleton_wall_skull",
|
||||
"minecraft:yellow_stained_glass_pane",
|
||||
"minecraft:yellow_stained_glass",
|
||||
"minecraft:zombie_head",
|
||||
"minecraft:zombie_wall_head"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"#minecraft:candle_cakes",
|
||||
"minecraft:cake"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:stone_pickaxe"
|
||||
},
|
||||
"title": "More Effective Tools ",
|
||||
"description": {"text": "Sets an effective tool for blocks that annoyingly don't have one (e.g. pickaxe for glass, axe for cactus).\n\nThis excludes blocks specifically intended to have no effective tool (e.g. powder snow, reinforced deepslate, vault).", "color": "gold"},
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "vanillatweaks:root",
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
38
datapacks/more-effective-tools/data/vanillatweaks/advancement/root.json
Executable file
38
datapacks/more-effective-tools/data/vanillatweaks/advancement/root.json
Executable file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:player_head",
|
||||
"components": {
|
||||
"minecraft:profile": {
|
||||
"properties": [
|
||||
{
|
||||
"name": "textures",
|
||||
"value": "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTg1YzMzNWM1MjVjZGFkY2Q4MmU4MDA4MzU1N2M2OTYzMGRmYjlhMWVkZjU5OTc0YzdmNjU4ZGI1MWEwYTFkOSJ9fX0="
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Vanilla Tweaks",
|
||||
"frame": "challenge",
|
||||
"description": [
|
||||
"",
|
||||
{
|
||||
"text": "All loaded Vanilla Tweaks data packs\n",
|
||||
"color": "gold"
|
||||
},
|
||||
{
|
||||
"text": "vanillatweaks.net",
|
||||
"color": "yellow"
|
||||
}
|
||||
],
|
||||
"background": "minecraft:textures/block/black_concrete.png",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue