Simple, multiloader flight ring Minecraft mod
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix item recipe on 1.21

- Added advancement for recipe

Signed-off-by: Naomi Roberts <mia@naomieow.xyx>

lesbian.skin cbbdd6d3 94bc6c0b

verified
+26 -1
+24
src/common/main/resources/data/angle_ring/advancement/unlock_angle_ring_recipe.json
··· 1 + { 2 + "criteria": { 3 + "requirement": { 4 + "trigger": "minecraft:inventory_changed", 5 + "conditions": { 6 + "items": [ 7 + { 8 + "items": "minecraft:nether_star" 9 + } 10 + ] 11 + } 12 + } 13 + }, 14 + "requirements": [ 15 + [ 16 + "requirement" 17 + ] 18 + ], 19 + "rewards": { 20 + "recipes": [ 21 + "angle_ring:angle_ring" 22 + ] 23 + } 24 + }
+2 -1
src/common/main/resources/data/angle_ring/recipes/angle_ring.json src/common/main/resources/data/angle_ring/recipe/angle_ring.json
··· 20 20 } 21 21 }, 22 22 "result": { 23 - "item": "angle_ring:angle_ring" 23 + "id": "angle_ring:angle_ring", 24 + "count": 1 24 25 } 25 26 }