Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Leymooo committed Jun 29, 2024
1 parent 4819615 commit e181683
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public class Dimension
element.add("exhaustion", new FloatTag( 0.1f ));
campfire.add( "element", element );
list.add( campfire );
System.out.println(damageType1_21.dumpTree());
} catch ( IOException e )
{
throw new RuntimeException( e );
Expand Down Expand Up @@ -153,8 +152,6 @@ public Tag getFullCodec(int protocolVersion)
root.add( "minecraft:wolf_variant", createWoldVariant( protocolVersion ) );
}

System.out.println(root.dumpTree());

return protocolVersion >= ProtocolConstants.MINECRAFT_1_20_2 ? root : new NamedTag( "", root );
}

Expand Down

0 comments on commit e181683

Please sign in to comment.