Skip to content

Commit

Permalink
Beta 1.0 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
LTHCTheMaster committed Feb 5, 2022
1 parent 6a8c7b1 commit dcf6cd0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"title": {
"translate": "Capacitor"
},
"description": "1 redstone block (dropped at center) + 4 essences (item frames)"
"description": "1 redstone block (dropped at center) + 4 essences (item frames)",
"show_toast": false,
"announce_to_chat": false
},
"parent": "lthc.mage:age0_road/capacitors"
}
2 changes: 1 addition & 1 deletion data/lthc.mage/advancements/age0_road/compact_spell.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "minecraft:redstone_block"
"item": "minecraft:black_concrete"
},
"title": {
"translate": "First Compact Spells"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"title": {
"translate": "Compact Color Spells"
},
"description": "1 Color Essence (dropped at center) + 4 gold ingot (item frames)"
"description": "1 Color Essence (dropped at center) + 4 gold ingot (item frames)",
"show_toast": false,
"announce_to_chat": false
},
"parent": "lthc.mage:age0_road/compact_spell"
}
4 changes: 3 additions & 1 deletion data/lthc.mage/advancements/age0_road/wands/color_wand.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"title": {
"translate": "Color Wand"
},
"description": "1 wool (dropped at center) + 4 Color Essence (item frames)"
"description": "1 wool (dropped at center) + 4 Color Essence (item frames)",
"show_toast": false,
"announce_to_chat": false
},
"parent": "lthc.mage:age0_road/wands"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"title": {
"translate": "Teleport Wand"
},
"description": "1 ender pearl (dropped at center) + 4 Hydro Essence (item frames)"
"description": "1 ender pearl (dropped at center) + 4 Hydro Essence (item frames)",
"show_toast": false,
"announce_to_chat": false
},
"parent": "lthc.mage:age0_road/wands"
}

0 comments on commit dcf6cd0

Please sign in to comment.