Skylar Rose
- Darkiceflame42
- darkiceflame42
- Europe/Stockholm
- Yes
- No
When attempting to summon a structure block as a falling sand entity, it reverts to the default data mode as soon as it hits the ground, deleting the tags within. It is therefore impossible to summon save, load or corner blocks.
Command used: /summon FallingSand ~ ~1 ~
{Block:structure_block,Data:1,Time:1,DropItem:0}
As of 18w07b the game seems to crash when attempting to open the creative inventory if the recipe book is left open when exiting the crafting menu. At least one recipe must be unlocked to trigger the crash. This does not appear to affect survival mode.
How to test:
1. Open a world in Snapshot 18w07b
2. Enter creative mode
3. Enter the crafting menu and open the crafting book
3-a. Unlock at least one crafting recipe in the crafting book
4. Exit the crafting menu without closing the crafting book, then attempt to open the inventory.The crash log is provided below:
Unreported exception thrown!
java.lang.ClassCastException: cby$b cannot be cast to amn
at cda.a(SourceFile:39)
at ccy.f(SourceFile:84)
at ccy.a(SourceFile:73)
at ccx.c(SourceFile:186)
at ccx.a(SourceFile:114)
at ccx.a(SourceFile:78)
at ccg.c(SourceFile:56)
at cau.a(SourceFile:310)
at bxe.a(SourceFile:728)
at bxe.av(SourceFile:1335)
at bxe.m(SourceFile:1220)
at bxe.b(SourceFile:791)
at bxe.a(SourceFile:381)
at net.minecraft.client.main.Main.main(SourceFile:141)
Tested with a fresh install of Snapshot 18w07b in a newly generated world.
When attempting to modify a Phantom's attributes with the /data command, changes do not take place. Other functions of the /data command work fine, such as changing its current health, size, etc. but attributes such as attack damage and follow range are not affected.
How to replicate:
- Summon a Phantom
- Run the command:
/data merge entity @e[type=minecraft:phantom,limit=1] {Attributes:[{Name:generic.attackDamage,Base:0}]}(The base modifier can be any number. It makes no difference.)
- The server will say the mob has been modified, but checking using another command
/data get entity @e[type=minecraft:phantom,limit=1]
reveals that no change has occurred.When attempting to modify a Phantom's attributes with the /data command, changes do not take place. Other functions of the /data command work fine, such as changing its current health, size, etc. but attributes such as attack damage and follow range are not affected.
How to replicate:
- Summon a Phantom
- Run the command:
/data merge entity @e[type=minecraft:phantom,limit=1] {Attributes:[{Name:generic.attackDamage,Base:0}]}(The base modifier can be any number. It makes no difference.)
- The server will say the mob has been modified, but checking using another command
/data get entity @e[type=minecraft:phantom,limit=1]reveals that no change has occurred.
The commands used above function correctly for all other mobs I have tested.
Confirmed to be working as of snapshot 16w32b.
Confirmed for Snapshot 17w43b
@kumasasa The command functions properly when used on all other mobs I have tested. Adding quotes did not resolve the issue.