defaultMaterialColor
-> defaultMapColor
This commit is contained in:
parent
f5a37f688f
commit
e63a3f777f
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ import net.minecraft.world.item.Item;
|
|||
|
||||
public class AeterniumAnvil extends EndAnvilBlock {
|
||||
public AeterniumAnvil() {
|
||||
super(EndBlocks.AETERNIUM_BLOCK.defaultMaterialColor(), EndToolMaterial.AETERNIUM.getLevel());
|
||||
super(EndBlocks.AETERNIUM_BLOCK.defaultMapColor(), EndToolMaterial.AETERNIUM.getLevel());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -30,7 +30,7 @@ public class EndstoneDustBlock extends FallingBlock implements TagProvider, AddM
|
|||
public EndstoneDustBlock() {
|
||||
super(FabricBlockSettings
|
||||
.copyOf(Blocks.SAND)
|
||||
.mapColor(Blocks.END_STONE.defaultMaterialColor())
|
||||
.mapColor(Blocks.END_STONE.defaultMapColor())
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue