How to make block drop itself when it breaks

Started by AbdulRahim on

Topic category: Help with modding (Bedrock Edition)

Last seen on 08:17, 11. Jul 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make block drop itself when it breaks
Sat, 07/11/2020 - 08:17 (edited)

I tried making the block drop itself when breaks with loot table like this:

{
	"pools": [
		{
			"rolls": 1,
			"entries": [
					{
							"type": "block",
							"name": "my:block",
							"weight": 1
					}
			]
		}
	]
}

and when i break the block in survival mode the game crashes

Edited by AbdulRahim on Sat, 07/11/2020 - 08:17
Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
blocks default to drop…
Sat, 07/11/2020 - 08:57

blocks default to drop themselves when you make them..