Reorganized Imports/Packages
This commit is contained in:
parent
cb9459f176
commit
3ee10482ab
721 changed files with 34873 additions and 33558 deletions
9
src/main/java/org/betterx/bclib/items/BaseAttribute.java
Normal file
9
src/main/java/org/betterx/bclib/items/BaseAttribute.java
Normal file
|
@ -0,0 +1,9 @@
|
|||
package org.betterx.bclib.items;
|
||||
|
||||
import net.minecraft.world.entity.ai.attributes.Attribute;
|
||||
|
||||
public class BaseAttribute extends Attribute {
|
||||
public BaseAttribute(String description, double value) {
|
||||
super(description, value);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue