Skip to content

Commit

Permalink
A big update on CompMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubix327 committed Oct 15, 2022
1 parent d6ed15d commit 8948904
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 181 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/mineacademy/fo/constants/FoConstants.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package org.mineacademy.fo.constants;

import java.util.UUID;

import org.mineacademy.fo.plugin.SimplePlugin;

import java.util.UUID;

/**
* Stores constants for this plugin
*/
Expand Down Expand Up @@ -113,7 +113,7 @@ public static final class Header {
public static final class NBT {

/**
* Represents our NBT tag used in {@link CompMetadata}
* Represents our NBT tag used in {@link org.mineacademy.fo.remain.CompMetadata}
*/
public static final String TAG = SimplePlugin.getNamed() + "_NbtTag";

Expand Down
Loading

0 comments on commit 8948904

Please sign in to comment.