Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"type": "patchouli:text",
"text": "1. Grow wheat (or similar).$(br)2. Make a grain mixture; you can mix grain types. $(br)3. Roast the grain at the correct level in the $(l:cellar/roaster)Roaster$().$(br)4. Place the roasted grain with water in the $(l:cellar/brew_kettle)Brew Kettle$(). $(br)5. Place the resulting wort into a $(l:cellar/ferment_barrel)Fermentation Barrel$() with $(6)Brewer's$() or $(6)Lager yeast$(). $(br)6. Use a glass bottle to draw out the fermented fluid. $(br)7. Enjoy the effects$(br2)The following pages list the ingredients and effects of specific ales and lagers."
"text": "1. Grow wheat.$(br)2. Craft the wheat into Grain.$(br)3. Roast the Grain at the correct level in the $(l:cellar/roaster)Roaster$().$(br)4. Place the roasted Grain with water in the $(l:cellar/brew_kettle)Brew Kettle$().$(br)5. Place the resulting wort into a $(l:cellar/ferment_barrel)Fermentation Barrel$() with $(6)Brewer's$() or $(6)Lager Yeast$().$(br)6. Use a glass bottle to draw out the fermented fluid.$(br)7. Enjoy the effects.$(br2)The following pages list the ingredients and effects of specific ales and lagers."
},
{
"type": "patchouli:spotlight",
Expand All @@ -21,7 +21,7 @@
{
"type": "patchouli:text",
"title": "Ales (cont.)",
"text": "$(bold)IPA$() (from $(t:requires Golden Roasted Grain and Hops)$(o)Hopped Golden Wort*$())$(li)$(o)infused with extra $(2)Hops$()$(li)Jump Boost II (3:00)$(br2)$(bold)Old Port Ale$() (from $(t:requires Deep Copper Roasted Grain)$(o)Deep Copper Wort$())$(li)Luck (5:00)$(br2)$(bold)Pale Ale$() (from $(t:requires Pale Golden Roasted Grain)$(o)Pale Golden Wort$())$(li)Haste II (3:00)$(bold)$(br2)Stout Ale$() (from $(t:requires Dark Roasted Grain)$(o)Dark Wort$())$(li)Hero of the Village (10:00)"
"text": "$(bold)IPA$() (from $(t:requires Golden Roasted Grain and Hops)$(o)Hopped Golden Wort*$())$(li)$(o)infused with extra $(2)Hops$()$(li)Jump Boost II (3:00)$(br2)$(bold)Old Port Ale$() (from $(t:requires Deep Copper Roasted Grain)$(o)Deep Copper Wort$())$(li)Luck (5:00)$(br2)$(bold)Pale Ale$() (from $(t:requires Pale Golden Roasted Grain)$(o)Pale Golden Wort$())$(li)Haste II (3:00)$(bold)$(br2)Stout Ale$() (from $(t:requires Dark Roasted Grain)$(o)Dark Wort$())$(li)Fire Resistance (3:00)"
},
{
"type": "patchouli:spotlight",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
"item": "growthcraft_cellar:culture_jar",
"text": "The culture jar is primarily used to multiply yeasts.$(br2)Put a yeast in a $(bold)Culture Jar$() with its $(l:cellar/yeast)corresponding fluid$(), provide a nearby heat source, and it will grow additional yeasts.$(br2)The culture jar is also used to grow a $(bold)Starter Culture$() for $(l:milk/making_cheese)Making Cheese$()."
},
{
"type": "patchouli:text",
"title": "Your First Culture",
"text": "Place Brewer's Yeast in a heated Culture Jar with 1,000 mB of Milk. After 4 minutes, it becomes Starter Culture.$(br2)$(bold)Multiplying Cultures$()$(br)Place an existing Starter Culture in the heated Culture Jar with 250 mB of Milk or Skim Milk. After 1 minute, an additional Starter Culture is produced."
},
{
"type": "patchouli:crafting",
"recipe": "growthcraft_cellar:culture_jar"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"type": "patchouli:spotlight",
"item": "growthcraft_cellar:yeast_ethereal",
"text": "$(bold)Ethereal Yeast$() - These are magical versions of yeast, which do not have a purpose yet.$(br2)$(bold)Source$() - Ethereal yeast is not currently lootable in the world.$(br2)$(bold)Culturing$() - Needs generic Wort from wheat."
},
{
"type": "patchouli:spotlight",
"item": "growthcraft_milk:starter_culture",
"title": "Starter Culture",
"text": "$(bold)Starter Culture$() - Starter Culture is used to make cultured milk and other dairy products.$(br2)$(bold)Source$() - Create the first culture from Brewer's Yeast in a heated $(l:cellar/culture_jar)Culture Jar$().$(br2)$(bold)Culturing$() - Needs Milk or Skim Milk."
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"effects": [
{
"effect": "minecraft:hero_of_the_village",
"duration": 12000,
"amplifier": 1
"effect": "minecraft:fire_resistance",
"duration": 3600,
"amplifier": 0
}
],
"bottle": {
"item": "growthcraft_cellar:potion_ale"
},
"color": "0x0E0A07"
}
}
Loading