Tiny client and server pack for daxe's community modrinth.com/project/daxe

Include channeling and stone recipe data packs

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