Update to BCLib 0.3.0
This commit is contained in:
parent
1a52251af0
commit
b2431153dc
294 changed files with 7484 additions and 1440 deletions
|
@ -10,7 +10,11 @@ public class EndAttributes {
|
|||
public final static Attribute BLINDNESS_RESISTANCE = registerAttribute("generic.blindness_resistance", 0.0, true);
|
||||
|
||||
public static Attribute registerAttribute(String name, double value, boolean syncable) {
|
||||
return Registry.register(Registry.ATTRIBUTE, BetterEnd.makeID(name), new EndAttribute("attribute.name." + name, value).setSyncable(syncable));
|
||||
return Registry.register(
|
||||
Registry.ATTRIBUTE,
|
||||
BetterEnd.makeID(name),
|
||||
new EndAttribute("attribute.name." + name, value).setSyncable(syncable)
|
||||
);
|
||||
}
|
||||
|
||||
public static AttributeSupplier.Builder addLivingEntityAttributes(AttributeSupplier.Builder builder) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue