World Seed
botania:world_seed

World Seed

Botania · by Vazkii, wiiv, williewillus, dylan4ever, Hubry, Alwinfy, artemisSystem, Falkory220, Wormbo
item

Acquisition

Crafting using Grass Block, Wheat Seeds and Dragonstone, arranged in the pattern shown. Produces 4× World Seed.

Crafting
Grass Block
Wheat Seeds
Dragonstone
World Seed World Seed ×4 guaranteed
Developer reference
Registry name
botania:world_seed
Namespace
botania
Mod ID
botania

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "G",
    "S",
    "D"
  ],
  "ingredients": {
    "D": {
      "tag": "botania:dragonstone_gems"
    },
    "G": {
      "item": "minecraft:grass_block"
    },
    "S": {
      "item": "minecraft:wheat_seeds"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}