Crafting using Luminous Jelly, Item Vault and Andesite Alloy, arranged in the pattern shown. Produces Package Frogport.
Package Frogport
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Package Frogport | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:package_frogport- Namespace
create- Mod ID
create- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"B",
"A",
"C"
],
"ingredients": {
"A": {
"item": "create:item_vault"
},
"B": {
"tag": "forge:slimeballs"
},
"C": {
"item": "create:andesite_alloy"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
