-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from GrowthcraftCE/development
Growthcraft 9.0.6 Release
- Loading branch information
Showing
49 changed files
with
1,173 additions
and
31 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
7 changes: 7 additions & 0 deletions
7
...assets/growthcraft/patchouli_books/growthcraft/en_us/categories/mystical_agriculture.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 @@ | ||
{ | ||
"name": "Mystical Agriculture", | ||
"flag": "mod:mysticalagriculture", | ||
"description": "We see that you have Mystical Agriculture. As a result, you can grow your Growthcraft resources!", | ||
"icon": "mysticalagriculture:textures/item/guide_book.png", | ||
"sortnum": 8 | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/assets/growthcraft/patchouli_books/growthcraft/en_us/categories/rice.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,6 +1,6 @@ | ||
{ | ||
"name": "Growthcraft Rice", | ||
"description": "Welcome to rice...", | ||
"description": "Rice is a widely consumed cereal grain, cultivated in diverse varieties globally. It serves as a dietary staple for many cultures, featuring in dishes like sushi, biryani, and risotto. This versatile grain's neutral taste and adaptability have made it a fundamental source of sustenance and culinary creativity.", | ||
"icon": "growthcraft_rice:textures/item/rice_stalk.png", | ||
"sortnum": 6 | ||
} |
94 changes: 94 additions & 0 deletions
94
.../patchouli_books/growthcraft/en_us/entries/mystical_agriculture/mystical_agriculture.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,94 @@ | ||
{ | ||
"name": "Mystical Agriculture", | ||
"icon": "mysticalagriculture:textures/item/guide_book.png", | ||
"category": "growthcraft:mystical_agriculture", | ||
"sortnum": 1, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft", | ||
"recipe": "growthcraft:mystical_agriculture/mystical_agriculture_rope_linen", | ||
"recipe2": "growthcraft:mystical_agriculture/mystical_agriculture_salt" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Apiary", | ||
"recipe": "growthcraft_apiary:mystical_agriculture/mystical_agriculture_bee" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Apples", | ||
"recipe": "growthcraft_apples:mystical_agriculture/mystical_agriculture_apple_log" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Cellar", | ||
"recipe": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_grain", | ||
"recipe2": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_grain_pale_golden" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Cellar", | ||
"recipe": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_grain_golden", | ||
"recipe2": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_grain_amber" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Cellar", | ||
"recipe": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_grain_deep_amber", | ||
"recipe2": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_grain_copper" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Cellar", | ||
"recipe": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_grain_deep_copper", | ||
"recipe2": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_grain_brown" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Cellar", | ||
"recipe": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_grain_dark", | ||
"recipe2": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_hops" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Cellar", | ||
"recipe": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_purple_grapes", | ||
"recipe2": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_red_grapes" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Cellar", | ||
"recipe": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_white_grapes", | ||
"recipe2": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_yeast_bayanus" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Cellar", | ||
"recipe": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_yeast_brewers", | ||
"recipe2": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_yeast_lager" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Cellar", | ||
"recipe": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_yeast_seishu", | ||
"recipe2": "growthcraft_cellar:mystical_agriculture/mystical_agriculture_yeast_ethereal" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Milk", | ||
"recipe": "growthcraft_milk:mystical_agriculture/mystical_agriculture_bucket_of_milk", | ||
"recipe2": "growthcraft_milk:mystical_agriculture/mystical_agriculture_starter_culture" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Milk", | ||
"recipe": "growthcraft_milk:mystical_agriculture/mystical_agriculture_stomach" | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"title": "Growthcraft Rice", | ||
"recipe": "growthcraft_rice:mystical_agriculture/mystical_agriculture_rice" | ||
} | ||
] | ||
} |
37 changes: 37 additions & 0 deletions
37
...ssets/growthcraft/patchouli_books/growthcraft/en_us/entries/rice/cultivated_farmland.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,37 @@ | ||
{ | ||
"name": "Cultivated Farmland", | ||
"icon": "growthcraft_rice:cultivated_farmland", | ||
"category": "growthcraft:rice", | ||
"sortnum": 1, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "The history of cultivating farmland is a testament to humanity's ingenuity and its ability to adapt and harness the Earth's resources for sustenance. Dating back over 10,000 years, the origins of agriculture can be traced to ancient civilizations such as the Sumerians, Egyptians, and Chinese, who first tamed and cultivated wild plants and grains." | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"title": " ", | ||
"text": "$(br)The Neolithic Revolution marked a pivotal moment when humans transitioned from nomadic hunting and gathering to settled farming, leading to the development of permanent settlements and the growth of early civilizations. Over the millennia, farming practices evolved, with innovations like the plow and irrigation systems boosting agricultural" | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"title": " ", | ||
"text": "productivity. The agricultural revolution fueled population growth, trade, and the emergence of complex societies, ultimately shaping the course of human history and laying the foundation for modern agriculture as we know it today." | ||
}, | ||
{ | ||
"type": "patchouli:crafting", | ||
"recipe": "growthcraft_rice:cultivator", | ||
"text": "To convert your farmland into Cultivated Farmland, you must first craft the cultivator." | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "growthcraft_rice:cultivated_farmland", | ||
"text": "Now that you have a Cultivator, you can use it on farmland to convert it to cultivated farmland. The cultivated farmland must be near a water source so the it can naturally flood and be ready for you to plant rice on it. If you are impatient, you can use a water bucket bucket on it to instantly flood it." | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "growthcraft_rice:rice_stalk", | ||
"text": "Once you see that there is a layer of water on top of the farmland, plant your crops that require cultivated farmland.$(br2)Rice grows at about the same rate as wheat." | ||
} | ||
] | ||
} |
39 changes: 39 additions & 0 deletions
39
...es/assets/growthcraft/patchouli_books/growthcraft/en_us/entries/rice/fermenting_rice.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,39 @@ | ||
{ | ||
"name": "Fermenting with Rice", | ||
"icon": "growthcraft_rice:sake_fluid_bucket", | ||
"category": "growthcraft:rice", | ||
"sortnum": 3, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "The history of fermenting rice into drinks is a global narrative that transcends cultures and spans millennia. This practice likely began independently in various regions where rice was a staple crop, including Asia, Africa, and parts of the Americas. In Asia, rice-based alcoholic beverages like sake in Japan, makgeolli in Korea, " | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"title": " ", | ||
"text": "and rice wine in China have ancient origins, tracing back thousands of years. These drinks served both culinary and ceremonial purposes. In Africa, millet and sorghum-based fermented beverages, often mixed with rice when available, have been brewed for centuries by different ethnic groups. Throughout history, rice fermentation methods have evolved" | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"title": " ", | ||
"text": "alongside cultural traditions and technological advancements, giving rise to a diverse array of rice-based drinks enjoyed worldwide, each with its unique flavors, production techniques, and significance within its respective culture." | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"title": " ", | ||
"text": "To get started with making fermented rice drinks, you will need to make Rice Water. This is the left over fluid from brewing rice and water in the Brew Kettle.$(br2)Depending on the yeast that you use in the fermentation barrel with the Rice Water will result in either Rice Wine or Sake." | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "growthcraft_rice:rice_wine_fluid_bucket", | ||
"title": "Rice Wine", | ||
"text": "$(bold)Ingredients$()$(li)Rice Water$(li)Bayanus Yeast$(br2)$(bold)Fermentation Time$()$(li)1000 mb$(li)30 secs$(br2)$(bold)Effects$()$(li)Strength I (01:00)" | ||
}, | ||
{ | ||
"type": "patchouli:spotlight", | ||
"item": "growthcraft_rice:sake_fluid_bucket", | ||
"title": "Sake", | ||
"text": "$(bold)Ingredients$()$(li)Rice Water$(li)Seishu Yeast$(br2)$(bold)Fermentation Time$()$(li)1000 mb$(li)45 secs$(br2)$(bold)Effects$()$(li)Strength II (05:00)" | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...ain/resources/assets/growthcraft/patchouli_books/growthcraft/en_us/entries/rice/rice.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 @@ | ||
{ | ||
"name": "Cultivating Rice", | ||
"icon": "growthcraft_rice:rice_stalk", | ||
"category": "growthcraft:rice", | ||
"sortnum": 2, | ||
"pages": [ | ||
{ | ||
"type": "patchouli:text", | ||
"text": "The earliest evidence of rice cultivation dates back to 7000–5000 BCE in central and eastern China. The first recorded mention of rice comes from China in 2800 BC. The oldest archaeological evidence of rice use by humans has been found in the middle and lower Yangzi River Valley region of China. Phytoliths, silicon microfossils of plant cell structures," | ||
}, | ||
{ | ||
"type": "patchouli:text", | ||
"title": " ", | ||
"text": "$(br)from rice have been found at the Xianrendong and Diotonghuan sites and dated to 11,000–12,000 bc.$(br2)To start growing rice, you will need Cultivated Farmland. Planting rice onto the farmland will start the growing process. Rice grows in four stages and you can use bone meal to speed up the growth process." | ||
} | ||
] | ||
} |
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
17 changes: 17 additions & 0 deletions
17
src/main/resources/assets/growthcraft_rice/lang/ko_kr.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 @@ | ||
{ | ||
"block.growthcraft_rice.cultivated_farmland": "논", | ||
"block.growthcraft_rice.rice_crop": "쌀", | ||
"fluid_type.growthcraft_rice.rice_water_fluid": "쌀 끓인 물", | ||
"fluid_type.growthcraft_rice.rice_wine_fluid": "Rice Wine", | ||
"fluid_type.growthcraft_rice.sake_fluid": "청주", | ||
"item.growthcraft_rice.cultivator": "경작기", | ||
"item.growthcraft_rice.knife": "Knife", | ||
"item.growthcraft_rice.rice": "쌀", | ||
"item.growthcraft_rice.rice_cooked": "익힌 쌀", | ||
"item.growthcraft_rice.rice_stalk": "Rice Stalk", | ||
"item.growthcraft_rice.rice_water_fluid_bucket": "Rice Water Bucket", | ||
"item.growthcraft_rice.rice_wine_fluid_bucket": "Rice Wine Bucket", | ||
"item.growthcraft_rice.sake_fluid_bucket": "Sake Bucket", | ||
"item.growthcraft_rice.sushi_roll": "Sushi Roll", | ||
"item.growthcraft_rice.yeast_seishu": "Seishu Yeast" | ||
} |
20 changes: 0 additions & 20 deletions
20
src/main/resources/assets/growthcraft_rice/lang/ko_kr.lang
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
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/growthcraft_rice/models/item/yeast_seishu.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": "growthcraft_rice:item/yeast_seishu" | ||
} | ||
} |
Binary file added
BIN
+1.59 KB
src/main/resources/assets/growthcraft_rice/textures/item/yeast_seishu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.