Portals fixes and optimization

This commit is contained in:
Aleksey 2020-10-25 18:27:01 +03:00
parent 886be5bbc6
commit b18c9ed96c
3 changed files with 45 additions and 66 deletions

View file

@ -32,7 +32,7 @@ import ru.betterend.util.PortalFrameHelper;
public class EndPortalBlock extends NetherPortalBlock implements IRenderTypeable {
public EndPortalBlock() {
super(FabricBlockSettings.copyOf(Blocks.NETHER_PORTAL).luminance(state -> {
super(FabricBlockSettings.copyOf(Blocks.NETHER_PORTAL).resistance(Blocks.BEDROCK.getBlastResistance()).luminance(state -> {
return 12;
}));
}