Creepers can't be ignited with a fire charge
The Bug
A Creeper can't be ignited with a fire charge even though the fire charge acts like Flint & Steel when used.
Replicate
- Get a Fire Charge
- Use it on a Creeper
Notice that it doesn't ignite
Code Analysis
Code analysis by [Mod] Avoma can be found in this comment.
Linked Issues
is duplicated by3
- Fixed
[Mod] Anthony Cicinelli
- 20
- 10
- Confirmed
Low
- Mob behaviour
- creeper fire_charge igniting
20w21a - 22w46a
20w21a 20w22a 1.16-pre1 1.16-pre2 1.16-pre3 1.16-pre4 1.16-pre5 1.16-pre6 1.16-pre7 1.16-pre8 1.16-rc1 1.16 1.16.1 20w27a 20w28a 20w29a 20w30a 1.16.2-pre1 1.16.2-pre2 1.16.2-pre3 1.16.2-rc1 1.16.2-rc2 1.16.2 1.16.3-rc1 1.16.3 1.16.4-pre1 1.16.4-pre2 1.16.4-rc1 1.16.4 20w45a 20w46a 20w48a 20w49a 20w51a 21w03a 21w05b 21w06a 21w07a 21w16a 21w17a 1.17 1.17.1-rc1 1.17.1 21w37a 21w39a 21w40a 21w42a 21w44a 1.18-pre5 1.18 1.18.1 22w03a 22w05a 1.18.2 22w14a 22w15a 22w16b 1.19 22w24a 1.19.1-pre1 1.19.1 1.19.2 22w42a 22w44a 22w45a 22w46a- 1.19.3-pre2
Created Issue:
Creepers can't be ignited with a fire charge
The Bug
A Creeper can't be ignited with a fire charge even though the fire charge acts like Flint & Steel when used.Replicate
- Get a Fire Charge
- Use it on a Creeper
- Notice that it doesn't ignite
Related Tickets
MCPE-66241 (Which has been confirmed)Environment
Java Edition
relates to
The Bug
A Creeper can't be ignited with a fire charge even though the fire charge acts like Flint & Steel when used.Replicate
- Get a Fire Charge
- Use it on a Creeper
- Notice that it doesn't ignite
Related Tickets
MCPE-66241 (Which has been confirmed)
is duplicated by
Java Edition
is duplicated by
The Bug
A Creeper can't be ignited with a fire charge even though the fire charge acts like Flint & Steel when used.Replicate
- Get a Fire Charge
- Use it on a Creeper
- Notice that it doesn't ignite
The Bug
A Creeper can't be ignited with a fire charge even though the fire charge acts like Flint & Steel when used.Replicate
- Get a Fire Charge
- Use it on a Creeper
Notice that it doesn't ignite
The Bug
A Creeper can't be ignited with a fire charge even though the fire charge acts like Flint & Steel when used.Replicate
- Get a Fire Charge
- Use it on a Creeper
Notice that it doesn't ignite
Code Analysis
Code analysis by [Mod] Avoma can be found in this comment.
is duplicated by
relates to
Duplicate of MC-185618
Thank you for your report!
We're tracking this issue in MC-185618, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MC-185618, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MC-185618, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki



WAI
@Mish Rodic: Do you have any developer conformation that it is intended?
This bug was before 1.16 snapshots, yes?
Can confirm in 21w03a.
Can confirm in 21w05b.
Can confirm in 21w06a.
Can confirm in 21w07a.
Can confirm in 21w16a.
Can confirm in 21w17a
Can confirm in 1.17.1 Release Candidate 1.
Can confirm in 21w37a.
Can confirm in 21w39a.
Can confirm in 21w40a.
Can confirm in 21w42a.
Can confirm in 21w44a.
Can confirm in 1.18.
Can confirm in 1.18.1.
Can confirm in 1.18.2 and 22w15a. MC-185618.png
Can confirm in 22w16b. Here's a code analysis of this issue.
Code Analysis:
The following is based on a decompiled version of Minecraft 1.18.2 using MCP-Reborn.
If we look at the above class, we can see that the only valid item that can be used on creepers is flint and steel. The mobInteract() method never checks if fire charges are used on creepers, which results in them doing nothing when used on these entities.
Can confirm in 1.19 and 1.19.1 Pre-release 1.
Hey! This is presumably a Mojang intended feature. Supported by evidence from Mojang themselves, the official wiki, and previous versions, fire charges are unable to detonate creepers. Fire Charge – Minecraft Wiki (fandom.com)
"When used, it instantly lights a fire, similar to flint and steel. The fire charge is consumed in the process. It can prime TNT and light nether portals and campfires like flint and steel. However, it cannot be used to detonate creepers."
Hope this helps!
Mon_key The wiki isn't a valid source of information. Only sources provided by Mojang are accepted. Also this report has been triaged and set a priority so it isn't WAI
I apologize I had no idea! I don't know why I thought it was official! Sorry
I managed to code a fix for this issue myself that's fully functioning and works as expected, so I've attached two screenshots to this report, one of which shows the current code and the other that shows the fixed code. I feel this information may be quite insightful hence my reasoning for providing it.
MC-185618 - Current Code.png

MC-185618 - Fixed Code.png
The bug fixed in 1.19.3 Pre-2.