tangled
alpha
login
or
join now
encode42.dev
/
daxecraft
0
fork
atom
Tiny client and server pack for daxe's community
modrinth.com/project/daxe
0
fork
atom
overview
issues
pulls
pipelines
Include channeling and stone recipe data packs
encode42.dev
3 weeks ago
381c51b6
8095370d
+130
3 changed files
expand all
collapse all
unified
split
resources
datapack
required
more-recipes-stonecut-to-cobble.pw.toml
useful_channeling
data
minecraft
enchantment
channeling.json
pack.mcmeta
+13
resources/datapack/required/more-recipes-stonecut-to-cobble.pw.toml
···
1
1
+
name = "More Recipes: Stonecut to Cobble"
2
2
+
filename = "more recipes.stonecutting.cobble 5.6.0.zip"
3
3
+
side = "both"
4
4
+
5
5
+
[download]
6
6
+
url = "https://cdn.modrinth.com/data/2iFuBBBt/versions/W6q0VJcN/more%20recipes.stonecutting.cobble%205.6.0.zip"
7
7
+
hash-format = "sha512"
8
8
+
hash = "7ef79abfda72095dc55717b074ff971885b6cd0c5d36ca7ca913217b2b051e812ab6768fd183285a42ea3eddb9c3d78d7e99bd389c0d183a1d3d04dabbb52f67"
9
9
+
10
10
+
[update]
11
11
+
[update.modrinth]
12
12
+
mod-id = "2iFuBBBt"
13
13
+
version = "W6q0VJcN"
+110
resources/datapack/useful_channeling/data/minecraft/enchantment/channeling.json
···
1
1
+
{
2
2
+
"anvil_cost": 8,
3
3
+
"description": {
4
4
+
"translate": "enchantment.minecraft.channeling"
5
5
+
},
6
6
+
"effects": {
7
7
+
"minecraft:hit_block": [
8
8
+
{
9
9
+
"effect": {
10
10
+
"type": "minecraft:all_of",
11
11
+
"effects": [
12
12
+
{
13
13
+
"type": "minecraft:summon_entity",
14
14
+
"entity": "minecraft:lightning_bolt"
15
15
+
},
16
16
+
{
17
17
+
"type": "minecraft:play_sound",
18
18
+
"pitch": 1.0,
19
19
+
"sound": "minecraft:item.trident.thunder",
20
20
+
"volume": 5.0
21
21
+
}
22
22
+
]
23
23
+
},
24
24
+
"requirements": {
25
25
+
"condition": "minecraft:all_of",
26
26
+
"terms": [
27
27
+
{
28
28
+
"condition": "minecraft:weather_check",
29
29
+
"raining": true
30
30
+
},
31
31
+
{
32
32
+
"condition": "minecraft:entity_properties",
33
33
+
"entity": "this",
34
34
+
"predicate": {
35
35
+
"type": "minecraft:trident"
36
36
+
}
37
37
+
},
38
38
+
{
39
39
+
"condition": "minecraft:location_check",
40
40
+
"predicate": {
41
41
+
"block": {
42
42
+
"blocks": "#minecraft:lightning_rods"
43
43
+
},
44
44
+
"can_see_sky": true
45
45
+
}
46
46
+
}
47
47
+
]
48
48
+
}
49
49
+
}
50
50
+
],
51
51
+
"minecraft:post_attack": [
52
52
+
{
53
53
+
"affected": "victim",
54
54
+
"effect": {
55
55
+
"type": "minecraft:all_of",
56
56
+
"effects": [
57
57
+
{
58
58
+
"type": "minecraft:summon_entity",
59
59
+
"entity": "minecraft:lightning_bolt"
60
60
+
},
61
61
+
{
62
62
+
"type": "minecraft:play_sound",
63
63
+
"pitch": 1.0,
64
64
+
"sound": "minecraft:item.trident.thunder",
65
65
+
"volume": 5.0
66
66
+
}
67
67
+
]
68
68
+
},
69
69
+
"enchanted": "attacker",
70
70
+
"requirements": {
71
71
+
"condition": "minecraft:all_of",
72
72
+
"terms": [
73
73
+
{
74
74
+
"condition": "minecraft:weather_check",
75
75
+
"raining": true
76
76
+
},
77
77
+
{
78
78
+
"condition": "minecraft:entity_properties",
79
79
+
"entity": "this",
80
80
+
"predicate": {
81
81
+
"location": {
82
82
+
"can_see_sky": true
83
83
+
}
84
84
+
}
85
85
+
},
86
86
+
{
87
87
+
"condition": "minecraft:entity_properties",
88
88
+
"entity": "direct_attacker",
89
89
+
"predicate": {
90
90
+
"type": "minecraft:trident"
91
91
+
}
92
92
+
}
93
93
+
]
94
94
+
}
95
95
+
}
96
96
+
]
97
97
+
},
98
98
+
"max_cost": {
99
99
+
"base": 50,
100
100
+
"per_level_above_first": 0
101
101
+
},
102
102
+
"max_level": 1,
103
103
+
"min_cost": {
104
104
+
"base": 25,
105
105
+
"per_level_above_first": 0
106
106
+
},
107
107
+
"slots": ["mainhand"],
108
108
+
"supported_items": "#minecraft:enchantable/trident",
109
109
+
"weight": 1
110
110
+
}
+7
resources/datapack/useful_channeling/pack.mcmeta
···
1
1
+
{
2
2
+
"pack": {
3
3
+
"min_format" : 89,
4
4
+
"max_format" : 95,
5
5
+
"description": "Modifies the Channeling enchantment to work during normal rain."
6
6
+
}
7
7
+
}