Skip to content

Commit

Permalink
update recipes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jul 22, 2024
1 parent 10ae264 commit f86d54c
Show file tree
Hide file tree
Showing 112 changed files with 368 additions and 758 deletions.
21 changes: 20 additions & 1 deletion Common/src/main/resources/assets/icarus/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,24 @@

"message.icarus.status.no_fly.dimension": "Flying is not allowed in this dimension!",
"message.icarus.status.no_fly.hunger": "You cannot fly with an empty stomach!",
"message.icarus.status.no_fly.status_effect": "You cannot fly right now!"
"message.icarus.status.no_fly.status_effect": "You cannot fly right now!",

"tag.item.c.feathers": "Feathers",
"tag.item.c.elytra": "Elytra",

"tag.item.icarus.mechanical_leather_wings": "Mechanical Leather Wings",
"tag.item.icarus.feathered_wings": "Feathered Wings",
"tag.item.icarus.bypasses_armor_slowdown": "Bypasses Icarus Armor Slowdown",
"tag.item.icarus.dragon_wings": "Dragon Wings",
"tag.item.icarus.free_flight": "Free Flight",
"tag.item.icarus.animal_hides": "Animal Hides",
"tag.item.icarus.mechanical_feathered_wings": "Mechanical Feathered Wings",
"tag.item.icarus.light_wings": "Light Wings",
"tag.item.icarus.diamonds_and_emeralds": "Diamonds and Emeralds",
"tag.item.icarus.leathers": "Leathers",
"tag.item.icarus.wings": "Wings",
"tag.item.icarus.melts": "Wings that Melt",
"tag.item.icarus.feathers": "Feathers",
"tag.item.icarus.wings_base": "Wing Bases",
"tag.item.icarus.wing_repair_items": "Wing Repair Items"
}
13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/black.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/blue.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/brown.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/cyan.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/gray.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/green.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/light_blue.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/light_gray.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/lime.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/magenta.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/orange.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/pink.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/purple.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/red.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/white.json

This file was deleted.

13 changes: 0 additions & 13 deletions Common/src/main/resources/data/c/tags/item/dyes/yellow.json

This file was deleted.

6 changes: 6 additions & 0 deletions Common/src/main/resources/data/c/tags/item/elytra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:elytra"
]
}
6 changes: 6 additions & 0 deletions Common/src/main/resources/data/c/tags/item/feathers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:feather"
]
}
30 changes: 11 additions & 19 deletions Common/src/main/resources/data/icarus/recipe/discords_wings.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern":
[
"pattern": [
"WWW",
"NEN",
"L F"
],
"key":
{
"E":
{
"item": "minecraft:elytra"
"key": {
"E": {
"tag": "icarus:wings_base"
},
"F":
{
"F": {
"tag": "icarus:feathers"
},
"L":
{
"tag": "icarus:leather"
"L": {
"tag": "icarus:leathers"
},
"N":
{
"N": {
"item": "minecraft:nether_star"
},
"W":
{
"W": {
"item": "minecraft:honeycomb"
}
},
"result":
{
"item": "icarus:discords_wings"
"result": {
"id": "icarus:discords_wings"
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients":
[
"ingredients": [
{
"tag": "icarus:dragon_wings"
},
{
"tag": "c:dyes/black"
}
],
"result":
{
"item": "icarus:black_dragon_wings"
"result": {
"id": "icarus:black_dragon_wings"
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients":
[
"ingredients": [
{
"tag": "icarus:dragon_wings"
},
{
"tag": "c:dyes/blue"
}
],
"result":
{
"item": "icarus:blue_dragon_wings"
"result": {
"id": "icarus:blue_dragon_wings"
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients":
[
"ingredients": [
{
"tag": "icarus:dragon_wings"
},
{
"tag": "c:dyes/brown"
}
],
"result":
{
"item": "icarus:brown_dragon_wings"
"result": {
"id": "icarus:brown_dragon_wings"
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients":
[
"ingredients": [
{
"tag": "icarus:dragon_wings"
},
{
"tag": "c:dyes/cyan"
}
],
"result":
{
"item": "icarus:cyan_dragon_wings"
"result": {
"id": "icarus:cyan_dragon_wings"
}
}
Loading

0 comments on commit f86d54c

Please sign in to comment.