Code: Select all
[
  {
    "type": "container",
    "name": "underground-mining-drill",
    "flags": ["placeable-neutral", "player-creation"],
    "collision-box": [[-1.4, -1.4], [1.4, 1.4]],
    "selection-box": [[-1.5, -1.5], [1.5, 1.5]],
    "minable": { "mining-time": 1, "result": "underground-mining-drill" },
    "max-health": 200,
    "inventory-size": 4,
    "picture":
    {
      "filename": "entity/underground-mining-drill/underground-mining-drill.png",
      "width": 96,
      "height": 96,
      "priority": "extra-high"
  }
  }
]
When in the edit mode, it is placeable, but when playing, it is not

