{
  "format_version": "1.8.0",
  "minecraft:entity": {
    "description": {
      "identifier": "exocraft:test_block",
      "is_spawnable": false,
      "is_summonable": true,
      "is_experimental": false,
	  "scripts": {
	    "animate": [ "function" ]
	  },
	  "animations": {
	    "function": "controller.animation.tnt_fuse"
	  }
    },

    "components": {
      "minecraft:type_family": {
        "family": [ "inanimate" ]
      },
      "minecraft:explode": {
        "fuseLength": 4,
        "fuseLit": true,
        "power": 40,
        "causesFire": false,
        "allow_damage_underwater": false
      },
      "minecraft:collision_box": {
        "width": 0.98,
        "height": 0.98
      },
	  "minecraft:damage_sensor": [
	    {
		  "cause": "any",
		  "deals_damage": true
		}
	  ],
      "minecraft:physics": {
      },
      "minecraft:pushable": {
        "is_pushable": false,
        "is_pushable_by_piston": true
      }
	}
  }
}