mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Small fixes, push to v1.8
This commit is contained in:
@@ -1161,7 +1161,11 @@ public class ConfigUpdater {
|
||||
}
|
||||
}
|
||||
if (index != -1) {
|
||||
addLines(index + 1, "# Halte ein Item in der Hand und benutze /brew configname um dessen Material herauszufinden und für ein Rezept zu benutzen");
|
||||
addLines(index + 1, "# Halte ein Item in der Hand und benutze /brew ItemName um dessen Material herauszufinden und für ein Rezept zu benutzen");
|
||||
}
|
||||
index = indexOfStart("# wood: Holz des Fasses");
|
||||
if (index != -1) {
|
||||
addLines(index + 1, "# Das Minecraft Fass besteht aus Eiche");
|
||||
}
|
||||
if (P.use1_13) updateMaterialDescriptions(true);
|
||||
}
|
||||
@@ -1210,6 +1214,10 @@ public class ConfigUpdater {
|
||||
if (index != -1) {
|
||||
addLines(index + 1, "# With an item in your hand, use /brew ItemName to get its material for use in a recipe");
|
||||
}
|
||||
index = indexOfStart("# wood: Wood of the barrel");
|
||||
if (index != -1) {
|
||||
addLines(index + 1, "# The Minecraft barrel is made of oak");
|
||||
}
|
||||
if (P.use1_13) updateMaterialDescriptions(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user