whoops use lang files
This commit is contained in:
@@ -39,7 +39,6 @@ import net.minecraft.entity.player.PlayerInventory;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.util.SoundEvents;
|
||||
import net.minecraft.util.text.ITextComponent;
|
||||
import net.minecraft.util.text.StringTextComponent;
|
||||
import net.minecraft.util.text.TranslationTextComponent;
|
||||
import org.lwjgl.glfw.GLFW;
|
||||
import yalter.mousetweaks.api.MouseTweaksDisableWheelTweak;
|
||||
@@ -183,7 +182,7 @@ public class GridScreen extends BaseScreen<GridContainer> implements IScreenInfo
|
||||
} else {
|
||||
patternScrollbar.setEnabled(true);
|
||||
|
||||
fluidCheckBox = addCheckBox(processingPattern.x + processingPattern.getWidth() + 5, y + getTopHeight() + (getVisibleRows() * 18) + 60, new StringTextComponent("Fluids"), ((GridNetworkNode) grid).getType() == IType.FLUIDS, button -> {
|
||||
fluidCheckBox = addCheckBox(processingPattern.x + processingPattern.getWidth() + 5, y + getTopHeight() + (getVisibleRows() * 18) + 60, new TranslationTextComponent("misc.refinedstorage.fluidmode"), ((GridNetworkNode) grid).getType() == IType.FLUIDS, button -> {
|
||||
TileDataManager.setParameter(GridTile.PROCESSING_TYPE, GridTile.PROCESSING_TYPE.getValue() == IType.ITEMS ? IType.FLUIDS : IType.ITEMS);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -118,9 +118,7 @@
|
||||
"misc.refinedstorage.pattern.error.no_output": "Recipe has no output",
|
||||
"misc.refinedstorage.pattern.error.recipe_does_not_exist": "Recipe doesn't exist",
|
||||
"misc.refinedstorage.pattern.error.tag_no_longer_applicable": "Tag %s is no longer applicable for %s",
|
||||
|
||||
"misc.refinedstorage.security.no_permission": "You have no permission to perform that action.",
|
||||
|
||||
"misc.refinedstorage.start": "Start",
|
||||
"misc.refinedstorage.clear": "Clear",
|
||||
"misc.refinedstorage.set": "Set",
|
||||
@@ -128,9 +126,8 @@
|
||||
"misc.refinedstorage.priority": "Priority",
|
||||
"misc.refinedstorage.exact": "Exact",
|
||||
"misc.refinedstorage.processing": "Processing",
|
||||
|
||||
"misc.refinedstorage.fluidmode": "Fluids",
|
||||
"misc.refinedstorage.total": "%s total",
|
||||
|
||||
"misc.refinedstorage.last_modified.just_now": "Last modified just now by %s",
|
||||
"misc.refinedstorage.last_modified.second": "Last modified %d second ago by %s",
|
||||
"misc.refinedstorage.last_modified.seconds": "Last modified %d seconds ago by %s",
|
||||
|
||||
Reference in New Issue
Block a user