-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.17, 1.17.1 Pre-release 1, 1.17.1, 21w42a, 1.19
-
- Minecraft Version: 1.17 Vanilla
- Java Version (output of java -version in cmd.exe):
java version "16.0.1" 2021-04-20
Java(TM) SE Runtime Environment (build 16.0.1+9-24)
Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing)
Note: Using java natively installed in Windows, not the bundled Minecraft Version
- JVM Arguments:
-Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
- OS: Windows 10 Version 21H1, Build 19043.1055- Minecraft Version: 1.17 Vanilla - Java Version (output of java -version in cmd.exe): java version "16.0.1" 2021-04-20 Java(TM) SE Runtime Environment (build 16.0.1+9-24) Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing) Note: Using java natively installed in Windows, not the bundled Minecraft Version - JVM Arguments: -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M - OS: Windows 10 Version 21H1, Build 19043.1055
-
Confirmed
-
Creative
-
(Unassigned)
General Description
I used the following command inside a command block in repeat mode:
summon minecraft:axolotl ~2 ~ ~ {Age: -100000,Variant: -1}
When I placed a redstone block next to the command block I noticed a slowdown in the world and looking at the graphs in the F3 menu, I saw a massive spike in the TPS. When the redstone block was removed, I noticed the graph 'catching up' and afterwards everything returned to normal. Screenshots and a screen recording of this occurrence are attached*.
I later changed the command to make the NBT valid again:
summon minecraft:axolotl ~2 ~ ~ {Age: -100000,Variant:2}
This worked as expected: after placing the redstone block, a lot of Axolotls spawned, all of variant 2, and no lag was to be observed in both the world en the TPS graph.
Steps to reproduce
- Place a command block in the world
- Set the command block to repeat mode and insert the following command:
- summon minecraft:axolotl ~2 ~ ~ {Age: -100000,Variant: -1}
3. Activate the command block
*Video is encoded using libx265, in case you're having trouble loading the file