mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
peel off your skim
This commit is contained in:
parent
be84276f92
commit
0303477a14
@ -65,6 +65,7 @@ public class ItemSettingsTool extends Item {
|
||||
public void addInformation(ItemStack stack, EntityPlayer player, List list, boolean bool) {
|
||||
list.add("Can copy the settings (filters, fluid ID, etc) of machines");
|
||||
list.add("Shift right-click to copy, right click to paste");
|
||||
list.add("Ctrl click on pipes to paste settings to multiple pipes");
|
||||
/*if(stack.stackTagCompound != null) {
|
||||
NBTTagCompound nbt = stack.stackTagCompound;
|
||||
if (nbt.hasKey("tileName")){
|
||||
|
||||
@ -1364,6 +1364,8 @@ hbm.key.dash=Dash (Unbind from Crouch in config)
|
||||
hbm.key.toggleBack=Toggle Backpack
|
||||
hbm.key.toggleHUD=Toggle HUD
|
||||
hbm.key.reload=Reload
|
||||
hbm.key.copyToolAlt=Copy Tool: Switch Paste
|
||||
hbm.key.copyToolCtrl=Copy Tool: Paste to Pipes
|
||||
|
||||
hbmfluid.amat=Antimatter
|
||||
hbmfluid.aromatics=Aromatic Hydrocarbons
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user