forked from Nyancatpig/Cultural-Delights-1.18.2
-
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.
Showing
18 changed files
with
101 additions
and
134 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
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/culturaldelights/models/item/chicken_roll_slice.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": "culturaldelights:item/chicken_roll_slice" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/culturaldelights/models/item/vegetable_roll_slice.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": "culturaldelights:item/vegetable_roll_slice" | ||
} | ||
} |
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
27 changes: 14 additions & 13 deletions
27
src/main/resources/data/culturaldelights/recipes/chicken_roll.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,24 +1,25 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
" ! ", | ||
"@?@", | ||
"###" | ||
], | ||
"key": { | ||
"#": { | ||
"item": "minecraft:dried_kelp" | ||
}, | ||
{ | ||
"@": { | ||
"item": "farmersdelight:cooked_rice" | ||
}, | ||
{ | ||
"tag": "culturaldelights:avocados" | ||
"?": { | ||
"tag": "forge:cooked_chicken" | ||
}, | ||
{ | ||
"!": { | ||
"item": "minecraft:beetroot" | ||
}, | ||
{ | ||
"tag": "forge:cooked_chicken" | ||
} | ||
], | ||
}, | ||
"result": { | ||
"item": "culturaldelights:chicken_roll", | ||
"count": 1 | ||
"item": "culturaldelights:chicken_roll" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -24,4 +24,4 @@ | |
"item": "culturaldelights:chicken_taco", | ||
"count": 1 | ||
} | ||
} | ||
} |
24 changes: 0 additions & 24 deletions
24
src/main/resources/data/culturaldelights/recipes/cod_roll.json
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
src/main/resources/data/culturaldelights/recipes/cutting/chicken_roll_slice.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,17 @@ | ||
{ | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "culturaldelights:chicken_roll" | ||
} | ||
], | ||
"tool": { | ||
"tag": "forge:tools/knives" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "culturaldelights:chicken_roll_slice", | ||
"count": 3 | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
src/main/resources/data/culturaldelights/recipes/cutting/vegetable_roll_slice.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,17 @@ | ||
{ | ||
"type": "farmersdelight:cutting", | ||
"ingredients": [ | ||
{ | ||
"item": "culturaldelights:chicken_roll" | ||
} | ||
], | ||
"tool": { | ||
"tag": "forge:tools/knives" | ||
}, | ||
"result": [ | ||
{ | ||
"item": "culturaldelights:vegetable_roll_slice", | ||
"count": 3 | ||
} | ||
] | ||
} |
8 changes: 1 addition & 7 deletions
8
src/main/resources/data/culturaldelights/recipes/pufferfish_roll.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,24 +1,18 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:dried_kelp" | ||
}, | ||
{ | ||
"item": "farmersdelight:cooked_rice" | ||
}, | ||
{ | ||
"item": "minecraft:pufferfish" | ||
}, | ||
{ | ||
"item": "minecraft:pufferfish" | ||
}, | ||
{ | ||
"item": "minecraft:pufferfish" | ||
} | ||
], | ||
"result": { | ||
"item": "culturaldelights:pufferfish_roll", | ||
"count": 4 | ||
"count": 2 | ||
} | ||
} |
24 changes: 0 additions & 24 deletions
24
src/main/resources/data/culturaldelights/recipes/salmon_roll.json
This file was deleted.
Oops, something went wrong.
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.