• 9/11/20 7:39 am
- 4.6k views • 0 today
- save_alt 610 downloads
- Compatibility
- Minecraft 1.13
- to version
- Minecraft 1.17
- Changes include
- Advancements
- Functions
- Recipes
- 16
- 9
- 5
Required Resource Pack
88
Add large fire charges that can be thrown
Recipes:
-Just put a ghast tear and a fire charge in a crafting table, in a shapeless recipe
Recipes:
-Just put a ghast tear and a fire charge in a crafting table, in a shapeless recipe
More like this
4755748
119



Have something to say?
PS - If you want to make the crafting recipe so it does not include the ghast tear you can unzip the file (you must not be playing in a world to unzip it), delete the copy of it (the zipped one) then do the following:
Navigate to the recipe folder (largefirechargedatapack > data > frb > recipes) and open large_fire_charge.json in notepad
It should look somewhat like this:
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:fire_charge"
},
{
"item": "minecraft:ghast_tear"
}
],
"result": {
"item": "minecraft:knowledge_book",
"count": 1
}
}
To remove the ghast tear from the recipe, just delete everything and paste this in:
[Begin recipe]
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:fire_charge"
}
],
"result": {
"item": "minecraft:knowledge_book",
"count": 1
}
}
[End Recipe]
Save the file, enter your world, and enjoy crafting fireballs with only a fire charge!
[Disclaimer: I did not write the original copy of the recipe, I just modified it to my liking. All credit for the original file goes to FlanDere]
Great Datapack!