Skip to content

Commit

Permalink
Various fabric updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Jun 14, 2024
1 parent 5971182 commit e64f1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import net.tnemc.item.SerialItem;
import net.tnemc.item.SerialItemData;
import net.tnemc.item.attribute.SerialAttribute;
import org.json.simple.JSONObject;

import java.util.List;
import java.util.Map;
Expand Down Expand Up @@ -236,7 +237,7 @@ public <V> boolean setsEquals(Set<V> list1, Set<V> list2) {
}

@Override
public AbstractItemStack<ItemStack> of(org.json.simple.JSONObject json) {
public AbstractItemStack<ItemStack> of(JSONObject json) {
return null;
}
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rootProject.name = "TNIL"
include(":TNIL-Bukkit")
include(":TNIL-Sponge")
include(":TNIL-Fabric")
//include(":TNIL-Sponge7")
include(":TNIL-Sponge7")
include(":TNIL-Core")
project(":TNIL-Bukkit").projectDir = file("Bukkit")
project(":TNIL-Core").projectDir = file("Core")
Expand Down

0 comments on commit e64f1f5

Please sign in to comment.