Skip to content

Commit

Permalink
French error and BP cost changed (8 wood instead of 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoFR1 committed Jan 14, 2023
1 parent 6fdd08d commit 050328f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundles/bundle_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ item.aeyama-item-stone-brick.description = Principalement utilisée dans les con
item.aeyama-item-wood-lumber.name = Bois de Charpente
item.aeyama-item-wood-lumber.description = Bois transformé utilisé dans la construction.
item.aeyama-item-wood-dry.name = Bois Sec
item.aeyama-item-wood-dry.description = Bois séché, obtenu à partir du séchoir à bois, Brûle très bien.
item.aeyama-item-wood-dry.description = Bois séché, obtenu à partir du séchoir à bois. Brûle très bien.
item.aeyama-item-carbon.name = Carbone
item.aeyama-item-carbon.description = Résultat de la combustion du bois, très utile pour durcir le fer.
item.aeyama-item-raw-iron.name = Fer brut
Expand Down Expand Up @@ -157,7 +157,7 @@ mod.aeyama.displayName = Aeyama: The New World
modname = Aeyama
title = \nMerci d'avoir avoir installé la campagne Aeyama !
linkGithub = La page Github\n (donne une ★)
linkDiscord = Our Discord
linkDiscord = Notre Discord
linkTrello = Notre Trello
#To translate the "News" of the mod.'
urlNews = https://raw.githubusercontent.com/FredyJabe/aeyama/main/news/news.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
recipes: [
{
input: [
"aeyama-item-wood/4"
"aeyama-item-wood/8"
],
output: "aeyama-item-blueprint/1",
craftTime: 3600 //60 seconds
Expand All @@ -30,7 +30,7 @@
],

research: {
// Unlocked on: 1st or 2nd sector
// Unlocked on: 1st sector
parent: "aeyama-block-storage-core-drop-pod",
requirements: [
"aeyama-item-wood/650",
Expand Down

0 comments on commit 050328f

Please sign in to comment.