Jungle Lattice
16×16 · BAKED

block· Machines & Other Blocks

Jungle Lattice

Wood Type:
[Let's Do] Vinery · by Jason13Official, Satisfy
block LatticeLattice

Jungle Lattice is a block from [Let's Do] Vinery, crafted from Stick and Jungle Planks.

Acquisition

Crafting using Stick, Stick, Stick, Jungle Planks, Stick and Stick, arranged in the pattern shown. Produces 4× Jungle Lattice.

Crafting
Jungle Lattice Jungle Lattice ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Jungle Lattice1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
vinery:jungle_lattice
Namespace
vinery
Mod ID
vinery
Tags (2)
vinery:blocks/lattice
vinery:items/lattice

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "///",
    " B ",
    "/ /"
  ],
  "ingredients": {
    "/": {
      "item": "minecraft:stick"
    },
    "B": {
      "item": "minecraft:jungle_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "vinery_lattices",
  "experience": null,
  "cooking_time": null
}