Skip to content

Commit

Permalink
remove: debug
Browse files Browse the repository at this point in the history
- удалён debug из spawnDroppedItem
  • Loading branch information
Reider745 committed Dec 15, 2023
1 parent 179b1b8 commit 4794804
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/reider745/world/BlockSourceMethods.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public static boolean isChunkLoaded(Level level, int x, int z) {
public static long spawnDroppedItem(Level pointer, float x, float y, float z, int id, int count, int data,
long extra) {
EntityItem item = pointer.dropAndGetItem(new Vector3(x, y, z), ItemUtils.get(id, count, data, extra));
System.out.println(item.getItem().toString());
if (item == null)
return 0;
return item.getId();
Expand Down

0 comments on commit 4794804

Please sign in to comment.