When destroying a crafter in any way (tool, no tool) the block does not drop in item form. This only happens if the world is created in a Snapshot Realm. If I download my Realm world and play it in Single Player it still doesn't drop. But if I create a Single Player world, it does drop.
This world was created in the first snapshot (23w42a) and it hasn't been fixed after updating the world to the newest snapshot (23w43b)
See:
https://www.youtube.com/watch?v=70pf6vXDjmQ
This is related to #MC-265959 but that issue was closed without resolving the issue and commenting on it wasn't picked up.
Linked issues
duplicates 1
Comments 5
I'm sorry, but why create an exact copy, and mark it as blocker of the report you copied?
Issues unique to realms are supposed to be reported to the REALMS project, so that you made it in MC too makes no sense to me. What's the reasoning for this?
I had this problem too in an old local world upgraded to the experimental version.
I solved it by moving the DataPack "update_1_21" to the bottom of the list in the level.dat.
This works:
level.dat
+- DataPacks
+- Enabled
+- vanilla
+- update_1_21
Experimental blocks don't drop their item when in this order:
level.dat
+- DataPacks
+- Enabled
+- update_1_21
+- vanilla
Though this is an issue for Snapshot Realms, the actual fix is likely going to be in the Java client. After talking about it with Slicedlime, I copied it over here for tracking.
Perhaps an issue with the 1.21 experiment datapack in the Realms menu not containing the proper loot tables for the new blocks?