Skip to content

Commit ec30df9

Browse files
committed
⬆️ Added 1.4.2 - 1.21.4 support
1 parent 6fedc09 commit ec30df9

File tree

4 files changed

+70
-20
lines changed

4 files changed

+70
-20
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>fr.skytasul</groupId>
77
<artifactId>glowingentities</artifactId>
8-
<version>1.4.1</version>
8+
<version>1.4.2</version>
99

1010
<name>GlowingEntities</name>
1111
<description>A Spigot util to easily make entities glow.</description>

src/main/java/fr/skytasul/glowingentities/GlowingEntities.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* <p>
3939
* <b>1.17 -> 1.21</b>
4040
*
41-
* @version 1.4.1
41+
* @version 1.4.2
4242
* @author SkytAsul
4343
*/
4444
public class GlowingEntities implements Listener {

src/main/resources/fr/skytasul/glowingentities/mappings/spigot.txt

+67-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# reflection-remapper | AVAILABLE VERSIONS
2-
# reflection-remapper | 1.21.0 19-67
3-
# reflection-remapper | 1.21.1 68-116
4-
# reflection-remapper | 1.19.0 117-154
5-
# reflection-remapper | 1.20.1 155-198
6-
# reflection-remapper | 1.18.0 199-236
7-
# reflection-remapper | 1.19.1 237-274
8-
# reflection-remapper | 1.20.2 275-318
9-
# reflection-remapper | 1.21.3 319-367
10-
# reflection-remapper | 1.17.0 368-405
11-
# reflection-remapper | 1.18.1 406-443
12-
# reflection-remapper | 1.19.2 444-481
13-
# reflection-remapper | 1.17.1 482-519
14-
# reflection-remapper | 1.18.2 520-557
15-
# reflection-remapper | 1.19.3 558-599
16-
# reflection-remapper | 1.20.4 600-643
17-
# reflection-remapper | 1.19.4 644-687
18-
# reflection-remapper | 1.20.6 688-736
2+
# reflection-remapper | 1.21.0 20-68
3+
# reflection-remapper | 1.21.1 69-117
4+
# reflection-remapper | 1.19.0 118-155
5+
# reflection-remapper | 1.20.1 156-199
6+
# reflection-remapper | 1.18.0 200-237
7+
# reflection-remapper | 1.19.1 238-275
8+
# reflection-remapper | 1.20.2 276-319
9+
# reflection-remapper | 1.21.3 320-368
10+
# reflection-remapper | 1.17.0 369-406
11+
# reflection-remapper | 1.18.1 407-444
12+
# reflection-remapper | 1.19.2 445-482
13+
# reflection-remapper | 1.21.4 483-531
14+
# reflection-remapper | 1.17.1 532-569
15+
# reflection-remapper | 1.18.2 570-607
16+
# reflection-remapper | 1.19.3 608-649
17+
# reflection-remapper | 1.20.4 650-693
18+
# reflection-remapper | 1.19.4 694-737
19+
# reflection-remapper | 1.20.6 738-786
1920
# reflection-remapper | AVAILABLE VERSIONS
2021
net.minecraft.world.entity.EntityType -> net.minecraft.world.entity.EntityTypes:
2122
MARKER -> aq
@@ -480,6 +481,55 @@ net.minecraft.world.entity.Marker -> net.minecraft.world.entity.Marker:
480481
net.minecraft.network.protocol.Packet -> net.minecraft.network.protocol.Packet:
481482
net.minecraft.world.level.Level -> net.minecraft.world.level.World:
482483
net.minecraft.network.protocol.game.ClientboundSetPlayerTeamPacket$Parameters -> net.minecraft.network.protocol.game.PacketPlayOutScoreboardTeam$b:
484+
net.minecraft.world.entity.EntityType -> net.minecraft.world.entity.EntityTypes:
485+
MARKER -> aC
486+
SHULKER -> bb
487+
net.minecraft.network.Connection -> net.minecraft.network.NetworkManager:
488+
channel -> n
489+
net.minecraft.network.protocol.game.ClientboundSetPlayerTeamPacket -> net.minecraft.network.protocol.game.PacketPlayOutScoreboardTeam:
490+
net.minecraft.server.network.ServerCommonPacketListenerImpl -> net.minecraft.server.network.ServerCommonPacketListenerImpl:
491+
connection -> e
492+
send(net.minecraft.network.protocol.Packet) -> b
493+
net.minecraft.network.syncher.SynchedEntityData$DataValue -> net.minecraft.network.syncher.DataWatcher$c:
494+
create(net.minecraft.network.syncher.EntityDataAccessor,java.lang.Object) -> a
495+
id() -> a
496+
serializer() -> b
497+
value() -> c
498+
net.minecraft.server.level.ServerPlayer -> net.minecraft.server.level.EntityPlayer:
499+
connection -> f
500+
net.minecraft.world.scores.Team$CollisionRule -> net.minecraft.world.scores.ScoreboardTeamBase$EnumTeamPush:
501+
NEVER -> b
502+
net.minecraft.ChatFormatting -> net.minecraft.EnumChatFormat:
503+
getByCode(char) -> a
504+
net.minecraft.network.syncher.EntityDataSerializer -> net.minecraft.network.syncher.DataWatcherSerializer:
505+
createAccessor(int) -> a
506+
net.minecraft.network.syncher.SynchedEntityData$Builder -> net.minecraft.network.syncher.DataWatcher$a:
507+
itemsById -> b
508+
build() -> a
509+
net.minecraft.network.syncher.SyncedDataHolder -> net.minecraft.network.syncher.SyncedDataHolder:
510+
net.minecraft.network.protocol.game.ClientboundRemoveEntitiesPacket -> net.minecraft.network.protocol.game.PacketPlayOutEntityDestroy:
511+
net.minecraft.world.scores.PlayerTeam -> net.minecraft.world.scores.ScoreboardTeam:
512+
setCollisionRule(net.minecraft.world.scores.Team$CollisionRule) -> a
513+
setColor(net.minecraft.ChatFormatting) -> a
514+
net.minecraft.network.syncher.EntityDataAccessor -> net.minecraft.network.syncher.DataWatcherObject:
515+
net.minecraft.network.protocol.game.ClientboundAddEntityPacket -> net.minecraft.network.protocol.game.PacketPlayOutSpawnEntity:
516+
net.minecraft.network.protocol.BundlePacket -> net.minecraft.network.protocol.BundlePacket:
517+
subPackets() -> b
518+
net.minecraft.network.syncher.SynchedEntityData -> net.minecraft.network.syncher.DataWatcher:
519+
get(net.minecraft.network.syncher.EntityDataAccessor) -> a
520+
net.minecraft.world.scores.Scoreboard -> net.minecraft.world.scores.Scoreboard:
521+
net.minecraft.network.syncher.SynchedEntityData$DataItem -> net.minecraft.network.syncher.DataWatcher$Item:
522+
net.minecraft.world.entity.Entity -> net.minecraft.world.entity.Entity:
523+
DATA_SHARED_FLAGS_ID -> am
524+
getEntityData() -> au
525+
net.minecraft.network.protocol.game.ClientboundSetEntityDataPacket -> net.minecraft.network.protocol.game.PacketPlayOutEntityMetadata:
526+
id -> c
527+
packedItems -> d
528+
net.minecraft.world.phys.Vec3 -> net.minecraft.world.phys.Vec3D:
529+
net.minecraft.world.entity.Marker -> net.minecraft.world.entity.Marker:
530+
net.minecraft.network.protocol.Packet -> net.minecraft.network.protocol.Packet:
531+
net.minecraft.world.level.Level -> net.minecraft.world.level.World:
532+
net.minecraft.network.protocol.game.ClientboundSetPlayerTeamPacket$Parameters -> net.minecraft.network.protocol.game.PacketPlayOutScoreboardTeam$b:
483533
net.minecraft.network.protocol.game.ClientboundRemoveEntitiesPacket -> net.minecraft.network.protocol.game.PacketPlayOutEntityDestroy:
484534
net.minecraft.world.scores.PlayerTeam -> net.minecraft.world.scores.ScoreboardTeam:
485535
setCollisionRule(net.minecraft.world.scores.Team$CollisionRule) -> setCollisionRule

src/mappingsgen/java/fr/skytasul/glowingentities/GlowingEntitiesMappingsGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void start() throws MappingGenerationException, IOException {
3131
"1.18", "1.18.1", "1.18.2",
3232
"1.19", "1.19.1", "1.19.2", "1.19.3", "1.19.4",
3333
"1.20.1", "1.20.2", "1.20.4", "1.20.6",
34-
"1.21", "1.21.1", "1.21.3")) {
34+
"1.21", "1.21.1", "1.21.3", "1.21.4")) {
3535
try {
3636
LOGGER.info("Downloading mappings for " + version + "...");
3737
var minecraftMappings = mappingsProvider.loadMinecraftMappings(version);

0 commit comments

Comments
 (0)