Thalassium prototype
This commit is contained in:
parent
0610389fa9
commit
bf8234a02e
19 changed files with 91 additions and 30 deletions
|
@ -8,6 +8,9 @@ import net.minecraft.util.Lazy;
|
|||
import ru.betterend.registry.EndItems;
|
||||
|
||||
public enum EndToolMaterial implements ToolMaterial {
|
||||
THALASSIUM(2, 320, 6.5F, 4.5F, 13, () -> {
|
||||
return Ingredient.ofItems(EndItems.AETERNIUM_INGOT);
|
||||
}),
|
||||
TERMINITE(3, 1230, 8.5F, 3.0F, 14, () -> {
|
||||
return Ingredient.ofItems(EndItems.TERMINITE_INGOT);
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue