mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-18 17:08:07 +01:00
Merge branch 'mc1.15/dev' into mc1.16/dev
# Conflicts: # src/main/resources/META-INF/accesstransformer.cfg
This commit is contained in:
commit
7f643b9fe3
2 changed files with 4 additions and 1 deletions
|
@ -136,7 +136,7 @@ public class ChromaticCompoundItem extends Item {
|
|||
|
||||
BeaconTileEntity bte = (BeaconTileEntity) te;
|
||||
|
||||
if (!bte.getBeamSegments().isEmpty()) isOverBeacon = true;
|
||||
if (bte.getLevels() != 0 && !bte.beamSegments.isEmpty()) isOverBeacon = true;
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -24,3 +24,6 @@ public net.minecraft.world.server.ChunkManager field_219266_t # field_219266_t
|
|||
public net.minecraft.world.biome.BiomeManager field_226833_b_ # seed
|
||||
|
||||
public net.minecraft.client.renderer.ItemRenderer field_175057_n # textureManager
|
||||
|
||||
# Beacon
|
||||
public net.minecraft.tileentity.BeaconTileEntity field_174909_f # beamSegments
|
||||
|
|
Loading…
Reference in a new issue