-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
67 additions
and
0 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
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/gregtech/models/item/metaitems/component/cotton.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": "gregtech:items/metaitems/component/cotton" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/gregtech/models/item/metaitems/seed/cotton.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": "gregtech:items/metaitems/seed/cotton" | ||
} | ||
} |
Binary file added
BIN
+429 Bytes
src/main/resources/assets/gregtech/textures/items/metaitems/component/cotton.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
+230 Bytes
src/main/resources/assets/gregtech/textures/items/metaitems/seed/cotton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions
42
src/main/resources/assets/gregtechfoodoption/blockstates/crop_cotton.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,42 @@ | ||
{ | ||
"forge_marker": 1, | ||
"defaults": { | ||
"model": "crop" | ||
}, | ||
"variants": { | ||
"age": { | ||
"0": { | ||
"textures": { | ||
"crop": "gregtechfoodoption:crop/crop_cotton/stage0" | ||
} | ||
}, | ||
"1": { | ||
"textures": { | ||
"crop": "gregtechfoodoption:crop/crop_cotton/stage1" | ||
} | ||
}, | ||
"2": { | ||
"textures": { | ||
"crop": "gregtechfoodoption:crop/crop_cotton/stage2" | ||
} | ||
}, | ||
"3": { | ||
"textures": { | ||
"crop": "gregtechfoodoption:crop/crop_cotton/stage3" | ||
} | ||
}, | ||
"4": { | ||
"textures": { | ||
"crop": "gregtechfoodoption:crop/crop_cotton/stage4" | ||
} | ||
}, | ||
"5": { | ||
"textures": { | ||
"crop": "gregtechfoodoption:crop/crop_cotton/stage5" | ||
} | ||
}, | ||
"6": {}, | ||
"7": {} | ||
} | ||
} | ||
} |
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
Binary file added
BIN
+1.42 KB
src/main/resources/assets/gregtechfoodoption/textures/crop/crop_cotton/stage0.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
+1.8 KB
src/main/resources/assets/gregtechfoodoption/textures/crop/crop_cotton/stage1.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
+1.78 KB
src/main/resources/assets/gregtechfoodoption/textures/crop/crop_cotton/stage2.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
+2.02 KB
src/main/resources/assets/gregtechfoodoption/textures/crop/crop_cotton/stage3.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
+1.87 KB
src/main/resources/assets/gregtechfoodoption/textures/crop/crop_cotton/stage4.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
+2.29 KB
src/main/resources/assets/gregtechfoodoption/textures/crop/crop_cotton/stage5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.