Portals fixes and optimization
This commit is contained in:
parent
886be5bbc6
commit
b18c9ed96c
3 changed files with 45 additions and 66 deletions
|
@ -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;
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue