Cheese
ad_astra:cheese

Cheese

Ad Astra · by Alex Nijjar
item

Acquisition

Crafting using Cheese Block, in any arrangement. Produces 9× Cheese.

Crafting ⇆ any arrangement
Cheese Cheese ×9 guaranteed

Crushing using Moon Cheese Ore (300 ticks). Produces 2× Cheese and Nugget of Experience and Moon Cobblestone and Cheese.

Crushing conditional
Cheese Cheese ×2 guaranteed
Nugget of Experience Nugget of Experience 75%
Moon Cobblestone 13%
Cheese Cheese 25%

Blasting using Moon Cheese Ore (100 ticks, 0.1 xp). Produces Cheese.

Blasting

100 ticks· 0.1 xp

Cheese Cheese guaranteed

Smelting using Moon Cheese Ore (200 ticks, 0.1 xp). Produces Cheese.

Smelting

200 ticks· 0.1 xp

Cheese Cheese guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Large Dungeon Chest (ad_astra) ad_astra:large_dungeon_chest1–1100%
Loot table: House (ad_astra) ad_astra:house1–1100%
Moon Cheese Ore1–1100%Fortune increases drop count
Loot table: Dungeon Chest (ad_astra) ad_astra:dungeon_chest1–1100%

Used in (1)

Crafting using Cheese, Cheese, Cheese, Cheese, Cheese, Cheese, Cheese, Cheese and Cheese, arranged in the pattern shown. Produces Cheese Block.

Crafting
Cheese
Cheese
Cheese
Cheese
Cheese
Cheese
Cheese
Cheese
Cheese
Cheese Block guaranteed
Developer reference
Registry name
ad_astra:cheese
Namespace
ad_astra
Mod ID
ad_astra

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:cheese_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:moon_cheese_ore"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 300
}
{
  "recipe_type": "minecraft:blasting",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:moon_cheese_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 100
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "ad_astra:moon_cheese_ore"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 200
}