this repo has no description

updated batwings to be inline with new formatting, moved custom crafting recipies to cwbubc namespace

+5 -8
+5 -8
datapack/data/minecraft/loot_table/entities/bat.json
··· 7 7 { 8 8 "type": "minecraft:item", 9 9 "name": "minecraft:phantom_membrane", 10 + "conditions": [], 10 11 "functions": [ 11 12 { 12 - "function": "minecraft:set_custom_model_data", 13 - "strings": { 14 - "values": [ 15 - "bat_wing" 16 - ], 17 - "mode": "append" 18 - }, 19 - "conditions": [] 13 + "function": "minecraft:set_components", 14 + "components": { 15 + "minecraft:item_model": "lesbianskin:bat_wing" 16 + } 20 17 }, 21 18 { 22 19 "function": "minecraft:set_name",
datapack/data/minecraft/recipe/elder_guardian_spawn_egg.json datapack/data/cwbubc/recipe/elder_guardian_spawn_egg.json
datapack/data/minecraft/recipe/shulker_box.json datapack/data/cwbubc/recipe/netherite_box.json