Thallasium name fix

This commit is contained in:
paulevsGitch 2021-01-21 03:35:27 +03:00
parent 2934ac16b0
commit dce84e13a5
24 changed files with 40 additions and 40 deletions

View file

@ -8,7 +8,7 @@ import net.minecraft.util.Lazy;
import ru.betterend.registry.EndItems;
public enum EndToolMaterial implements ToolMaterial {
THALASSIUM(2, 320, 6.5F, 4.5F, 13, () -> {
THALLASIUM(2, 320, 6.5F, 4.5F, 13, () -> {
return Ingredient.ofItems(EndItems.AETERNIUM_INGOT);
}),
TERMINITE(3, 1230, 8.5F, 3.0F, 14, () -> {