Spruce Counter
handcrafted:spruce_counter

Spruce Counter

Wood Type:
Handcrafted · by Alex Nijjar, Kekie6
block CountersCountersAxe Mineable

Acquisition

Crafting using Calcite, Calcite, Calcite, Spruce Planks, Chest and Spruce Planks, arranged in the pattern shown. Produces 3× Spruce Counter.

Crafting
Spruce Counter Spruce Counter ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Spruce Counter1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
handcrafted:spruce_counter
Namespace
handcrafted
Mod ID
handcrafted
Tags (3)
handcrafted:blocks/counters
handcrafted:items/counters
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "@@@",
    "#/#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:spruce_planks"
    },
    "/": {
      "tag": "handcrafted:chests"
    },
    "@": {
      "item": "minecraft:calcite"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}