Fix #1872
This commit is contained in:
parent
696fe65edd
commit
31962e9bf2
2 changed files with 7 additions and 2 deletions
|
@ -150,6 +150,9 @@ public class SolarPanelBlockEntity extends PowerAcceptorBlockEntity implements I
|
|||
|
||||
@Override
|
||||
public void addInfo(List<Text> info, boolean isReal, boolean hasData) {
|
||||
if (panel == SolarPanels.CREATIVE) {
|
||||
return;
|
||||
}
|
||||
info.add(new LiteralText(Formatting.GRAY + StringUtils.t("reborncore.tooltip.energy.maxEnergy") + ": "
|
||||
+ Formatting.GOLD + PowerSystem.getLocaliszedPowerFormatted(getMaxPower())));
|
||||
|
||||
|
|
|
@ -83,9 +83,10 @@
|
|||
|
||||
"_comment1": "Blocks",
|
||||
"block.techreborn.rubber_log": "Rubber Wood",
|
||||
"block.techreborn.rubber_log_stripped": "Stripped Rubber Wood",
|
||||
"block.techreborn.rubber_planks": "Rubber Wood Planks",
|
||||
"block.techreborn.rubber_plank_slab": "Rubber Wood Plank Slab",
|
||||
"block.techreborn.rubber_plank_stair": "Rubber Wood Plank Stair",
|
||||
"block.techreborn.rubber_plank_slab": "Rubber Wood Plank Slab",
|
||||
"block.techreborn.rubber_plank_stair": "Rubber Wood Plank Stairs",
|
||||
"block.techreborn.rubber_leaves": "Rubber Wood Leaves",
|
||||
"block.techreborn.rubber_sapling": "Rubber Wood Sapling",
|
||||
"block.techreborn.rubber_fence": "Rubber Wood Fence",
|
||||
|
@ -414,6 +415,7 @@
|
|||
"item.techreborn.tungsten_nugget": "Tungsten Nugget",
|
||||
"item.techreborn.tungstensteel_nugget": "Tungstensteel Nugget",
|
||||
"item.techreborn.zinc_nugget": "Zinc Nugget",
|
||||
"item.techreborn.emerald_nugget": "Emerald Nugget",
|
||||
|
||||
"_comment12": "Plates",
|
||||
"item.techreborn.advanced_alloy_plate": "Advanced Alloy Plate",
|
||||
|
|
Loading…
Reference in a new issue