byg:pine_planks

Pine Planks

Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
block PlanksPlanks

Pine Planks is a block from Oh The Biomes You'll Go, crafted from Pine Log.

Acquisition

Crafting using Pine Log, in any arrangement. Produces 4× Pine Planks.

Crafting ⇆ any arrangement
Pine Planks ×4 guaranteed

Cutting using Stripped Pine Log (100 ticks). Produces 5× Pine Planks.

Cutting conditional
Pine Planks ×5 guaranteed

Mining & drops

sourcecountchanceconditions
Pine Planks1–1100%Survives Explosion

Used in (12)

Crafting using Pine Planks, Pine Planks and Pine Planks, arranged in the pattern shown. Produces 6× Pine Slab.

Crafting
Pine Slab Pine Slab ×6 guaranteed

Crafting using Stick, Pine Planks, Stick, Stick, Pine Planks and Stick, arranged in the pattern shown. Produces Pine Fence Gate.

Crafting
Pine Fence Gate Pine Fence Gate guaranteed

Crafting using Pine Planks, Pine Planks, Pine Planks, Pine Planks, Pine Planks, Pine Planks and Bluebright Stick, arranged in the pattern shown. Produces 3× Oak Sign.

Crafting
Oak Sign Oak Sign ×3 guaranteed

Crafting using Pine Planks, Pine Planks, Pine Planks, Book, Book, Book, Pine Planks, Pine Planks and Pine Planks, arranged in the pattern shown. Produces Pine Bookshelf.

Crafting
Pine Bookshelf guaranteed

Crafting using Pine Planks, Pine Planks, Pine Planks, Pine Planks, Pine Planks and Pine Planks, arranged in the pattern shown. Produces 2× Pine Trapdoor.

Crafting
Pine Trapdoor Pine Trapdoor ×2 guaranteed
view all 12 →

Block drops

Drops itself when broken.

Developer reference
Registry name
byg:pine_planks
Namespace
byg
Mod ID
byg
Tags (2)
minecraft:blocks/planks
minecraft:items/planks

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "byg:pine_logs"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "planks",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:cutting",
  "pattern": null,
  "ingredients": {
    "item": "byg:stripped_pine_log"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 100
}