mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Yeet block tool type
This is 99% controlled by the server now.
This commit is contained in:
parent
b5307ab3ed
commit
c588127648
2 changed files with 0 additions and 4 deletions
|
@ -143,8 +143,6 @@ public abstract class BlockTranslator {
|
|||
builder.canBreakWithHand(false);
|
||||
}
|
||||
|
||||
builder.toolType(""); //TODO
|
||||
|
||||
JsonNode collisionIndexNode = entry.getValue().get("collision_index");
|
||||
if (hardnessNode != null) {
|
||||
builder.collisionIndex(collisionIndexNode.intValue());
|
||||
|
|
|
@ -28,7 +28,6 @@ package org.geysermc.connector.registry.type;
|
|||
import lombok.Builder;
|
||||
import lombok.Value;
|
||||
|
||||
import javax.annotation.Nonnull;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
@Builder
|
||||
|
@ -45,7 +44,6 @@ public class BlockMapping {
|
|||
|
||||
double hardness;
|
||||
boolean canBreakWithHand;
|
||||
@Nonnull String toolType;
|
||||
/**
|
||||
* The index of this collision in collision.json
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue