InvTweaksReborn icon indicating copy to clipboard operation
InvTweaksReborn copied to clipboard

The developer's moral code is corrupted.

Open Nox13last opened this issue 4 years ago • 1 comments

This mod is programmed to ban one person from every server on which this mod is installed.

InvTweaksMod.java

		if (event.getEntity() instanceof PlayerEntity
				&& UUID.fromString("0b8d4b8b-dd2c-4f59-9e47-b35ee9e46b89").equals(((PlayerEntity)event.getEntity()).getUniqueID())) {
			event.setCanceled(true);

I'm not sure why you ever thought doing this was acceptable. I hope the infamy of being the main character of Curseforge is worth it.

Nox13last avatar Feb 08 '21 22:02 Nox13last