-
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 homemade_sausage added @hnufelka as author
- Loading branch information
Showing
15 changed files
with
102 additions
and
19 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/ukrainian_delight/models/item/apple_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": "ukrainian_delight:item/apple_slice" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/ukrainian_delight/models/item/dried_apple_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": "ukrainian_delight:item/dried_apple_slice" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/ukrainian_delight/models/item/homemade_sausage.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": "ukrainian_delight:item/homemade_sausage" | ||
} | ||
} |
Binary file added
BIN
+454 Bytes
src/main/resources/assets/ukrainian_delight/textures/item/apple_slice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+479 Bytes
src/main/resources/assets/ukrainian_delight/textures/item/dried_apple_slice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+563 Bytes
src/main/resources/assets/ukrainian_delight/textures/item/homemade_sausage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-120 Bytes
(79%)
src/main/resources/assets/ukrainian_delight/textures/item/varenyk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
src/main/resources/data/ukrainian_delight/recipes/cutting/apple.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": "minecraft:apple" | ||
} | ||
], | ||
"result": [ | ||
{ | ||
"count": 2, | ||
"item": "ukrainian_delight:apple_slice" | ||
} | ||
], | ||
"tool": { | ||
"tag": "c:tools/knives" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/resources/data/ukrainian_delight/recipes/dried_apple_slice_from_apple_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,11 @@ | ||
{ | ||
"type": "minecraft:smelting", | ||
"category": "misc", | ||
"cookingtime": 200, | ||
"experience": 0.1, | ||
"group": "copper_ingot", | ||
"ingredient": { | ||
"item": "ukrainian_delight:apple_slice" | ||
}, | ||
"result": "ukrainian_delight:dried_apple_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