[MCPE-3358] TNT does not work in creative Created: 06/Jun/13  Updated: 30/Jun/21  Resolved: 14/Jan/14

Status: Resolved
Project: Minecraft (Bedrock codebase)
Component/s: None
Affects Version/s: 0.7.0
Fix Version/s: 0.8.0

Type: Bug
Reporter: Curtis Hannah
Resolution: Fixed Votes: 2
Labels: tnt

Attachments: JPEG File image.jpg    
Issue Links:
Duplicate
duplicates MCPE-2804 Fire does not ignite tnt Resolved
Game Mode: Creative
Confirmation Status: Unconfirmed
Platform: Phone - iOS - iPhone 5

 Description   

Ok, I know that flint and steel does not exist in creative mode, and know that the lack of fire working in previous versions prevented it but now that fire is out, you should be able to start a fire with lava, and have the fire activate the TNT, But now the reaction is the TNT simply just burns with no ignition.

I assume that this is just a lack of TNT explosions programmed for creative however still should be considered a bug.



 Comments   
Comment by Luis Robles [ 13/Jan/14 ]

Fixed in 0.8.0

Comment by Curtis Hannah [ 06/Jul/13 ]

Well nice to know there is alternative by zhuowei, they have not fixed it in 0.7.1 or 0.7.2 yet maybe 0.7.3 hopefully!

Comment by Edward Babin [ 12/Jun/13 ]

Mojang should listen to zhuowei, he knows what he's doing haha.

Comment by Zhuowei Zhang [ 12/Jun/13 ]

Confirmed, and made a patch that fixes it for Android. It's available on my mod thread.

The source of the bug is embarrassingly simple: Mojang typed a 0 instead of a 1.

Block.TNT.postBreak(world, i, j, k, 0);

Since they based the fire behaviour on Minecraft 1.5

When they should've typed

Block.TNT.postBreak(world, i, j, k, 1);

Which is Desktop Edition 1.6 and above's code, used to port TNT.

(method names are from Bukkit on the desktop edition)

The relevant function is in FireTile::checkBurn.

Mojang fail level: 0... I mean 1.

Comment by dangered wolf [ 11/Jun/13 ]

Confirmed

Comment by Edward Babin [ 09/Jun/13 ]

Confirmed in survival too.

Generated at Sat Jan 11 14:21:05 UTC 2025 using Jira 9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13.