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
66 changes: 33 additions & 33 deletions projects/1.12.2/assets/agricraft/agricraft/lang/en_us.lang
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ========================================
# Creative Tabs
# ========================================
// ========================================
// Creative Tabs
// ========================================
itemGroup.agricraft=AgriCraft
itemGroup.agricraft_seeds=AgriCraft Seeds

# ========================================
# Items
# ========================================
// ========================================
// Items
// ========================================
item.agricraft:crop_sticks.name=Crop Sticks
item.agricraft:journal.name=Agricultural Journal
item.agricraft:trowel.name=Gardening Trowel
Expand All @@ -17,9 +17,9 @@ item.agricraft:rake.iron.name=Iron Hand Rake
item.agricraft:clipper.name=Clipper
item.agricraft:clipping.name=Clipping

# ========================================
# Nuggets
# ========================================
// ========================================
// Nuggets
// ========================================
item.agricraft:nugget_diamond.name=Diamond Nugget
item.agricraft:nugget_iron.name=Iron Nugget
item.agricraft:nugget_emerald.name=Emerald Nugget
Expand All @@ -34,9 +34,9 @@ item.agricraft:nugget_osmium.name=Osmium Nugget
item.agricraft:nugget_quartz.name=Quartz Shard
item.agricraft:nugget_unknown.name=Unknown Fragment

# ========================================
# Blocks
# ========================================
// ========================================
// Blocks
// ========================================
tile.agricraft:crops.name=Crop Sticks
tile.agricraft:seed_analyzer.name=Seed Analyzer
tile.agricraft:water_pad.name=Water Pad
Expand All @@ -55,21 +55,21 @@ tile.agricraft:fence_gate.0.name=Fence Gate
tile.agricraft:grate.0.name=Wooden Grate
tile.agricraft:peripheral.name=Computer Controlled Seed Analyzer

# ========================================
# Entities
# ========================================
// ========================================
// Entities
// ========================================
entity.AgriCraft.villager_farmer.name=Villager
entity.AgriCraft.villager.farmer.agricraft=Agricultural Farmer

# ========================================
# GUI
# ========================================
// ========================================
// GUI
// ========================================
agricraft_gui.seedAnalyzer=Seed Analyzer
agricraft_gui.peripheral=Computer Controlled Seed Analyzer

# ========================================
# Tooltips
# ========================================
// ========================================
// Tooltips
// ========================================
agricraft_tooltip.unidentified=Unidentified
agricraft_tooltip.seed=Seed
agricraft_tooltip.growth=Growth
Expand Down Expand Up @@ -107,9 +107,9 @@ agricraft_tooltip.analyzer=Specimen
agricraft_tooltip.storage=Locked Seed
agricraft_tooltip.none=none

# ========================================
# Method Descriptions
# ========================================
// ========================================
// Method Descriptions
// ========================================
agricraft_description.peripheralHelp=Method Help
agricraft_description.method.analyze=Orders the analyzer to analyze the current specimen
agricraft_description.method.getBaseBlock=Returns the necessary base block for the crop at the specified direction or the specimen in the analyzer if no direction is specified
Expand All @@ -131,25 +131,25 @@ agricraft_description.method.isFertile=Returns if the crop at the specified dire
agricraft_description.method.isMature=Returns if the crop crop at the specified direction is mature
agricraft_description.method.needsBaseBlock=Returns if the crop crop at the specified direction needs a base block

# ========================================
# Misc
# ========================================
// ========================================
// Misc
// ========================================
agricraft_arg.direction=direction
agricraft_arg.direction.optional=(optional) direction

# ========================================
# NEI GUI
# ========================================
// ========================================
// NEI GUI
// ========================================
agricraft_nei.mutation.title=Crop Mutation
agricraft_nei.cropProduct.title=Crop Produce
agricraft_nei.soil=Soil
agricraft_nei.needs=Needs
agricraft_nei.below=Below
agricraft_nei.nearby=Nearby

# ========================================
# Journal
# ========================================
// ========================================
// Journal
// ========================================
agricraft_journal.introduction=Welcome to Agricultural farming! Today I will teach you the basics of farming with crops. To start, you will need to put 4 sticks in a crafting grid; this will make crops. These can be put on farmland, and seeds can then be planted in them. You can also apply a second set of crops to an existing crop; this will create a cross-crop. If you plant two or more plants in crops adjacent to a cross-crop, there is a chance for a mutation to occur. In this journal you can keep track of all your discovered crop mutations. To register a discovered seed, put the journal in a Seed Analyzer and then analyze the seed. This will reveal to you the properties of the seed, as well as register it in this journal. If you ever wish to copy the journal, put it in a crafting grid together with a blank book and quill.
agricraft_journal.information=Information
agricraft_journal.tier=Tier
Expand Down
Loading