Skip to content

Commit

Permalink
Added textures
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Mar 16, 2024
1 parent 2157f5e commit 3a54cbf
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 19 deletions.
Binary file modified common/src/main/resources/assets/squidcraft/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion common/src/main/resources/data/c/raw_fishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"replace": false,
"values": [
"squidcraft:shredded_squid",
"squidcraft:glowing_shredded_squid.json"
"squidcraft:glowing_shredded_squid"
]
}
2 changes: 1 addition & 1 deletion common/src/main/resources/data/forge/raw_fishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"replace": false,
"values": [
"squidcraft:shredded_squid",
"squidcraft:glowing_shredded_squid.json"
"squidcraft:glowing_shredded_squid"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "squidcraft:recipes/root",
"criteria": {
"has_magma_shredded_squid": {
"conditions": {
"items": [
{
"items": [
"squidcraft:magma_shredded_squid"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "squidcraft:magma_shredded_squid"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_magma_shredded_squid",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"squidcraft:magma_shredded_squid"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
[
{
"item": "squidcraft:shredded_squid"
},
{
"item": "squidcraft:glowing_shredded_squid"
}
],
[
{
"item": "squidcraft:shredded_squid"
},
{
"item": "squidcraft:glowing_shredded_squid"
}
],
{
"item": "squidcraft:cooked_shredded_squid"
},
{
"item": "squidcraft:cooked_shredded_squid"
},
{
"item": "minecraft:magma_cream"
}
],
"result": {
"count": 1,
"count": 2,
"item": "squidcraft:magma_shredded_squid"
}
}

0 comments on commit 3a54cbf

Please sign in to comment.