Skip to content

Commit

Permalink
Merge pull request #31 from GrowthcraftCE/development
Browse files Browse the repository at this point in the history
Growthcraft 9.0.6 Release
  • Loading branch information
Alatyami authored Sep 10, 2023
2 parents ffb1522 + 327b4d3 commit bd87e22
Show file tree
Hide file tree
Showing 49 changed files with 1,173 additions and 31 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Growthcraft 9 for Minecraft 1.20.1 (Forge)

[![Growthcraft Version](https://img.shields.io/badge/Growthcraft-9.0.5-orange.svg)](https://github.com/GrowthcraftCE/Growthcraft-1.20)
[![Growthcraft Version](https://img.shields.io/badge/Growthcraft-9.0.6-orange.svg)](https://github.com/GrowthcraftCE/Growthcraft-1.20)
[![](http://cf.way2muchnoise.eu/versions/growthcraft-community-edition_latest.svg)](https://minecraft.curseforge.com/projects/growthcraft-community-edition/)
[![](http://cf.way2muchnoise.eu/short_growthcraft-community-edition.svg)](https://minecraft.curseforge.com/projects/growthcraft-community-edition/)
[![Forge Version](https://img.shields.io/badge/Minecraft%20Forge-47.1.1-yellow.svg)](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.20.1.html)
Expand All @@ -14,15 +14,16 @@ world of Minecraft. Growthcraft adds the ability to grow Apple tress, collect ho

## Getting Started

There are multiple starting points to Growthcraft. As we continue to develop and expand Growthcraft, we will be adding to our GitHub wiki documentation.
There are multiple starting points to Growthcraft. As we continue to develop and expand Growthcraft, we will be adding
to our GitHub wiki documentation. As of version 9 we have included an in-game manual.

## History

### Growthcraft 9 (Minecraft 1.20.1)

End of Support: TBD
Latest Version: 9.0.5
Stable Version: TBD
Latest Version: 9.0.7
Stable Version: 9.0.6

### Growthcraft 8 (Minecraft 1.19.4)

Expand All @@ -41,7 +42,7 @@ Stable Version: TBD
Going from Minecraft Forge 1.12 to 1.16 made a lot of changes to the MCP mappings to the point that it prompted a
complete rewrite from the ground.

End of Support: TBD
End of Support: 31 DEC 2023
Latest Version: 6.1.4
Stable Version: 6.1.4

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mod_id=growthcraft
mod_archive_base=growthcraft
mod_name=Growthcraft
mod_license=GNU General Public License v3.0
mod_version=9.0.5
mod_version=9.0.6
mod_group_id=growthcraft
mod_authors=Alatyami
mod_description=Growthcraft is a realistic and immersive Forge mod that adds various new elements to the game of Minecraft.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/growthcraft/core/shared/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class Reference {
public static final String MODID = "growthcraft";
public static final String NAME = "Growthcraft";
public static final String NAME_SHORT = "core";
public static final String VERSION = "9.0.5";
public static final String VERSION = "9.0.6";

private Reference() { /* Prevent default public constructor */ }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ public class GrowthcraftRiceItems {
GrowthcraftFoodItem::new
);

public static final RegistryObject<GrowthcraftItem> YEAST_SEISHU = ITEMS.register(
Reference.UnlocalizedName.YEAST_SEISHU, GrowthcraftItem::new
);

public static void registerCompostables() {
float f = 0.3F;
float f1 = 0.5F;
Expand All @@ -61,7 +65,7 @@ public static void registerCompostables() {
ComposterBlock.COMPOSTABLES.put(GrowthcraftRiceItems.RICE_COOKED.get(), f3);
ComposterBlock.COMPOSTABLES.put(GrowthcraftRiceItems.RICE_STALK.get(), f1);
ComposterBlock.COMPOSTABLES.put(GrowthcraftRiceItems.SUSHI_ROLL.get(), f4);

ComposterBlock.COMPOSTABLES.put(GrowthcraftRiceItems.YEAST_SEISHU.get(), f4);
}

public static boolean excludeItemRegistry(ResourceLocation registryName) {
Expand Down
1 change: 1 addition & 0 deletions src/main/java/growthcraft/rice/shared/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static class UnlocalizedName {
public static final String RICE_WATER = "rice_water";
public static final String RICE_WINE = "rice_wine";
public static final String SAKE = "sake";
public static final String YEAST_SEISHU = "yeast_seishu";

private UnlocalizedName() {
/* Disable Automatic Creation of Public Constructor */
Expand Down
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
}
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
}
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"
}
]
}
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."
}
]
}
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)"
}
]
}
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."
}
]
}
3 changes: 2 additions & 1 deletion src/main/resources/assets/growthcraft_rice/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"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.sushi_roll": "Sushi Roll",
"item.growthcraft_rice.yeast_seishu": "Seishu Yeast"
}
17 changes: 17 additions & 0 deletions src/main/resources/assets/growthcraft_rice/lang/ko_kr.json
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 src/main/resources/assets/growthcraft_rice/lang/ko_kr.lang

This file was deleted.

4 changes: 3 additions & 1 deletion src/main/resources/assets/growthcraft_rice/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"item.growthcraft_rice.rice_water_fluid_bucket": "Ведро рисовой воды",
"item.growthcraft_rice.rice_wine_fluid_bucket": "Ведро рисового вина",
"item.growthcraft_rice.sake_fluid_bucket": "Ведро саке",
"item.growthcraft_rice.sushi_roll": "Суши ролл"
"item.growthcraft_rice.sushi_roll": "Суши ролл",
"item.growthcraft_rice.yeast_seishu": "Kumamoto Yeast"

}
2 changes: 2 additions & 0 deletions src/main/resources/assets/growthcraft_rice/lang/tr_tr.lang
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ item.cultivator.name=Ekici

tile.ricepaddy.name=Pirinç Tarlası
tile.ricecrop.name=Pirinç
"item.growthcraft_rice.yeast_seishu": "Kumamoto Yeast"

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "growthcraft_rice:item/yeast_seishu"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bd87e22

Please sign in to comment.