Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Sep 10, 2024
1 parent 94c9cc6 commit 0e15629
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions neo/src/main/java/com/unrealdinnerbone/javd/JAVDNeo.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
package com.unrealdinnerbone.javd;

import net.minecraft.world.entity.ai.attributes.Attributes;
import net.minecraft.world.entity.player.Player;
import net.neoforged.fml.common.Mod;

@Mod(JAVD.MOD_ID)
public class JAVDNeo {

public JAVDNeo() {
Player player;
player.getAttribute(Attributes.ENTITY_INTERACTION_RANGE).setBaseValue(20.0D);
}

}

0 comments on commit 0e15629

Please sign in to comment.