mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-28 04:17:38 +00:00
You didn't see nothing
This commit is contained in:
@@ -118,7 +118,7 @@ public final class WiredModemLocalPeripheral
|
|||||||
|
|
||||||
public void writeNBT( @Nonnull NBTTagCompound tag, @Nonnull String suffix )
|
public void writeNBT( @Nonnull NBTTagCompound tag, @Nonnull String suffix )
|
||||||
{
|
{
|
||||||
if( id >= 0 ) tag.setInteger( NBT_PERIPHERAL_TYPE + suffix, id );
|
if( id >= 0 ) tag.setInteger( NBT_PERIPHERAL_ID + suffix, id );
|
||||||
if( type != null ) tag.setString( NBT_PERIPHERAL_TYPE + suffix, type );
|
if( type != null ) tag.setString( NBT_PERIPHERAL_TYPE + suffix, type );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user