mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:45:10 +01:00
More suitable ids for brass diode TEs
This commit is contained in:
parent
4708dcfca9
commit
46fc25f8e9
@ -671,7 +671,7 @@ public class AllTileEntities {
|
||||
.register();
|
||||
|
||||
public static final TileEntityEntry<PulseExtenderTileEntity> PULSE_EXTENDER = Create.registrate()
|
||||
.tileEntity("adjustable_repeater", PulseExtenderTileEntity::new)
|
||||
.tileEntity("pulse_extender", PulseExtenderTileEntity::new)
|
||||
.instance(() -> BrassDiodeInstance::new)
|
||||
.validBlocks(AllBlocks.PULSE_EXTENDER)
|
||||
.renderer(() -> BrassDiodeRenderer::new)
|
||||
@ -679,7 +679,7 @@ public class AllTileEntities {
|
||||
|
||||
public static final TileEntityEntry<PulseRepeaterTileEntity> PULSE_REPEATER =
|
||||
Create.registrate()
|
||||
.tileEntity("adjustable_pulse_repeater", PulseRepeaterTileEntity::new)
|
||||
.tileEntity("pulse_repeater", PulseRepeaterTileEntity::new)
|
||||
.instance(() -> BrassDiodeInstance::new)
|
||||
.validBlocks(AllBlocks.PULSE_REPEATER)
|
||||
.renderer(() -> BrassDiodeRenderer::new)
|
||||
|
Loading…
Reference in New Issue
Block a user