Add iron bars

This commit is contained in:
Andrew-71 2023-09-30 19:34:47 +03:00
parent 89d822a045
commit c07961af31
42 changed files with 959 additions and 5 deletions

View file

@ -157,7 +157,7 @@ public class SirenBlock extends HorizontalFacingBlock implements Waterloggable {
@Override
public void appendTooltip(ItemStack stack, @Nullable BlockView world, List<Text> tooltip, TooltipContext options) {
tooltip.add(Text.translatable("block.new_soviet.siren.instruction")); // TODO: Pull keybinds in case user changed RMB to whatever
tooltip.add(Text.translatable("block.new_soviet.siren.instruction")); // TODO: Pull keybindings in case user changed RMB to whatever
super.appendTooltip(stack, world, tooltip, options);
}