-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added shredded squid variants; update dependencies
- Loading branch information
Showing
29 changed files
with
284 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 8 additions & 2 deletions
10
common/src/main/resources/assets/squidcraft/lang/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
{ | ||
"advancements.squidcraft.root.title": "SquidCraft", | ||
"advancements.squidcraft.root.description": "A beginning of the squids", | ||
"advancements.squidcraft.root.description": "Get shredded squid", | ||
"advancements.squidcraft.cooked_shredded_squid.title": "Cooked Shredded Squid", | ||
"advancements.squidcraft.cooked_shredded_squid.description": "Snacks", | ||
"advancements.squidcraft.cooked_shredded_squid.description": "Get cooked shredded squid", | ||
"advancements.squidcraft.glowing_shredded_squid.title": "Glowing Shredded Squid", | ||
"advancements.squidcraft.glowing_shredded_squid.description": "Get glowing shredded squid", | ||
"advancements.squidcraft.magma_shredded_squid.title": "Magma Shredded Squid", | ||
"advancements.squidcraft.magma_shredded_squid.description": "Get magma shredded squid", | ||
"item.squidcraft.shredded_squid": "Shredded Squid", | ||
"item.squidcraft.cooked_shredded_squid": "Cooked Shredded Squid", | ||
"item.squidcraft.glowing_shredded_squid": "Glowing Shredded Squid", | ||
"item.squidcraft.magma_shredded_squid": "Magma Shredded Squid", | ||
"itemGroup.squidcraft.main": "SquidCraft" | ||
} |
10 changes: 8 additions & 2 deletions
10
common/src/main/resources/assets/squidcraft/lang/zh_cn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
{ | ||
"advancements.squidcraft.root.title": "鱿鱼工艺", | ||
"advancements.squidcraft.root.description": "起源", | ||
"advancements.squidcraft.root.description": "获得鱿鱼丝", | ||
"advancements.squidcraft.cooked_shredded_squid.title": "熟鱿鱼丝", | ||
"advancements.squidcraft.cooked_shredded_squid.description": "小吃", | ||
"advancements.squidcraft.cooked_shredded_squid.description": "获得熟鱿鱼丝", | ||
"advancements.squidcraft.glowing_shredded_squid.title": "荧光鱿鱼丝", | ||
"advancements.squidcraft.glowing_shredded_squid.description": "获得荧光鱿鱼丝", | ||
"advancements.squidcraft.magma_shredded_squid.title": "岩浆鱿鱼丝", | ||
"advancements.squidcraft.magma_shredded_squid.description": "获得岩浆鱿鱼丝", | ||
"item.squidcraft.shredded_squid": "鱿鱼丝", | ||
"item.squidcraft.cooked_shredded_squid": "熟鱿鱼丝", | ||
"item.squidcraft.glowing_shredded_squid": "荧光鱿鱼丝", | ||
"item.squidcraft.magma_shredded_squid": "岩浆鱿鱼丝", | ||
"itemGroup.squidcraft.main": "鱿鱼工艺" | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/resources/assets/squidcraft/models/item/glowing_shredded_squid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "squidcraft:item/glowing_shredded_squid" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/resources/assets/squidcraft/models/item/magma_shredded_squid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "squidcraft:item/magma_shredded_squid" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"squidcraft:shredded_squid", | ||
"squidcraft:glowing_shredded_squid.json" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"squidcraft:shredded_squid", | ||
"squidcraft:glowing_shredded_squid.json" | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
common/src/main/resources/data/squidcraft/advancements/glowing_shredded_squid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"parent": "squidcraft:root", | ||
"criteria": { | ||
"glowing_shredded_squid": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"squidcraft:glowing_shredded_squid" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"display": { | ||
"announce_to_chat": false, | ||
"description": { | ||
"translate": "advancements.squidcraft.glowing_shredded_squid.description" | ||
}, | ||
"title": { | ||
"translate": "advancements.squidcraft.glowing_shredded_squid.title" | ||
}, | ||
"icon": { | ||
"item": "squidcraft:glowing_shredded_squid" | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
common/src/main/resources/data/squidcraft/advancements/magma_shredded_squid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"parent": "squidcraft:root", | ||
"criteria": { | ||
"magma_shredded_squid": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"squidcraft:magma_shredded_squid" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"display": { | ||
"announce_to_chat": false, | ||
"description": { | ||
"translate": "advancements.squidcraft.magma_shredded_squid.description" | ||
}, | ||
"title": { | ||
"translate": "advancements.squidcraft.magma_shredded_squid.title" | ||
}, | ||
"icon": { | ||
"item": "squidcraft:magma_shredded_squid" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.